Skip to main content

Questions tagged [lowercase]

4 votes
1 answer
64 views

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} \...
2023 Siri's user avatar
5 votes
2 answers
68 views

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{...
GowriSaro's user avatar
  • 1,148
6 votes
3 answers
124 views

This MWE: \documentclass{article} \usepackage{lipsum} \begin{document} \MakeLowercase{\lipsum[1][1]} \end{document} generates: Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Jonathan Webley's user avatar
6 votes
1 answer
333 views

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[...
lemzwerg's user avatar
  • 753
3 votes
2 answers
219 views

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 ...
hsmyers's user avatar
  • 1,625
4 votes
3 answers
262 views

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 : \...
guiné's user avatar
  • 405