两个字总结:高级

看起来高级,用起来高级,配起来更高级

深坑:千万不要装CTEX,或者使用CTEX,非常垃圾,安装完了卸载不了,而且安装的时候会清空你的PATH配置,网上竟然没有人警告这个恶心的玩意,竟然还有人推荐。

注意:配置环境需要非常有耐心,不论是安装还是下载。另外最好有个(你懂得)PN,和一个可以连接校园网的电脑。如果没有可以一试,但是会偶尔遇到问题搜索不到,或者下载不下来需要的文件。

如何使用Latex以及Latex是个啥
先搞清楚自己到底需不需要这种高级方式。
如果不需要,其实简单使用Markdown就挺好的,本人爱用
OverLeaf模板地址,非常全,从期刊,小说,甚至简历,需要科学上网或者校园网

开始Download

  1. 首先下载TexLive(通常只有最新版,建议下载最新版)

这里我们使用清华镜像,快的一P,羡慕清华

  1. 然后下载VsCode
    官方VsCode,免费,墙裂建议

开始安装配置TexLive

需要确保安装正确才能使用

  1. 下载下来的镜像,差不多4个G,建议不要使用线上安装。

  1. 需要右键管理员运行:然后Customize,可以不安装不需要的语言支持,如果硬盘空间够大,也懒得搞,这步可以直接安装就行。

  1. 验证是否安装好,管理员打开PowerShell或者CMD 输入tex -v会出现

  1. 如果报错,需要添加PATH路径 右键我的电脑>高级系统设置>环境变量>系统变量

  1. 测试使用自带的TexWorks测试是否正常

    测试代码
\documentclass[UTF8]{ctexart}\usepackage{ctex}
\begin{document}
你好,Latex
\end{document}

配置VsCode

  1. 安装。一路Next就可以了
  2. 安装插件
    需要安装Latex WorkShop这个插件
  3. 全局搜索 latex-workshop.latex.recipe

  1. 设置setting.json

将下面的的代码复制粘贴进去
初始配置使用哪种编译方式,通常选择xeLatex

{"explorer.confirmDelete": false,"guides.enabled": false,"window.zoomLevel": 0,"editor.wordWrap": "on","workbench.startupEditor": "newUntitledFile","latex-workshop.latex.clean.enabled": true,"latex-workshop.latex.clean.fileTypes": ["*.aux","*.bbl","*.blg","*.idx","*.ind","*.lof","*.lot","*.out","*.toc","*.acn","*.acr","*.alg","*.glg","*.glo","*.gls","*.ist","*.fls","*.log","*.fdb_latexmk","*.gz"],"latex-workshop.view.pdf.viewer": "tab","latex-workshop.latex.recipes": [{"name": "xelatex","tools": ["xelatex","xelatex"]},{"name": "xelatexb","tools": ["xelatex","bibtex","xelatex","xelatex"]},{"name": "latexmk","tools": ["latexmk"]},{"name": "pdflatex -> bibtex -> pdflatex*2","tools": ["pdflatex","bibtex","pdflatex","pdflatex"]}],"latex-workshop.latex.tools": [{"name": "xelatex","command": "xelatex","args": ["-synctex=1","-interaction=nonstopmode","-file-line-error","%DOC%"]},{"name": "latexmk","command": "latexmk","args": ["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","%DOC%"]},{"name": "pdflatex","command": "pdflatex","args": ["-synctex=1","-interaction=nonstopmode","-file-line-error","%DOC%"]},{"name": "bibtex","command": "bibtex","args": ["%DOCFILE%"]}],"sync.quietSync": true,"latex-workshop.latex.autoClean.run": "onBuilt","files.associations": {}
}
  1. 新建一个文件test.tex


复制粘贴这个文件

