add blind text

This commit is contained in:
valentin.boettcher@mailbox.tu-dresden.de 2022-11-23 18:41:21 +01:00
parent 834f49fac5
commit 4111925c8b
4 changed files with 15 additions and 1828 deletions

View file

@ -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 {

1822
index.bib

File diff suppressed because it is too large Load diff

View file

@ -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}

View file

@ -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";