Tagged Questions
2
votes
0answers
42 views
Duplicate entries in index when using lowercase [duplicate]
I'm trying to create an index for my thesis and I have a custom command that outputs the index term inline and adds it to the index as well. I want to ignore spaces of terms so I issue a \lowercase to ...
6
votes
1answer
323 views
Applying \lowercase to index entries
I would like to sort the index entries independent of case.
Initially I was getting (code provided in MWE) the image on the left. So, that seemed like an easy fix: just apply \lowercase (uncomment ...
8
votes
2answers
588 views
Capitalization of Titles and Headers
I'm attempting to capitalize certain titles or headings in my LaTeX file. Specifically, if I want to use \printindex, \listoffigures, or \listoftables the title heading on each of these will be ...
2
votes
1answer
430 views
Letting strings start with a capital letter
I am writing a small book and try to build up an index reference. To make it a little easier I wrote a small script that enables my to type a word and also add it to the index:
...
17
votes
4answers
2k views
Command to uppercase the first letter of each word in a sentence
I'm writing a textboox in latex, and I have things like
\textit{some definition}\index{Some Definition}
all over the place. I'd like to combine them into something like
\define{some definition}
...