diff --git a/inst/rmarkdown/templates/thesis/skeleton/template.tex b/inst/rmarkdown/templates/thesis/skeleton/template.tex index f56d4913..b033c975 100644 --- a/inst/rmarkdown/templates/thesis/skeleton/template.tex +++ b/inst/rmarkdown/templates/thesis/skeleton/template.tex @@ -209,14 +209,11 @@ $if(abbreviations)$ \chapter*{List of Abbreviations} -\begin{table}[h] - \centering - \begin{tabular}{ll} - $for(abbreviations/pairs)$ - \textbf{$it.key$} & $it.value$ \\ - $endfor$ - \end{tabular} -\end{table} +\begin{longtable}{p{.20\textwidth} | p{.80\textwidth}} + $for(abbreviations/pairs)$ + \textbf{$it.key$} & $it.value$ \\ + $endfor$ +\end{longtable} $endif$ $if(toc)$ diff --git a/inst/rstudio/templates/project/resources/template.tex b/inst/rstudio/templates/project/resources/template.tex index efc18274..5c5a4daa 100644 --- a/inst/rstudio/templates/project/resources/template.tex +++ b/inst/rstudio/templates/project/resources/template.tex @@ -209,14 +209,11 @@ $if(abbreviations)$ \chapter*{List of Abbreviations} -\begin{table}[h] - \centering - \begin{tabular}{ll} - $for(abbreviations/pairs)$ - \textbf{$it.key$} & $it.value$ \\ - $endfor$ - \end{tabular} -\end{table} +\begin{longtable}{p{.20\textwidth} | p{.80\textwidth}} + $for(abbreviations/pairs)$ + \textbf{$it.key$} & $it.value$ \\ + $endfor$ +\end{longtable} $endif$ $if(toc)$