6
votes
1answer
95 views

Acronym at sentence start: capital or not?

The recommended way of typesetting acronyms is using small caps, e.g.: This technique is called Remote Procedure Calling or {\scshape rpc}. However, if the acronym occurs at the beginning of the ...
11
votes
2answers
205 views

What is a good way to typeset dot-separated acronyms?

I am trying to find a good appearance for typesetting "C.A.T.A.P.U.L.T.". When I type it as is, it appears to me that P.U.L. are bunched up together while the other letters are well apart. Perhaps ...
8
votes
1answer
178 views

Typesetting mixed-case acronyms with numbers

What are the various alternatives to typeset acronyms that contain lowercase letters, lowercase letters and numbers? For example, take the acronym SOA4All. The naive way would be to typeset it just ...
4
votes
1answer
284 views

When using the acronym package and the smaller option, how to avoid the tiny 's' in the plural acronym?

I'm using the acronym package, and using the smaller option because that is a typographic convention. \documentclass[a4paper]{article} \usepackage[smaller]{acronym} \acrodef{DLL}{Dynamically Linked ...
6
votes
2answers
588 views

Macro for typesetting acronyms

All-caps acronyms and brand names like IBM look better when typeset a little smaller than usual. My simple solution is the following macro: \def\<#1>{{\small #1}} It's used like here ...