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
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 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/