Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (20 loc) · 676 Bytes

panel-table-latex.md

File metadata and controls

20 lines (20 loc) · 676 Bytes
layout comment
none
this is pretty close to raw latex

{% assign archive_base = "https://ideas-productivity.org/events/strategies-for-working-remotely-panels//\#panel" %}

\begin{table}
\begin{tabular}{lp{0.85\textwidth}}
  \hline
  \textbf{Date} & \textbf{\emph{Title}, Panelist(s)} \\
  \hline
{% for panel in site.events %}
  {% capture seqnum %}{{ panel.event-id | prepend: "00" | slice: -3, 3 }}{% endcapture %}
  {{ panel.date | date: "%F" }} & 
    {% raw %}\emph{\href{{% endraw %}{{ archive_base }}{{ seqnum }}{% raw %}}{{% endraw %}{{ panel.title}}{% raw %}}}{% endraw %}, {{ panel.author }} \\
  {% endfor %}
  \hline
\end{tabular}
\end{table}