Here is the thing... I have these lists in the following order:
- List of Figures
List of Tables
List of Abbreviations
Code: Select all
\listoffigures
\listoftables
Greets
Code: Select all
\listoffigures
\listoftables
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\newpage
\vspace*{2.52cm} \hspace*{-0.88cm}
\textbf{{\Huge List of Abbreviations}\\}
\vspace*{0.5cm}
\begin{tabbing}
...
...
...
\end{tabbing}
Code: Select all
\cleardoublepage
\thispagestyle{empty}
\phantomsection
\addcontentsline{toc}{chapter}{List of Abbreviations}
\vspace*{1.95cm} \hspace*{-0.155cm} %,88
\textbf{{\huge \sffamily List of Abbreviations}\\}
\vspace*{0.5cm}
\begin{acronym}[WWWW]
\acro{EPEI}{Every Part Every Interval}
\acro{TPS}{Toyota Production System}
\acro{TSP}{Transport Service Provider}
\end{acronym}
Not without knowing what document class and packages you're using! At least provide a minimal working example for us to play around with.N00bDaan wrote:Is there a simple way to do this by using a renewcommand or does anyone know the exact format used for the Figure and Table lists?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p