General ⇒ How to integrate a customized chapter?
How to integrate a customized chapter?
I have a list of abbreviations that comes after the list of Tables in my document. First, I don't know how to make a customized title (like chapter title, bold, big font size, unnumbered...) for "list of abbreviations". Second, it's List of tables that appear on the pages of "list of abbreviation". So this customized title should replace the title "list of Tables" the pages of "list of abbreviation".
Moreover, I get page numbering problem in the table of contents perhaps because the "list of abbreviation" that is not considered as a separate or independent chapter. that is, in the table of contents I get
List of Figures 3
List of Tables 5
List of Abbreviations 6
chapter1 4
cheers,
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
How to integrate a customized chapter?
before trying to do everything manually, consider using one of the many packages that provide complete solution for this kind of lists. A quite flexible one is the glossaries package.
Re: How to integrate a customized chapter?
File `glossaries.sty' not found.
How could the file be found by latex in the right directory?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to integrate a customized chapter?
Code: Select all
kpsewhich glossaries.sty
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How to integrate a customized chapter?
texhash texmf
texhash: Updating /usr/share/texmf/texmf/ls-R...
texhash: Done.
kpsewhich glossaries.sty
gives nothing
cheers,
carol
Re: How to integrate a customized chapter?
Normally, texhash doesn't need a directory name, simply run it as root without options.
And, above all, avoid copying any files to /usr/share manually, they will be deleted during your next update (on Linux at least). Use a tree in /usr/local or in your home directory.
Re: How to integrate a customized chapter?
I followed the installation instructions on http://mirror.switch.ch/ftp/mirror/tex/ ... es/INSTALL. As stated, I installed in /usr/share/ and also texhash is used with option ~/texmf/.
Nevertheless, I installed glossaries in /usr/local and used texhash without option. it doesn't help the situation: File `glossaries.sty' not found
Re: How to integrate a customized chapter?
Re: How to integrate a customized chapter?
Re: How to integrate a customized chapter?
How is it possible now to define a chapter without a title of "list of Abbreviation" without numbering nor predceding by "Chapter"?
Moreover, how is it possible to define the width between the acronym (short form) to long description without using dots (like \glslistdottedwidth but without dotting)?
A general question is that if nomencl and acronym packages would do the job that I specified (just a list of abbreviation)? Does acronym sort the entries (like nomencl with [prefix])? How to fix the width between short and long forms of acronyms with nomencl and acronym packages?