Questions tagged [lowercase]
The lowercase tag has no summary.
6 questions
4
votes
1
answer
64
views
Is there a lowercase Greek letter font with a fixed width in math format?
I've noticed that monospaced fonts have uppercase Greek letters but no lowercase Greek letters. Is there a mathematical format to resolve this issue with monospaced fonts?
\documentclass{article}
\...
5
votes
2
answers
68
views
Ignore case sensitivity in Index
I'm using:
\documentclass{book}
\usepackage{makeidx}
\makeindex
\begin{document}
Test\index{Test}
\newpage
test\index{test}
\end{document}
after running makeindex, output generated as:
\begin{...
6
votes
3
answers
124
views
MakeLowercase not working with lipsum
This MWE:
\documentclass{article}
\usepackage{lipsum}
\begin{document}
\MakeLowercase{\lipsum[1][1]}
\end{document}
generates:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
6
votes
1
answer
333
views
LaTeX: how to convert uppercase to title case
AFAICS, it is not possible to nest \MakeUppercase and friends to get meaningful output (BTW, this is not documented in LaTeX's usrguide.pdf manual); this means that the naïve approach
\MakeTitlecase[...
3
votes
2
answers
219
views
Lowercaseing a macro
I have text that I want to link to a dictionary. In the MWE, I show a small sample. It works on lowercase examples (three words as an example) but not on text with an initial capital letter. While I ...
4
votes
3
answers
262
views
\element and \lowercase or \MakeLowercase not working together
I'm using the excellent \elements package and I want the name of the elements to be displayed lowercase as I use it inside a sentence. I tried different approaches but none seems to work :
\...