[texhax] Automatically caps

Nelson H. F. Beebe beebe at math.utah.edu
Wed May 28 09:11:06 CEST 2003


"Rodolfo Medina" <romeomedina at libero.it> asks on Wed, 28 May 2003 16:06:27 +0200:

>> Does there exist a way (a command or else) to make plain TeX write down in
>> capital letters, in the output file, a word which was written in small letters
>> in the source file?

Certainly:

% cat uc.tex
\uppercase{This is a test.}
\bye

% tex uc.tex

% dv2dt uc.dvi | grep '('
(THIS)
(IS)
(A)
(TEST.)
(1)

See the TeXbook, pp. 41 and 279.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 581 4148                  -
- University of Utah                    Internet e-mail: beebe at math.utah.edu  -
- Department of Mathematics, 110 LCB        beebe at acm.org  beebe at computer.org -
- 155 S 1400 E RM 233                       beebe at ieee.org                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------


More information about the texhax mailing list