disabled projects section in latex

master
Edward Shen 2021-09-28 22:01:32 -07:00
parent 4fb22e2194
commit d91f655177
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 16 additions and 16 deletions

View File

@ -95,20 +95,20 @@
{% endfor -%} {% endfor -%}
\end{tabularx} \end{tabularx}
\begin{tabularx}{\textwidth}{c | r X r } % \begin{tabularx}{\textwidth}{c | r X r }
\sectiontitle{Projects} % \sectiontitle{Projects}
{% for project in config.projects -%} \\[-8pt] % {% for project in config.projects -%} \\[-8pt]
{% raw -%} % {% raw -%}
& \widel{\large\title{% % & \widel{\large\title{%
{% endraw -%} % {% endraw -%}
{{ project.name }}}\hint{ {{ project.lang }} }} \\ % {{ project.name }}}\hint{ {{ project.lang }} }} \\
{% for note in project.notes -%} % {% for note in project.notes -%}
& \bullet % & \bullet
{% raw -%} % {% raw -%}
& \widex{% % & \widex{%
{% endraw -%} % {% endraw -%}
{{note}}} \\ % {{note}}} \\
{% endfor -%} % {% endfor -%}
{% endfor -%} % {% endfor -%}
\end{tabularx} % \end{tabularx}
\end{document} \end{document}