Questions tagged [punctuation]
{punctuation} is for questions involving the typesetting of punctuation marks. If your question relates to punctuation in particular document parts such as e.g. bibliography formatting or section formatting you should also add the appropriate tag for that topic.
1,064 questions
4 votes
1 answer
82 views
Remove "middle quotes" on line breaks with the verse environment
I'm using the \enquote command from csquotes to automatically produce appropriate quotation marks. I have also specifically enabled the "middle quotes" so that if there's a paragraph break ...
1 vote
2 answers
89 views
Font missing u2013 (en dash), but still renders -- correctly
I'm using the Clara typeface which, as already noted, is missing a few ligatures. My compiler reports that it's also missing u2013 (the en dash), which is evident because any explicit en dashes is ...
1 vote
0 answers
39 views
`Biblatex` punctuation control for citations. Something like ‘Shortcitation, cit., [running text sentence continues]’
Is it possible, in biblatex, to impose a comma at the end of citation commands (just for a specific type of entry, e.g. @misc)? See an input example. La \cite{legge241-1990} è una delle più importanti ...
1 vote
0 answers
117 views
How is it possible to force LaTeX applying "Hanging Punctuation" or "Optical Margin Alignment"?
To be straight, I want to put hyphenation, emdash, endash, and punctuations (quotation mark, comma, point...) outside body area in LaTeX. Please see pictorial description of what I want in the below ...
1 vote
3 answers
83 views
I want to prevent linebreak in my macro [duplicate]
I want to put prevent linebreak in my macro (between 2$\pi$- and périodiques) but it doesn't work \documentclass[french]{report} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[a4paper]{...
2 votes
1 answer
241 views
Customizing section headings in KOMAscript: dot after section title
I am using the scrartcl class and want to customize the \subsection command. In particular, I want to add a dot behind the subsection title, i.e. something like this: 1.2. The Subsection Title. but ...
0 votes
1 answer
88 views
Remove spacing after \right) if punctuation follows
I am adding puntuctuation to my equations such as \documentclass{article} \usepackage{amsmath} \begin{document} \begin{align} abc. \end{align} \begin{align} \left(abc\right). \end{align} %...
2 votes
3 answers
248 views
How do I make a command that makes a comma-separated list where all the items are bold?
I want a command that, when given a list of things, outputs a comma-separated list where all the items are bold and with an "and". For example, if I do \wordlist{one,two,three}, I would want ...