Page Layout ⇒ Format other Lists like List of Tables
-
- Posts: 2
- Joined: Wed Jul 06, 2011 3:49 am
Format other Lists like List of Tables
http://www-ra.phys.utas.edu.au/~jsteven ... style.html
And I have absolutely no idea how to format the List of Acronyms in a similar way (make the name appear on the right, have the page numbered - it currently isn't) - as I understand, the List of Tables gets its name on the right because of this:
%% make the odd pages have the section name on the top right
\fancyhead[RO]{\sffamily\bfseries \rightmark}
I don't even know what a list of tables is from the LaTeX point of view (a chapter, a section?) and if I try to define the List of Acronyms as a section it gets a completely different formatting, so I assume there are some tricks involved.
Here is a dummy pdf file that illustrates the problem:
http://www.2shared.com/document/5hkbLqmj/tese.html
Thanks in advance!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Format other Lists like List of Tables
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Wed Jul 06, 2011 3:49 am
Format other Lists like List of Tables
Code: Select all
\phantomsection
\pdfbookmark[1]{List of Tables}{lot}
\listoftables
%\mtcaddchapter[\listtablename]
\cleardoublepage
\phantomsection
\pdfbookmark[1]{List of Acronyms}{loa}
\label{loa}
%\section{List of Acronyms}
\vspace{1cm}
\begin{acronym}[BOLD]
\acro{BOLD}{Blood-oxygen-level dependence}
\acro{DCM}{Dynamic Causal Modelling}
\acro{fMRI}{Functional Magnetic Resonance Imaging}
\acro{HRF}{Haemodynamic Response Function}
\acro{KF}{Kalman Filter}
\acro{MMKF}{Multiple Model Kalman Filter}
\end{acronym}
Thanks again!
P.S.: Since I am going at it I will also ask: why is it that the lines in the footers don't go all the way to the right/left side of the page? I wanted the page numbers to be on the right/left side for odd/even pages respectively, but they appear partially centred...
- Attachments
-
- Tese.pdf
- The PDF Output.
- (110.85 KiB) Downloaded 168 times