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 -%}
\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}