disabled projects section in latex
This commit is contained in:
parent
4fb22e2194
commit
d91f655177
1 changed files with 16 additions and 16 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue