diff --git a/nvim/snippets/snippets/tex.json b/nvim/snippets/snippets/tex.json index eb2cf4c..f940343 100755 --- a/nvim/snippets/snippets/tex.json +++ b/nvim/snippets/snippets/tex.json @@ -38,24 +38,24 @@ "\\setFontType{sans}\n", "\\setup{$1}\n", "\\begin{document}", - "\\startDocument\n\n", - "\\vspace{2cm}", + "\\startDocument\n", + "\\vspace{1cm}", "\\begin{center}", - "\t\\includegraphics[width=0.6\\linewidth]{~/projects/latex/assets/logo.jpg}", + "\t\\includegraphics[width=0.5\\linewidth]{~/projects/latex/assets/logo.jpg}", "\\end{center}\n\n", - "\\vspace{3cm}", + "\\vspace{2cm}", "\\begin{center}", "\t\\begin{Large}", "\t\t\\quote{A funny quote by a professor}", - "\t\\end{Large}", - "\\hspace{3cm} - Prof. Dr. Professor Name, YEAR", + "\t\\end{Large}\n", + "\t\\hspace{3cm} - Prof. Dr. Professor Name, YEAR", "\\end{center}\n", - "\\vspace{2cm}", + "\\vspace{1.5cm}", "\\begin{center}", - "\tSEMESTER, ETHZ\\\\[0.2cm]", + "\tSEMESTER, ETHZ\n", "\t\\begin{Large}", "\t\tSummary of the Script and Lectures", - "\t\\end{Large}\\\\[0.2cm]", + "\t\\end{Large}", "\\end{center}\n\n", "\\newpage", "\\printtoc{Aquamarine}\n\n",