mirror of
https://github.com/vale981/HOPSFlow-Paper
synced 2025-03-04 17:21:42 -05:00
add blind text
This commit is contained in:
parent
834f49fac5
commit
4111925c8b
4 changed files with 15 additions and 1828 deletions
|
@ -15,7 +15,7 @@
|
|||
physics mathtools amsmath fontspec booktabs siunitx caption biblatex float
|
||||
pgfplots microtype fancyvrb csquotes setspace newunicodechar hyperref
|
||||
cleveref multirow bbold unicode-math biblatex-phys xpatch beamerposter
|
||||
type1cm changepage lualatex-math footmisc wrapfig2 curve2e pict2e wrapfig
|
||||
type1cm changepage lualatex-math footmisc wrapfig2 curve2e pict2e wrapfig blindtext
|
||||
appendixnumberbeamer sidecap appendix orcidlink ncctools bigfoot crop xcolor revtex;
|
||||
};
|
||||
in rec {
|
||||
|
|
17
index.tex
17
index.tex
|
@ -5,8 +5,10 @@
|
|||
\usepackage{mathtools}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{physics}
|
||||
\usepackage[math,random]{blindtext}
|
||||
\usepackage{bm}
|
||||
\bibliographystyle{apsrev4-2}
|
||||
\blindmathtrue
|
||||
|
||||
\begin{document}
|
||||
\preprint{APS/123-QED}
|
||||
|
@ -36,14 +38,23 @@
|
|||
|
||||
|
||||
\begin{abstract}
|
||||
Really abstract abstract. I will do this after the outline
|
||||
\blindtext
|
||||
\end{abstract}
|
||||
\maketitle
|
||||
|
||||
\section{Introduction}
|
||||
\label{sec:introduction}
|
||||
\blindtext
|
||||
|
||||
\blindtext
|
||||
|
||||
\blindtext
|
||||
|
||||
|
||||
\section{Energy Flow with HOPS}
|
||||
\label{sec:method}
|
||||
|
||||
Test\onlinecite{vzitkovic2010}
|
||||
|
||||
Test toast
|
||||
|
||||
\bibliography{index}
|
||||
\end{document}
|
||||
|
|
|
@ -2,6 +2,4 @@ $pdf_mode = 1;
|
|||
@default_files = ('index.tex');
|
||||
$out_dir = 'output';
|
||||
|
||||
$pdflatex = "pdflatex -synctex=1 -halt-on-error %O %S";
|
||||
|
||||
$pdf_previewer = "zathura %O %S";
|
||||
|
|
Loading…
Add table
Reference in a new issue