MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ how to create capital letter for index
how to create capital letter for index
How to print the the index into big capital letter for the category?
For example;
A
ample
axe
B
block
buy
and so on?
Currently using default makeindex it'll classify, but no eye-friendly
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
how to create capital letter for index
Code: Select all
headings_flag 1
heading_prefix "\\textbf\{"
heading_suffix "\}"
Code: Select all
makeindex -s test.ist test.idx
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
how to create capital letter for index
I tried to tweak (putting huge, so the capital letter will be bold, and slightly bigger than the rests).
something like
Code: Select all
headings_flag 1
heading_prefix "\\textbf\\huge\{"
heading_suffix "\}\}"
Thanks!
how to create capital letter for index
After the opening brace:mnajem wrote:I tried to tweak (putting huge, so the capital letter will be bold, and slightly bigger than the rests).
something likeWhere should I put the huge actually?Code: Select all
headings_flag 1 heading_prefix "\\textbf\\huge\{" heading_suffix "\}\}"
Code: Select all
heading_prefix "\\textbf\{\\huge "
Regards
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/