From d91f6551773dd6c21f2a6e9c49a4e702ae03b96d Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Tue, 28 Sep 2021 22:01:32 -0700 Subject: [PATCH] disabled projects section in latex --- templates/latex | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/templates/latex b/templates/latex index dde6f3a..db36d86 100644 --- a/templates/latex +++ b/templates/latex @@ -95,20 +95,20 @@ {% endfor -%} \end{tabularx} -\begin{tabularx}{\textwidth}{c | r X r } -\sectiontitle{Projects} -{% for project in config.projects -%} \\[-8pt] -{% raw -%} -& \widel{\large\title{% -{% endraw -%} -{{ project.name }}}\hint{ {{ project.lang }} }} \\ -{% for note in project.notes -%} -& \bullet -{% raw -%} -& \widex{% -{% endraw -%} -{{note}}} \\ -{% endfor -%} -{% endfor -%} -\end{tabularx} +% \begin{tabularx}{\textwidth}{c | r X r } +% \sectiontitle{Projects} +% {% for project in config.projects -%} \\[-8pt] +% {% raw -%} +% & \widel{\large\title{% +% {% endraw -%} +% {{ project.name }}}\hint{ {{ project.lang }} }} \\ +% {% for note in project.notes -%} +% & \bullet +% {% raw -%} +% & \widex{% +% {% endraw -%} +% {{note}}} \\ +% {% endfor -%} +% {% endfor -%} +% \end{tabularx} \end{document}