\documentclass[10pt,twocolumn,letterpaper]{article}\usepackage{cvpr}
\usepackage{times}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}% Include other packages here, before hyperref.% If you comment hyperref and then uncomment it, you should delete
% egpaper.aux before re-running latex.  (Or just hit 'q' on the first latex
% run, let it finish, and you should be clear).
\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref}% \cvprfinalcopy % *** Uncomment this line for the final submission\def\cvprPaperID{****} % *** Enter the CVPR Paper ID here
\def\httilde{\mbox{\tt\raisebox{-.5ex}{\symbol{126}}}}% Pages are numbered in submission mode, and unnumbered in camera-ready
\ifcvprfinal\pagestyle{empty}\fi
\begin{document}%%%%%%%%% TITLE
\title{\LaTeX\ Author Guidelines for CVPR Proceedings}\author{First Author\\
Institution1\\
Institution1 address\\
{\tt\small firstauthor@i1.org}
% For a paper whose authors are all at the same institution,
% omit the following lines up until the closing ``}''.
% Additional authors and addresses can be added with ``\and'',
% just like the second author.
% To save space, use either the email address or home page, not both
\and
Second Author\\
Institution2\\
First line of institution2 address\\
{\tt\small secondauthor@i2.org}
}\maketitle
%\thispagestyle{empty}%%%%%%%%% ABSTRACT
\begin{abstract}The ABSTRACT is to be in fully-justified italicized text, at the topof the left-hand column, below the author and affiliationinformation. Use the word ``Abstract'' as the title, in 12-pointTimes, boldface type, centered relative to the column, initiallycapitalized. The abstract is to be in 10-point, single-spaced type.Leave two blank lines after the Abstract, then begin the main text.Look at previous CVPR abstracts to get a feel for style and length.
\end{abstract}%%%%%%%%% BODY TEXT
\section{Introduction}Please follow the steps outlined below when submitting your manuscript to
the IEEE Computer Society Press.  This style guide now has several
important modifications (for example, you are no longer warned against the
use of sticky tape to attach your artwork to the paper), so all authors
should read this new version.%-------------------------------------------------------------------------
\subsection{Language}All manuscripts must be in English.\subsection{Dual submission}Please refer to the author guidelines on the CVPR 2018 web page for a
discussion of the policy on dual submissions.\subsection{Paper length}
Papers, excluding the references section,
must be no longer than eight pages in length. The references section
will not be included in the page count, and there is no limit on the
length of the references section. For example, a paper of eight pages
with two pages of references would have a total length of 10 pages.
{\bf There will be no extra page charges for CVPR 2018.}Overlength papers will simply not be reviewed.  This includes papers
where the margins and formatting are deemed to have been significantly
altered from those laid down by this style guide.  Note that this
\LaTeX\ guide already sets figure captions and references in a smaller font.
The reason such papers will not be reviewed is that there is no provision for
supervised revisions of manuscripts.  The reviewing process cannot determine
the suitability of the paper for presentation in eight pages if it is
reviewed in eleven.  %-------------------------------------------------------------------------
\subsection{The ruler}
The \LaTeX\ style defines a printed ruler which should be present in the
version submitted for review.  The ruler is provided in order that
reviewers may comment on particular lines in the paper without
circumlocution.  If you are preparing a document using a non-\LaTeX\
document preparation system, please arrange for an equivalent ruler to
appear on the final output pages.  The presence or absence of the ruler
should not change the appearance of any other content on the page.  The
camera ready copy should not contain a ruler. (\LaTeX\ users may uncomment
the \verb'\cvprfinalcopy' command in the document preamble.)  Reviewers:
note that the ruler measurements do not align well with lines in the paper
--- this turns out to be very difficult to do well when the paper contains
many figures and equations, and, when done, looks ugly.  Just use fractional
references (e.g.\ this line is $095.5$), although in most cases one would
expect that the approximate location will be adequate.\subsection{Mathematics}Please number all of your sections and displayed equations.  It is
important for readers to be able to refer to any particular equation.  Just
because you didn't refer to it in the text doesn't mean some future reader
might not need to refer to it.  It is cumbersome to have to use
circumlocutions like ``the equation second from the top of page 3 column
1''.  (Note that the ruler will not be present in the final copy, so is not
an alternative to equation numbers).  All authors will benefit from reading
Mermin's description of how to write mathematics:
\url{http://www.pamitc.org/documents/mermin.pdf}.\subsection{Blind review}Many authors misunderstand the concept of anonymizing for blind
review.  Blind review does not mean that one must remove
citations to one's own work---in fact it is often impossible to
review a paper unless the previous citations are known and
available.Blind review means that you do not use the words ``my'' or ``our''
when citing previous work.  That is all.  (But see below for
techreports.)Saying ``this builds on the work of Lucy Smith [1]'' does not say
that you are Lucy Smith; it says that you are building on her
work.  If you are Smith and Jones, do not say ``as we show in
[7]'', say ``as Smith and Jones show in [7]'' and at the end of the
paper, include reference 7 as you would any other cited work.An example of a bad paper just asking to be rejected:
\begin{quote}
\begin{center}An analysis of the frobnicatable foo filter.
\end{center}In this paper we present a performance analysis of ourprevious paper [1], and show it to be inferior to allpreviously known methods.  Why the previous paper wasaccepted without this analysis is beyond me.[1] Removed for blind review
\end{quote}An example of an acceptable paper:\begin{quote}
\begin{center}An analysis of the frobnicatable foo filter.
\end{center}In this paper we present a performance analysis of thepaper of Smith \etal [1], and show it to be inferior toall previously known methods.  Why the previous paperwas accepted without this analysis is beyond me.[1] Smith, L and Jones, C. ``The frobnicatable foofilter, a fundamental contribution to human knowledge''.Nature 381(12), 1-213.
\end{quote}If you are making a submission to another conference at the same time,
which covers similar or overlapping material, you may need to refer to that
submission in order to explain the differences, just as you would if you
had previously published related work.  In such cases, include the
anonymized parallel submission~\cite{Authors14} as additional material and
cite it as
\begin{quote}
[1] Authors. ``The frobnicatable foo filter'', F\&G 2014 Submission ID 324,
Supplied as additional material {\tt fg324.pdf}.
\end{quote}Finally, you may feel you need to tell the reader that more details can be
found elsewhere, and refer them to a technical report.  For conference
submissions, the paper must stand on its own, and not {\em require} the
reviewer to go to a techreport for further details.  Thus, you may say in
the body of the paper ``further details may be found
in~\cite{Authors14b}''.  Then submit the techreport as additional material.
Again, you may not assume the reviewers will read this material.Sometimes your paper is about a problem which you tested using a tool which
is widely known to be restricted to a single institution.  For example,
let's say it's 1969, you have solved a key problem on the Apollo lander,
and you believe that the CVPR70 audience would like to hear about your
solution.  The work is a development of your celebrated 1968 paper entitled
``Zero-g frobnication: How being the only people in the world with access to
the Apollo lander source code makes us a wow at parties'', by Zeus \etal.You can handle this paper like any other.  Don't write ``We show how to
improve our previous work [Anonymous, 1968].  This time we tested the
algorithm on a lunar lander [name of lander removed for blind review]''.
That would be silly, and would immediately identify the authors. Instead
write the following:
\begin{quotation}
\noindentWe describe a system for zero-g frobnication.  Thissystem is new because it handles the following cases:A, B.  Previous systems [Zeus et al. 1968] didn'thandle case B properly.  Ours handles it by includinga foo term in the bar integral....The proposed system was integrated with the Apollolunar lander, and went all the way to the moon, don'tyou know.  It displayed the following behaviourswhich show how well we solved cases A and B: ...
\end{quotation}
As you can see, the above text follows standard scientific convention,
reads better than the first version, and does not explicitly name you as
the authors.  A reviewer might think it likely that the new paper was
written by Zeus \etal, but cannot make any decision based on that guess.
He or she would have to be sure that no other authors could have been
contracted to solve problem B.FAQ: Are acknowledgements OK?  No.  Leave them for the final copy.\begin{figure}[t]
\begin{center}
\fbox{\rule{0pt}{2in} \rule{0.9\linewidth}{0pt}}%\includegraphics[width=0.8\linewidth]{egfigure.eps}
\end{center}\caption{Example of caption.  It is set in Roman so that mathematics(always set in Roman: $B \sin A = A \sin B$) may be included without anugly clash.}
\label{fig:long}
\label{fig:onecol}
\end{figure}\subsection{Miscellaneous}\noindent
Compare the following:\\
\begin{tabular}{ll}\verb'$conf_a$' &  $conf_a$ \\\verb'$\mathit{conf}_a$' & $\mathit{conf}_a$
\end{tabular}\\
See The \TeX book, p165.The space after \eg, meaning ``for example'', should not be a
sentence-ending space. So \eg is correct, {\em e.g.} is not.  The provided
\verb'\eg' macro takes care of this.When citing a multi-author paper, you may save space by using ``et alia'',
shortened to ``\etal'' (not ``{\em et.\ al.}'' as ``{\em et}'' is a complete word.)
However, use it only when there are three or more authors.  Thus, the
following is correct: ``Frobnication has been trendy lately.It was introduced by Alpher~\cite{Alpher02}, and subsequently developed byAlpher and Fotheringham-Smythe~\cite{Alpher03}, and Alpher \etal~\cite{Alpher04}.''This is incorrect: ``... subsequently developed by Alpher \etal~\cite{Alpher03} ...''
because reference~\cite{Alpher03} has just two authors.  If you use the
\verb'\etal' macro provided, then you need not worry about double periods
when used at the end of a sentence as in Alpher \etal.For this citation style, keep multiple citations in numerical (not
chronological) order, so prefer \cite{Alpher03,Alpher02,Authors14} to
\cite{Alpher02,Alpher03,Authors14}.\begin{figure*}
\begin{center}
\fbox{\rule{0pt}{2in} \rule{.9\linewidth}{0pt}}
\end{center}\caption{Example of a short caption, which should be centered.}
\label{fig:short}
\end{figure*}%------------------------------------------------------------------------
\section{Formatting your paper}All text must be in a two-column format. The total allowable width of the
text area is $6\frac78$ inches (17.5 cm) wide by $8\frac78$ inches (22.54
cm) high. Columns are to be $3\frac14$ inches (8.25 cm) wide, with a
$\frac{5}{16}$ inch (0.8 cm) space between them. The main title (on the
first page) should begin 1.0 inch (2.54 cm) from the top edge of the
page. The second and following pages should begin 1.0 inch (2.54 cm) from
the top edge. On all pages, the bottom margin should be 1-1/8 inches (2.86
cm) from the bottom edge of the page for $8.5 \times 11$-inch paper; for A4
paper, approximately 1-5/8 inches (4.13 cm) from the bottom edge of the
page.%-------------------------------------------------------------------------
\subsection{Margins and page numbering}All printed material, including text, illustrations, and charts, must be kept
within a print area 6-7/8 inches (17.5 cm) wide by 8-7/8 inches (22.54 cm)
high.%-------------------------------------------------------------------------
\subsection{Type-style and fonts}Wherever Times is specified, Times Roman may also be used. If neither is
available on your word processor, please use the font closest in
appearance to Times to which you have access.MAIN TITLE. Center the title 1-3/8 inches (3.49 cm) from the top edge of
the first page. The title should be in Times 14-point, boldface type.
Capitalize the first letter of nouns, pronouns, verbs, adjectives, and
adverbs; do not capitalize articles, coordinate conjunctions, or
prepositions (unless the title begins with such a word). Leave two blank
lines after the title.AUTHOR NAME(s) and AFFILIATION(s) are to be centered beneath the title
and printed in Times 12-point, non-boldface type. This information is to
be followed by two blank lines.The ABSTRACT and MAIN TEXT are to be in a two-column format.MAIN TEXT. Type main text in 10-point Times, single-spaced. Do NOT use
double-spacing. All paragraphs should be indented 1 pica (approx. 1/6
inch or 0.422 cm). Make sure your text is fully justified---that is,
flush left and flush right. Please do not place any additional blank
lines between paragraphs.Figure and table captions should be 9-point Roman type as in
Figures~\ref{fig:onecol} and~\ref{fig:short}.  Short captions should be centred.\noindent Callouts should be 9-point Helvetica, non-boldface type.
Initially capitalize only the first word of section titles and first-,
second-, and third-order headings.FIRST-ORDER HEADINGS. (For example, {\large \bf 1. Introduction})
should be Times 12-point boldface, initially capitalized, flush left,
with one blank line before, and one blank line after.SECOND-ORDER HEADINGS. (For example, { \bf 1.1. Database elements})
should be Times 11-point boldface, initially capitalized, flush left,
with one blank line before, and one after. If you require a third-order
heading (we discourage it), use 10-point Times, boldface, initially
capitalized, flush left, preceded by one blank line, followed by a period
and your text on the same line.%-------------------------------------------------------------------------
\subsection{Footnotes}Please use footnotes\footnote {This is what a footnote looks like.  It
often distracts the reader from the main flow of the argument.} sparingly.
Indeed, try to avoid footnotes altogether and include necessary peripheral
observations in
the text (within parentheses, if you prefer, as in this sentence).  If you
wish to use a footnote, place it at the bottom of the column on the page on
which it is referenced. Use Times 8-point type, single-spaced.%-------------------------------------------------------------------------
\subsection{References}List and number all bibliographical references in 9-point Times,
single-spaced, at the end of your paper. When referenced in the text,
enclose the citation number in square brackets, for
example~\cite{Authors14}.  Where appropriate, include the name(s) of
editors of referenced books.\begin{table}
\begin{center}
\begin{tabular}{|l|c|}
\hline
Method & Frobnability \\
\hline\hline
Theirs & Frumpy \\
Yours & Frobbly \\
Ours & Makes one's heart Frob\\
\hline
\end{tabular}
\end{center}
\caption{Results.   Ours is better.}
\end{table}%-------------------------------------------------------------------------
\subsection{Illustrations, graphs, and photographs}All graphics should be centered.  Please ensure that any point you wish to
make is resolvable in a printed copy of the paper.  Resize fonts in figures
to match the font in the body text, and choose line widths which render
effectively in print.  Many readers (and reviewers), even of an electronic
copy, will choose to print your paper in order to read it.  You cannot
insist that they do otherwise, and therefore must not assume that they can
zoom in to see tiny details on a graphic.When placing figures in \LaTeX, it's almost always best to use
\verb+\includegraphics+, and to specify the  figure width as a multiple of
the line width as in the example below
{\small\begin{verbatim}\usepackage[dvips]{graphicx} ...\includegraphics[width=0.8\linewidth]{myfile.eps}
\end{verbatim}
}%-------------------------------------------------------------------------
\subsection{Color}Please refer to the author guidelines on the CVPR 2018 web page for a discussion
of the use of color in your document.%------------------------------------------------------------------------
\section{Final copy}You must include your signed IEEE copyright release form when you submit
your finished paper. We MUST have this form before your paper can be
published in the proceedings.Please direct any questions to the production editor in charge of these
proceedings at the IEEE Computer Society Press: Phone (714) 821-8380, or
Fax (714) 761-1784.{\small
\bibliographystyle{ieee}
\bibliography{egbib}
}\end{document}
  1. 进行编译

  1. 到这一步,如果编译失败,是由于宏包装的不够。

关于CVPR的宏,需要这个两个

  1. 在同一个文件夹下新建文档cvpr.sty 复制粘贴下面这个代码
% ---------------------------------------------------------------
%
% $Id: cvpr.sty,v 1.3 2005/10/24 19:56:15 awf Exp $
%
% by Paolo.Ienne@di.epfl.ch
% some mods by awf@acm.org
%
% ---------------------------------------------------------------
%
% no guarantee is given that the format corresponds perfectly to
% IEEE 8.5" x 11" Proceedings, but most features should be ok.
%
% ---------------------------------------------------------------
% with LaTeX2e:
% =============
%
% use as
%   \documentclass[times,10pt,twocolumn]{article}
%   \usepackage{latex8}
%   \usepackage{times}
%
% ---------------------------------------------------------------% with LaTeX 2.09:
% ================
%
% use as
%   \documentstyle[times,art10,twocolumn,latex8]{article}
%
% ---------------------------------------------------------------
% with both versions:
% ===================
%
% specify \cvprfinalcopy to emit the final camera-ready copy
%
% specify references as
%   \bibliographystyle{ieee}
%   \bibliography{...your files...}
%
% ---------------------------------------------------------------\usepackage{eso-pic}
\usepackage{xspace}\typeout{CVPR 8.5 x 11-Inch Proceedings Style `cvpr.sty'.}% ten point helvetica bold required for captions
% eleven point times bold required for second-order headings
% in some sites the name of the fonts may differ,
% change the name here:
\font\cvprtenhv  = phvb at 8pt % *** IF THIS FAILS, SEE cvpr.sty ***
\font\elvbf  = ptmb scaled 1100% If the above lines give an error message, try to comment them and
% uncomment these:
%\font\cvprtenhv  = phvb7t at 8pt
%\font\elvbf  = ptmb7t scaled 1100% set dimensions of columns, gap between columns, and paragraph indent
\setlength{\textheight}{8.875in}
\setlength{\textwidth}{6.875in}
\setlength{\columnsep}{0.3125in}
\setlength{\topmargin}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\parindent}{1pc}
\setlength{\oddsidemargin}{-.304in}
\setlength{\evensidemargin}{-.304in}\newif\ifcvprfinal
\cvprfinalfalse
\def\cvprfinalcopy{\global\cvprfinaltrue}% memento from size10.clo
% \normalsize{\@setfontsize\normalsize\@xpt\@xiipt}
% \small{\@setfontsize\small\@ixpt{11}}
% \footnotesize{\@setfontsize\footnotesize\@viiipt{9.5}}
% \scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt}
% \tiny{\@setfontsize\tiny\@vpt\@vipt}
% \large{\@setfontsize\large\@xiipt{14}}
% \Large{\@setfontsize\Large\@xivpt{18}}
% \LARGE{\@setfontsize\LARGE\@xviipt{22}}
% \huge{\@setfontsize\huge\@xxpt{25}}
% \Huge{\@setfontsize\Huge\@xxvpt{30}}\def\@maketitle{\newpage\null\vskip .375in\begin{center}{\Large \bf \@title \par}% additional two empty lines at the end of the title\vspace*{24pt}{\large\lineskip .5em\begin{tabular}[t]{c}\ifcvprfinal\@author\else Anonymous CVPR submission\\\vspace*{1pt}\\%This space will need to be here in the final copy, so don't squeeze it out for the review copy.
Paper ID \cvprPaperID \fi\end{tabular}\par}% additional small space at the end of the author name\vskip .5em% additional empty line at the end of the title block\vspace*{12pt}\end{center}}\def\abstract{%\centerline{\large\bf Abstract}%\vspace*{12pt}%\it%}\def\endabstract{% additional empty line at the end of the abstract\vspace*{12pt}}\def\affiliation#1{\gdef\@affiliation{#1}} \gdef\@affiliation{}\newlength{\@ctmp}
\newlength{\@figindent}
\setlength{\@figindent}{1pc}\long\def\@makecaption#1#2{\setbox\@tempboxa\hbox{\small \noindent #1.~#2}\setlength{\@ctmp}{\hsize}\addtolength{\@ctmp}{-\@figindent}\addtolength{\@ctmp}{-\@figindent}% IF longer than one indented paragraph line\ifdim \wd\@tempboxa >\@ctmp% THEN DON'T set as an indented paragraph{\small #1.~#2\par}\else% ELSE center\hbox to\hsize{\hfil\box\@tempboxa\hfil}\fi}% correct heading spacing and type
\def\cvprsection{\@startsection {section}{1}{\z@}{10pt plus 2pt minus 2pt}{7pt} {\large\bf}}
\def\cvprssect#1{\cvprsection*{#1}}
\def\cvprsect#1{\cvprsection{\hskip -1em.~#1}}
\def\section{\@ifstar\cvprssect\cvprsect}\def\cvprsubsection{\@startsection {subsection}{2}{\z@}{8pt plus 2pt minus 2pt}{6pt} {\elvbf}}
\def\cvprssubsect#1{\cvprsubsection*{#1}}
\def\cvprsubsect#1{\cvprsubsection{\hskip -1em.~#1}}
\def\subsection{\@ifstar\cvprssubsect\cvprsubsect}%% --------- Page background marks: Ruler and confidentiality% ----- define vruler
\makeatletter
\newbox\cvprrulerbox
\newcount\cvprrulercount
\newdimen\cvprruleroffset
\newdimen\cv@lineheight
\newdimen\cv@boxheight
\newbox\cv@tmpbox
\newcount\cv@refno
\newcount\cv@tot
% NUMBER with left flushed zeros  \fillzeros[<WIDTH>]<NUMBER>
\newcount\cv@tmpc@ \newcount\cv@tmpc
\def\fillzeros[#1]#2{\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi
\cv@tmpc=1 %
\loop\ifnum\cv@tmpc@<10 \else \divide\cv@tmpc@ by 10 \advance\cv@tmpc by 1 \fi\ifnum\cv@tmpc@=10\relax\cv@tmpc@=11\relax\fi \ifnum\cv@tmpc@>10 \repeat
\ifnum#2<0\advance\cv@tmpc1\relax-\fi
\loop\ifnum\cv@tmpc<#1\relax0\advance\cv@tmpc1\relax\fi \ifnum\cv@tmpc<#1 \repeat
\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi \relax\the\cv@tmpc@}%
% \makevruler[<SCALE>][<INITIAL_COUNT>][<STEP>][<DIGITS>][<HEIGHT>]
\def\makevruler[#1][#2][#3][#4][#5]{\begingroup\offinterlineskip
\textheight=#5\vbadness=10000\vfuzz=120ex\overfullrule=0pt%
\global\setbox\cvprrulerbox=\vbox to \textheight{%
{\parskip=0pt\hfuzz=150em\cv@boxheight=\textheight
\cv@lineheight=#1\global\cvprrulercount=#2%
\cv@tot\cv@boxheight\divide\cv@tot\cv@lineheight\advance\cv@tot2%
\cv@refno1\vskip-\cv@lineheight\vskip1ex%
\loop\setbox\cv@tmpbox=\hbox to0cm{{\cvprtenhv\hfil\fillzeros[#4]\cvprrulercount}}%
\ht\cv@tmpbox\cv@lineheight\dp\cv@tmpbox0pt\box\cv@tmpbox\break
\advance\cv@refno1\global\advance\cvprrulercount#3\relax
\ifnum\cv@refno<\cv@tot\repeat}}\endgroup}%
\makeatother
% ----- end of vruler% \makevruler[<SCALE>][<INITIAL_COUNT>][<STEP>][<DIGITS>][<HEIGHT>]
\def\cvprruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\cvprrulerbox}}
\AddToShipoutPicture{%
\ifcvprfinal\else%\AtTextLowerLeft{%% \color[gray]{.15}\framebox(\LenToUnit{\textwidth},\LenToUnit{\textheight}){}%}
\cvprruleroffset=\textheight
\advance\cvprruleroffset by -3.7pt\color[rgb]{.5,.5,1}\AtTextUpperLeft{%\put(\LenToUnit{-35pt},\LenToUnit{-\cvprruleroffset}){%left ruler\cvprruler{\cvprrulercount}}\put(\LenToUnit{\textwidth\kern 30pt},\LenToUnit{-\cvprruleroffset}){%right ruler\cvprruler{\cvprrulercount}}}
\def\pid{\parbox{1in}{\begin{center}\bf\sf{\small CVPR}\\\#\cvprPaperID\end{center}}}\AtTextUpperLeft{%paperID in corners\put(\LenToUnit{-65pt},\LenToUnit{45pt}){\pid}\put(\LenToUnit{\textwidth\kern-8pt},\LenToUnit{45pt}){\pid}}\AtTextUpperLeft{%confidential\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\cvprtenhvCVPR 2018 Submission \#\cvprPaperID. CONFIDENTIAL REVIEW COPY.  DO NOT DISTRIBUTE.}}}
\fi
}%%% Make figure placement a little more predictable.
% We trust the user to move figures if this results
% in ugliness.
% Minimize bad page breaks at figures
\renewcommand{\textfraction}{0.01}
\renewcommand{\floatpagefraction}{0.99}
\renewcommand{\topfraction}{0.99}
\renewcommand{\bottomfraction}{0.99}
\renewcommand{\dblfloatpagefraction}{0.99}
\renewcommand{\dbltopfraction}{0.99}
\setcounter{totalnumber}{99}
\setcounter{topnumber}{99}
\setcounter{bottomnumber}{99}% Add a period to the end of an abbreviation unless there's one
% already, then \xspace.
\makeatletter
\DeclareRobustCommand\onedot{\futurelet\@let@token\@onedot}
\def\@onedot{\ifx\@let@token.\else.\null\fi\xspace}\def\eg{\emph{e.g}\onedot} \def\Eg{\emph{E.g}\onedot}
\def\ie{\emph{i.e}\onedot} \def\Ie{\emph{I.e}\onedot}
\def\cf{\emph{c.f}\onedot} \def\Cf{\emph{C.f}\onedot}
\def\etc{\emph{etc}\onedot} \def\vs{\emph{vs}\onedot}
\def\wrt{w.r.t\onedot} \def\dof{d.o.f\onedot}
\def\etal{\emph{et al}\onedot}
\makeatother% ---------------------------------------------------------------
  1. 再新建一个 cvpr_eso.sty文件
%%
%% This is file `everyshi.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% everyshi.dtx  (with options: `package')
%%
%% Copyright (C) [1994..1999] by Martin Schroeder. All rights reserved.
%%
%% This file is part of the EveryShi package
%%
%% This program may be redistributed and/or modified under the terms
%% of the LaTeX Project Public License, either version 1.0 of this
%% license, or (at your option) any later version.
%% The latest version of this license is in
%%    CTAN:macros/latex/base/lppl.txt.
%%
%% Happy users are requested to send me a postcard. :-)
%%
%% The EveryShi package contains these files:
%%
%%       everyshi.asc
%%       everyshi.dtx
%%       everyshi.dvi
%%       everyshi.ins
%%       everyshi.bug
%%
%% Error Reports in case of UNCHANGED versions to
%%
%%                         Martin Schr"oder
%%                         Cr"usemannallee 3
%%                         D-28213 Bremen
%%                         Martin.Schroeder@ACM.org
%%
%% File: everyshi.dtx Copyright (C) 2001 Martin Schr\"oder
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{everyshi}[2001/05/15 v3.00 EveryShipout Package (MS)]
%% \CharacterTable
%% {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%  Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%  Digits        \0\1\2\3\4\5\6\7\8\9
%%  Exclamation   \!     Double quote  \"     Hash (number) \#
%%  Dollar        \$     Percent       \%     Ampersand     \&
%%  Acute accent  \'     Left paren    \(     Right paren   \)
%%  Asterisk      \*     Plus          \+     Comma         \,
%%  Minus         \-     Point         \.     Solidus       \/
%%  Colon         \:     Semicolon     \;     Less than     \<
%%  Equals        \=     Greater than  \>     Question mark \?
%%  Commercial at \@     Left bracket  \[     Backslash     \\
%%  Right bracket \]     Circumflex    \^     Underscore    \_
%%  Grave accent  \`     Left brace    \{     Vertical bar  \|
%%  Right brace   \}     Tilde         \~}
%%
%% \iffalse meta-comment
%% ===================================================================
%%  @LaTeX-package-file{
%%     author          = {Martin Schr\"oder},
%%     version         = "3.00",
%%     date            = "15 May 2001",
%%     filename        = "everyshi.sty",
%%     address         = {Martin Schr\"oder
%%                        Cr\"usemannallee 3
%%                        28213 Bremen
%%                        Germany},
%%     telephone       = "+49-421-2239425",
%%     email           = "martin@oneiros.de",
%%     pgp-Key         = "2048 bit / KeyID 292814E5",
%%     pgp-fingerprint = "7E86 6EC8 97FA 2995 82C3  FEA5 2719 090E",
%%     docstring       = "LaTeX package which provides hooks into
%%                        \cs{shipout}.
%%  }
%% ===================================================================
%% \fi\newcommand{\@EveryShipout@Hook}{}
\newcommand{\@EveryShipout@AtNextHook}{}
\newcommand*{\EveryShipout}[1]{\g@addto@macro\@EveryShipout@Hook{#1}}
\newcommand*{\AtNextShipout}[1]{\g@addto@macro\@EveryShipout@AtNextHook{#1}}
\newcommand{\@EveryShipout@Shipout}{%\afterassignment\@EveryShipout@Test\global\setbox\@cclv= %}
\newcommand{\@EveryShipout@Test}{%\ifvoid\@cclv\relax\aftergroup\@EveryShipout@Output\else\@EveryShipout@Output\fi%}
\newcommand{\@EveryShipout@Output}{%\@EveryShipout@Hook%\@EveryShipout@AtNextHook%\gdef\@EveryShipout@AtNextHook{}%\@EveryShipout@Org@Shipout\box\@cclv%}
\newcommand{\@EveryShipout@Org@Shipout}{}
\newcommand*{\@EveryShipout@Init}{%\message{ABD: EveryShipout initializing macros}%\let\@EveryShipout@Org@Shipout\shipout\let\shipout\@EveryShipout@Shipout}
\AtBeginDocument{\@EveryShipout@Init}
\endinput
%%
%% End of file `everyshi.sty'.


9. 同样建一个eso-pic.sty文件

%%
%% This is file `eso-pic.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% eso-pic.dtx  (with options: `package')
%%
%% This is a generated file.
%%
%% Copyright (C) 1998-2002 by Rolf Niepraschk <niepraschk@ptb.de>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.2 of this license
%% or (at your option) any later version.  The latest version of this
%% license is in:
%%
%%    http://www.latex-project.org/lppl.txt
%%
%% and version 1.2 or later is part of all distributions of LaTeX version
%% 1999/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eso-pic}[2002/11/16 v1.1b eso-pic (RN)]
\input{cvpr_eso.sty}
\newcommand\LenToUnit[1]{#1\@gobble}\newcommand\AtPageUpperLeft[1]{%\begingroup\@tempdima=0pt\relax\@tempdimb=\ESO@yoffsetI\relax\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){#1}%\endgroup
}
\newcommand\AtPageLowerLeft[1]{\AtPageUpperLeft{%\put(0,\LenToUnit{-\paperheight}){#1}}}
\newcommand\AtPageCenter[1]{\AtPageUpperLeft{%\put(\LenToUnit{.5\paperwidth},\LenToUnit{-.5\paperheight}){#1}}%
}
\newcommand\AtTextUpperLeft[1]{%\begingroup\setlength\@tempdima{1in}%\ifodd\c@page%\advance\@tempdima\oddsidemargin%\else%\advance\@tempdima\evensidemargin%\fi%\@tempdimb=\ESO@yoffsetI\relax\advance\@tempdimb-1in\relax%\advance\@tempdimb-\topmargin%\advance\@tempdimb-\headheight\advance\@tempdimb-\headsep%\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){#1}%\endgroup
}
\newcommand\AtTextLowerLeft[1]{\AtTextUpperLeft{%\put(0,\LenToUnit{-\textheight}){#1}}}
\newcommand\AtTextCenter[1]{\AtTextUpperLeft{%\put(\LenToUnit{.5\textwidth},\LenToUnit{-.5\textheight}){#1}}}
\newcommand{\ESO@HookI}{} \newcommand{\ESO@HookII}{}
\newcommand{\ESO@HookIII}{}
\newcommand{\AddToShipoutPicture}{%\@ifstar{\g@addto@macro\ESO@HookII}{\g@addto@macro\ESO@HookI}}
\newcommand{\ClearShipoutPicture}{\global\let\ESO@HookI\@empty}
\newcommand\ESO@isMEMOIR[1]{}
\@ifclassloaded{memoir}{\renewcommand\ESO@isMEMOIR[1]{#1}}{}
\newcommand{\@ShipoutPicture}{%\bgroup\@tempswafalse%\ifx\ESO@HookI\@empty\else\@tempswatrue\fi%\ifx\ESO@HookII\@empty\else\@tempswatrue\fi%\ifx\ESO@HookIII\@empty\else\@tempswatrue\fi%\if@tempswa%\@tempdima=1in\@tempdimb=-\@tempdima%\advance\@tempdimb\ESO@yoffsetI%\ESO@isMEMOIR{%\advance\@tempdima\trimedge%\advance\@tempdima\paperwidth%\advance\@tempdima-\stockwidth%\if@twoside\ifodd\c@page\else%\advance\@tempdima-2\trimedge%\advance\@tempdima-\paperwidth%\advance\@tempdima\stockwidth%\fi\fi%\advance\@tempdimb\trimtop}%\unitlength=1pt%\global\setbox\@cclv\vbox{%\vbox{\let\protect\relax\pictur@(0,0)(\strip@pt\@tempdima,\strip@pt\@tempdimb)%\ESO@HookIII\ESO@HookI\ESO@HookII%\global\let\ESO@HookII\@empty%\endpicture}%\nointerlineskip%\box\@cclv}%\fi\egroup
}
\EveryShipout{\@ShipoutPicture}
\RequirePackage{keyval}
\newif\ifESO@dvips\ESO@dvipsfalse \newif\ifESO@grid\ESO@gridfalse
\newif\ifESO@texcoord\ESO@texcoordfalse
\newcommand*\ESO@gridunitname{}
\newcommand*\ESO@gridunit{}
\newcommand*\ESO@labelfactor{}
\newcommand*\ESO@griddelta{}\newcommand*\ESO@griddeltaY{}
\newcommand*\ESO@gridDelta{}\newcommand*\ESO@gridDeltaY{}
\newcommand*\ESO@gridcolor{}
\newcommand*\ESO@subgridcolor{}
\newcommand*\ESO@subgridstyle{dotted}% ???
\newcommand*\ESO@gap{}
\newcommand*\ESO@yoffsetI{}\newcommand*\ESO@yoffsetII{}
\newcommand*\ESO@gridlines{\thinlines}
\newcommand*\ESO@subgridlines{\thinlines}
\newcommand*\ESO@hline[1]{\ESO@subgridlines\line(1,0){#1}}
\newcommand*\ESO@vline[1]{\ESO@subgridlines\line(0,1){#1}}
\newcommand*\ESO@Hline[1]{\ESO@gridlines\line(1,0){#1}}
\newcommand*\ESO@Vline[1]{\ESO@gridlines\line(0,1){#1}}
\newcommand\ESO@fcolorbox[4][]{\fbox{#4}}
\newcommand\ESO@color[1]{}
\newcommand\ESO@colorbox[3][]{%\begingroup\fboxrule=0pt\fbox{#3}%\endgroup
}
\newcommand\gridSetup[6][]{%\edef\ESO@gridunitname{#1}\edef\ESO@gridunit{#2}\edef\ESO@labelfactor{#3}\edef\ESO@griddelta{#4}\edef\ESO@gridDelta{#5}\edef\ESO@gap{#6}}
\define@key{ESO}{texcoord}[true]{\csname ESO@texcoord#1\endcsname}
\define@key{ESO}{pscoord}[true]{\csname @tempswa#1\endcsname\if@tempswa\ESO@texcoordfalse\else\ESO@texcoordtrue\fi}
\define@key{ESO}{dvips}[true]{\csname ESO@dvips#1\endcsname}
\define@key{ESO}{grid}[true]{\csname ESO@grid#1\endcsname\setkeys{ESO}{gridcolor=black,subgridcolor=black}}
\define@key{ESO}{colorgrid}[true]{\csname ESO@grid#1\endcsname\setkeys{ESO}{gridcolor=red,subgridcolor=green}}
\define@key{ESO}{gridcolor}{\def\ESO@gridcolor{#1}}
\define@key{ESO}{subgridcolor}{\def\ESO@subgridcolor{#1}}
\define@key{ESO}{subgridstyle}{\def\ESO@subgridstyle{#1}}%
\define@key{ESO}{gridunit}{%\def\@tempa{#1}\def\@tempb{bp}\ifx\@tempa\@tempb\gridSetup[\@tempa]{1bp}{1}{10}{50}{2}\else\def\@tempb{pt}\ifx\@tempa\@tempb\gridSetup[\@tempa]{1pt}{1}{10}{50}{2}\else\def\@tempb{in}\ifx\@tempa\@tempb\gridSetup[\@tempa]{.1in}{.1}{2}{10}{.5}\else\gridSetup[mm]{1mm}{1}{5}{20}{1}\fi\fi\fi
}
\setkeys{ESO}{subgridstyle=solid,pscoord=true,gridunit=mm}
\def\ProcessOptionsWithKV#1{%\let\@tempc\@empty\@for\CurrentOption:=\@classoptionslist\do{%\@ifundefined{KV@#1@\CurrentOption}%{}{\edef\@tempc{\@tempc,\CurrentOption,}}}%\edef\@tempc{%\noexpand\setkeys{#1}{\@tempc\@ptionlist{\@currname.\@currext}}}%\@tempc\AtEndOfPackage{\let\@unprocessedoptions\relax}}%
\ProcessOptionsWithKV{ESO}%
\newcommand\ESO@div[2]{%\@tempdima=#1\relax\@tempdimb=\ESO@gridunit\relax\@tempdimb=#2\@tempdimb\divide\@tempdima by \@tempdimb%\@tempcnta\@tempdima\advance\@tempcnta\@ne}
\AtBeginDocument{%\IfFileExists{color.sty}{%\RequirePackage{color}\let\ESO@color=\color\let\ESO@colorbox=\colorbox\let\ESO@fcolorbox=\fcolorbox}{}\@ifundefined{Gin@driver}{}%{%\ifx\Gin@driver\@empty\else%\filename@parse{\Gin@driver}\def\reserved@a{dvips}%\ifx\filename@base\reserved@a\ESO@dvipstrue\fi%\fi}%\ifx\pdfoutput\undefined\else\ifx\pdfoutput\relax\else\ifcase\pdfoutput\else\ESO@dvipsfalse%\fi\fi\fi\ifESO@dvips\def\@tempb{eepic}\else\def\@tempb{epic}\fi\def\@tempa{dotted}%\def\ESO@gap{\LenToUnit{6\@wholewidth}}%\ifx\@tempa\ESO@subgridstyle\IfFileExists{\@tempb.sty}%{%\RequirePackage{\@tempb}\renewcommand*\ESO@hline[1]{\ESO@subgridlines\dottedline{\ESO@gap}%(0,0)(##1,0)}\renewcommand*\ESO@vline[1]{\ESO@subgridlines\dottedline{\ESO@gap}%(0,0)(0,##1)}}{}\else\ifx\ESO@gridcolor\ESO@subgridcolor%\renewcommand*\ESO@gridlines{\thicklines}\fi\fi
}
\ifESO@texcoord\def\ESO@yoffsetI{0pt}\def\ESO@yoffsetII{-\paperheight}\edef\ESO@griddeltaY{-\ESO@griddelta}\edef\ESO@gridDeltaY{-\ESO@gridDelta}
\else\def\ESO@yoffsetI{\paperheight}\def\ESO@yoffsetII{0pt}\edef\ESO@griddeltaY{\ESO@griddelta}\edef\ESO@gridDeltaY{\ESO@gridDelta}
\fi
\newcommand\ESO@gridpicture{%\begingroup\setlength\unitlength{\ESO@gridunit}%\ESO@color{\ESO@subgridcolor}%\ESO@div{\paperheight}{\ESO@griddelta}%\multiput(0,0)(0,\ESO@griddeltaY){\@tempcnta}%{\ESO@hline{\LenToUnit{\paperwidth}}}%\ESO@div{\paperwidth}{\ESO@griddelta}%\multiput(0,\LenToUnit{\ESO@yoffsetII})(\ESO@griddelta,0){\@tempcnta}%{\ESO@vline{\LenToUnit{\paperheight}}}%\ESO@color{\ESO@gridcolor}%\ESO@div{\paperheight}{\ESO@gridDelta}%\multiput(0,0)(0,\ESO@gridDeltaY){\@tempcnta}%{\ESO@Hline{\LenToUnit{\paperwidth}}}%\ESO@div{\paperwidth}{\ESO@gridDelta}%\multiput(0,\LenToUnit{\ESO@yoffsetII})(\ESO@gridDelta,0){\@tempcnta}%{\ESO@Vline{\LenToUnit{\paperheight}}}%\fontsize{10}{12}\normalfont%\ESO@div{\paperwidth}{\ESO@gridDelta}%\multiput(0,\ESO@gridDeltaY)(\ESO@gridDelta,0){\@tempcnta}{%\@tempcntb=\@tempcnta\advance\@tempcntb-\@multicnt%\ifnum\@tempcntb>1\relax\multiply\@tempcntb by \ESO@gridDelta\relax%\@tempdima=\@tempcntb sp\@tempdima=\ESO@labelfactor\@tempdima%\@tempcntb=\@tempdima%\makebox(0,0)[c]{\ESO@colorbox{white}{\the\@tempcntb}}%\fi}%\ifx\ESO@gridunitname\@empty\def\@tempa{0}\else\def\@tempa{1}\fi%\ESO@div{\paperheight}{\ESO@gridDelta}%\multiput(\ESO@gridDelta,0)(0,\ESO@gridDeltaY){\@tempcnta}{%\@tempcntb=\@tempcnta\advance\@tempcntb-\@multicnt%\ifnum\@tempcntb>\@tempa\relax\multiply\@tempcntb by \ESO@gridDelta\relax%\@tempdima=\@tempcntb sp\@tempdima=\ESO@labelfactor\@tempdima%\@tempcntb=\@tempdima%\makebox(0,0)[c]{\ESO@colorbox{white}{\the\@tempcntb}}%\fi}%\ifx\ESO@gridunitname\@empty\else%\thicklines\fboxrule=\@wholewidth%\put(\ESO@gridDelta,\ESO@gridDeltaY){\makebox(0,0)[c]{%\ESO@fcolorbox{\ESO@gridcolor}{white}{%\textbf{\ESO@gridunitname}}}}%\fi\normalcolor%\endgroup
}
\ifESO@grid\g@addto@macro\ESO@HookIII{\ESO@gridpicture}\fi
\endinput
%%
%% End of file `eso-pic.sty'.

最终效果

编译成功后就可以显示效果了。

如果感觉配置模板非常麻烦

可以直接overleaf的project里面下载整套模板,就可以直接使用了。

真的是非常的麻烦,但是一次配好了以后就可以一直是使用了,虽然写起来会更加麻烦,但是架不住效果好。

Copyright © 2020 by RichardYang. All rights reserved.
仅供参考,严禁转载,感谢。

使用最新TexLive2020+VsCode来编写Latex论文(假设使用:CVPR2018)相关推荐

  1. Lyx使用IEEE模板编写latex论文

    Lyx使用IEEE模板编写latex论文 代开lyx点击文件File的第二行New from Template 选择你目标期刊的lyx模板 如下我选择IEEE journal 3. 编译左边导航栏的眼 ...

  2. TeXstudio 编写Latex论文的若干问题解决方案总结

    问题1: 如何安装TeXstudio 以及 Texstudio当中的中文字体使用问题. 一.如何安装TeXstudio 很多人推荐使用TexStudio.注意,texstudio是一个latex编译器 ...

  3. windows安装visual studio code并配置latex并编写latex论文

    0.请事先安装好了texlive.安装方法:windows10如何下载和安装latex 1.visual studio code下载地址:https://code.visualstudio.com/ ...

  4. 解决TexStudio编写LaTeX论文引用文献问题:正文引用处出现[?],参考文献也不显现

    当我们利用LaTeX编写论文时,可能会出现引用参考文献时正文引用处出现?号,肯能的原因及解决方案如下: 问题一 忘记在\end{document}前面放\bibliographystyle{样式}和\ ...

  5. 二、VSCode——MiKTeX编写latex编码

    免安装下载VSCode https://blog.csdn.net/qq_40837795/article/details/128037675 下载MiKTeX https://miktex.org/ ...

  6. texlive2020 + vscode 论文排版教程

    这是我准备公开的第二篇技术博客,之前也写过一些简单的(拿不出手的)博文,但一直没信心公开,不过最后觉得也没啥,大家可以交流嘛,万一你写的有错,有好心人看见了指出的话那也是极好的 最近上了门计算机视觉的 ...

  7. mac vscode设置中文_VSCode编写latex

    0 写在前面 由于latex相关软件的编辑界面不太舒服,加上笔者钟情于VSCode,而网上没有一个简单易用的VSCode搭建教程,故有此书. 1 安装Latex环境 Latex环境即Tex Live, ...

  8. 在vscode中使用latex高效书写论文教程

    1.latex和vscode来写论文高效在哪? 在latex中写论文相对于word而言,优势在于它页面渲染得好,写论文时更好看更学术,并且大部分期刊/会议都有latex的官方模板,我们要做的就是自学一 ...

  9. LaTeX编写Elsevier论文格式-小白记录

    LaTeX编写Elsevier论文格式 一.准备工作 1. windows安装TeX Live 2. 安装TeX Studio 3. Elsevier模板下载 二.编写 1. word版本内容迁移到L ...

  10. 【Latex】TexLive+VScode+SumatraPDF 配置LaTex编辑环境

    前往我的博客阅读体验更佳:本文链接 安装Texlive 下载镜像文件,可以使用[清华镜像]或者[中科大镜像],下载texlive.iso文件,这是最新的texlive版本. 打开镜像文件,运行inst ...

最新文章

  1. OpenCV-Python:实现人脸、人眼、嘴巴识别
  2. linux jstat 命令监控gc情况
  3. 从一次线下读书会获得的收获
  4. 同一个网站下不同应用程序可以不同Framework版本
  5. Devoxx 2011印象
  6. vim 删除多行_Vim神器的五个高效插件,新老司机别错过!
  7. 制作和unity调用动态链接库dll文件
  8. 钉钉、腾讯朋友等被点名!微信公示部分违规行为:连自家人都没放过
  9. c语言课后作业答案指针,C语言程序基础练习题带答案
  10. 【语义分割】评价指标代码函数:np.sum()、np.nansum()、np.nanmean()、np.diag()、np.bincount()
  11. 网络编程之信号(处理僵尸进程的终极办法)之初识信号捕捉器
  12. Ubuntu20.04更新源步骤
  13. oracle normal索引类型,Oracle学习笔记(10)管理索引
  14. java怎么实现事务_java实现简单的事务
  15. 远程真机测试平台,公用远程真机平台,云真机使用方法
  16. DB2 执行SQL报错: DB2 SQL Error: SQLCODE=-1585, SQLSTATE=54048
  17. 【电脑配置图】i3-10100f+1650显卡(2020.11.28)了解
  18. Ubuntu 12.10 禁用来宾账户和远程登录
  19. Atmel 官方网站中文版
  20. 【转】机器学习embedding

热门文章

  1. 手把手教用matlab做无人驾驶(二十三)--LMPC
  2. SHIO世硕科技马新云携全体员工:2021,在此感谢所有的一切!
  3. 使用 *号在分别在控制台输出一个平行四边形、等腰三角形、菱形
  4. 达观数据荣获认知图谱产业建设“创新突破奖”,并与图谱知名专家共同探讨工业知识图谱应用落地
  5. 推动中国制造升级,汽车装配车间生产流水线 3D 可视化
  6. Geometric Transformation(几何变换)
  7. Grafana Transformation的使用
  8. mac pro词典无法使用问题
  9. java修改mariadb数据_MariaDB更新数据
  10. Excel催化剂开源第35波-图片压缩及自动旋转等处理