Tweak and sync beamer and standalone snippets for use with latexmkrc

This commit is contained in:
Gerard Vermeulen 2022-04-22 18:58:01 +02:00
parent d1bb2e2b8f
commit f405898c31
2 changed files with 5 additions and 3 deletions

View File

@ -121,8 +121,8 @@ $0
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% compile-command: "latexmk -interaction=nonstopmode -lualatex -pvc -synctex=1 ${5:`(file-name-nondirectory (buffer-file-name))`}"
%%% fill-column: 88
%%% mode: latex
%%% End:

View File

@ -45,7 +45,8 @@
\DeclareSIUnit\nW{\nano\watt}
\usepackage{tikz}
\usetikzlibrary{3d,arrows,backgrounds,calc,plotmarks}
\usetikzlibrary{3d,arrows,backgrounds,calc,patterns,plotmarks}
\usepackage{pgfplots}
\newcommand{\cmark}{{\color{Green} \ding{52}}}%
\newcommand{\omark}{{\color{Red} \ding{44}}}%
@ -69,7 +70,8 @@ $0
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% compile-command: "latexmk -interaction=nonstopmode -lualatex -pvc -synctex=1 ${5:`(file-name-nondirectory (buffer-file-name))`}"
%%% fill-column: 88
%%% mode: latex
%%% End: