
latex学习
夜晓岚渺渺
一个开心的技术宅
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ctex多窗口中打开文件,在编辑窗口同时打开几个文件
转载 2021-11-08 20:11:22 · 2527 阅读 · 0 评论 -
Journal of Computational Physics, latex模板
%% This is file `jcomp-template.tex',%% %% Copyright 2017 Elsevier Ltd%% %% This file is part of the 'Elsarticle Bundle'.%% ---------------------------------------------%% %% It may be distributed under the conditions of the LaTeX Project Public%%原创 2021-06-22 15:48:21 · 3089 阅读 · 4 评论 -
latex 画DNN神经网络图
\begin{figure}%[H] \begin{center} \begin{tikzpicture}[scale=0.7] \node[circle, fill=green!70,inner sep=2.25pt] (x) at (0.0,4){\large$\bm{x}$}; \node[circle, rounded corners=1mm,fill=blue!50,i...原创 2021-05-25 15:38:59 · 455 阅读 · 0 评论 -
常规方法上传论文到arXiv平台
前几天,我们使用暴力上传latex生成的PDF到arXiv上传pdf文档,arXiv发邮件说违规,并给退了回来。木办法,只能按老办法,一步一步地来。一些才考链接如下:arXiv提交文章遇到的问题https://blog.youkuaiyun.com/sunzhao1000/article/details/104094720把我们的工作复制一份,然后使用cTex软件,打开并编译我们的tex文档打开后的宏包区如下,这里特别需要注意\usepackage{epstopdf}\usepacka...原创 2020-09-25 23:59:26 · 3283 阅读 · 0 评论 -
Latex提取与合并pdf文档(超实用)
参考链接:LATEX合并PDFhttps://blog.youkuaiyun.com/feixingfei/article/details/78557025 LaTeX 提取,合并多个pdf页https://blog.youkuaiyun.com/yangziluomu/article/details/108241381 http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/pdfpage...原创 2020-09-25 00:00:27 · 3852 阅读 · 0 评论 -
latex 画复杂的神经网络流程图(处理图像或点云的网络架构图)
\begin{figure}[H] \begin{center} \begin{tikzpicture}[scale=0.75] \node [rectangle,fill=red!0,rotate=90] (in) at (0.0,3) {\scriptsize{Input PointCloud}}; \node [rectangle,fill=green!50,rotate=90] (input) at (0.5,3) {\footnotesize{N$\times$3}}.原创 2020-09-24 17:57:30 · 5757 阅读 · 3 评论 -
暴力上传latex生成的PDF到arXiv
参考链接:有时候在arxiv上传文章的时候,为了方便简介,更重要的是绕开了许许多多的麻烦!!!!!!!!! 可以将pdf利用latex宏包拆分成一页一页, 然后套一个latex框架进行上传。 两个文件(pdf和tex)打包上传。第一步:在本地生成自己的pdf文档d第二步:将生成的pdf和如下的tex编辑代码文件放在同一个文件夹下。这里我起名为document(名称无所谓)。运行检验是否有误,我的文档有21页,所以包含命令使用了21次\documentclass[a4paper]{..原创 2020-09-24 11:22:07 · 4475 阅读 · 4 评论 -
latex 画神经网络DNN图 和复杂的DNN网络图
\begin{figure}%[H] \centering \begin{tikzpicture}[scale=0.75] \node[circle] (x0) at (0, 2) {}; \node[circle] (x1) at (0, 1) {}; \node[circle] (x2) at (0, 0) {}; \node[circle] (x3) at (0, -1) {}; \node[circle] (x4) at (0, -2) {}; \node[] (input) .原创 2020-08-12 16:57:50 · 1523 阅读 · 0 评论 -
使用 latex 绘制神经网络之Resnet 结构
\begin{figure}[H] \begin{center} \begin{tikzpicture}[scale=0.75] \node[circle, fill=cyan!60,inner sep=4pt] (input) at (1.5, 4.5) {$y_{in}$}; \node[rectangle, rounded corners, fill=green!60,inner sep=8pt] (ResNet) at (1.5, 2.5) {ResNet block};...原创 2020-08-04 16:50:59 · 1803 阅读 · 1 评论 -
如何在TexStudio中显示行号
这个资源下的图片不可见,本人重新做了一下。https://blog.youkuaiyun.com/MonMama/article/details/907346851.打开texstudio,如下图:2. 在菜单栏里面找到Option选项:3. 点击Option里面的Configure Texstudio,进入如下界面:4. 点击右下角的show advanced options:...转载 2019-11-24 10:40:36 · 5641 阅读 · 8 评论 -
latex文字上面,下面大括号用法
$$\varphi(e_{i})=(f_{1}(e_{i}),\cdot\cdot\cdot, f_{n}(e_{i}))=( \overbrace{ 0,\cdot\cdot\cdot,0 }^{i-1\text{个}},1,0,\cdot\cdot\cdot,0), i=1,2,\cdot\cdot\cdot,n.$$\varphi(e_{i})=(f_{1}(e_{i}),\cdo...原创 2019-11-13 10:26:36 · 36856 阅读 · 0 评论 -
Springer 投稿模板latex,可在ctex上运行
相信大家在投Springer旗下期刊的时候都会遇到,在线生成pdf乱码问题。首先要保证latex可以在本地texlive上可以运行,然后才可以去在线提交并运行。但是,我相信很多人会直接使用Ctex来编辑,但是Springer提供的模板在Ctex上不可以运行。这是本人的一个模板,主要投了numerical algorithm. 已经在texlive 和Ctex上运行,并在Springer系统中编译通...原创 2019-10-21 20:21:09 · 8130 阅读 · 8 评论 -
latex 中文beamer模板
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 这是一份 beamer 文档. 本源文件仅供学习参考之用. %%%%%% 使用请注明出处. 本文作者拥有版权 (c)2017. 保留所有权利. %%%...原创 2019-05-23 11:11:06 · 13875 阅读 · 0 评论