Text FormattingForce all uppercase

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
jgassens
Posts: 14
Joined: Sat Dec 20, 2008 3:06 am

Force all uppercase

Post by jgassens »

Is there a way to force a string to be all uppercase which is something as easy as:

\makethisstringuppercase{I typed a rather long sentence in lowercase and now would like it to be in uppercase without having to retype the sentence.}

?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

jgassens
Posts: 14
Joined: Sat Dec 20, 2008 3:06 am

Re: Force all uppercase

Post by jgassens »

\uppercase and \MakeUppercase appear to work for my needs. Nevermind.
Post Reply