GeneralList of Figures, List of Tables, List of Abbreviations?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
N00bDaan
Posts: 14
Joined: Tue Feb 27, 2007 4:44 pm

List of Figures, List of Tables, List of Abbreviations?

Post by N00bDaan »

Aloha,

Here is the thing... I have these lists in the following order:
  • List of Figures
    List of Tables
    List of Abbreviations
The first to are easilly made with

Code: Select all

\listoffigures
\listoftables
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The list of abbreviations I made myself... Just a new page, tabbing enviroment and there you go... However I would like to get the title 'List of Abbreviations' in the same format as the Figures and Tables lists... 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?

Greets

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
N00bDaan
Posts: 14
Joined: Tue Feb 27, 2007 4:44 pm

List of Figures, List of Tables, List of Abbreviations?

Post by N00bDaan »

I got it working by fiddling around with spacings etc:

Code: Select all

Code, edit and compile here:
\newpage
\vspace*{2.52cm} \hspace*{-0.88cm}
\textbf{{\Huge List of Abbreviations}\\}
\vspace*{0.5cm}
\begin{tabbing}
...
...
...
\end{tabbing}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Always good to know this I think... :)
ohnese
Posts: 1
Joined: Tue Dec 07, 2010 7:47 pm

List of Figures, List of Tables, List of Abbreviations?

Post by ohnese »

I used the acronym package and for me this worked:

Code: Select all

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

List of Figures, List of Tables, List of Abbreviations?

Post by frabjous »

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?
Not without knowing what document class and packages you're using! At least provide a minimal working example for us to play around with.
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Re: List of Figures, List of Tables, List of Abbreviations?

Post by localghost »

Did you both look at the creation date of this thread?


Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply