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 -%}
|
||||
\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}
|
||||
|
|
Loading…
Reference in a new issue