Generalacronym | No Capitalization in the Text

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dochar
Posts: 4
Joined: Tue Jun 21, 2011 7:12 am

acronym | No Capitalization in the Text

Post by dochar »

I am using the acronym package to handle the acronyms used in my thesis.

The problem is that the long form used in the list of acronyms is the same as the long form used in the text. In the list, it is fine to capitalize the first letter of words, but in the text, I want the long form to be set in small letters.

I tried using

Code: Select all

\renewcommand{\acffont}[1]{\MakeTextLowercase{#1}}
but I keep getting infamous error message

Code: Select all

! Missing \endcsname inserted.
Note that if I replace \MakeTextLowercase with, for example, \textsc everything would be fine.
Last edited by cgnieder on Fri Oct 05, 2012 12:50 am, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

acronym | No Capitalization in the Text

Post by kaiserkarl13 »

I think the command you want is \MakeLowercase, not \MakeTextLowercase.
Last edited by cgnieder on Fri Oct 05, 2012 12:49 am, edited 1 time in total.
Post Reply