In latex, glossary could be formatted by table. Here is a simple example. It is quite easy to extend with more items.

\renewcommand\arraystretch{1.5}

\newcommand{\myitem}[2] { \textbf{#1} & #2 \\}

\begin{table}[htbp]
\begin{tabular}{ll}
\myitem{SVM}{Support Vector Machine}
\end{tabular}%
\label{tab:Glossary}%
\end{table}%

相关文章:

  • 2021-06-10
  • 2021-07-24
  • 2022-03-08
  • 2022-01-28
  • 2021-05-13
  • 2021-12-14
  • 2021-06-01
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2021-06-14
  • 2022-01-19
  • 2022-02-01
  • 2022-12-23
  • 2021-08-16
相关资源
相似解决方案