Skip to main content

All Questions

Tagged with
0 votes
2 answers
116 views

Why do headers and footers inherit the current value of \spaceskip, and how can I prevent it?

Problem: I'm using a listings-like package to display source code in a paper. The environment that the package defines uses \spaceskip=\fontdimen2 to ensure that spaces all have the same width. When ...
Clément's user avatar
  • 4,024
1 vote
1 answer
167 views

Improper first paragraph indentation after grouped sections

I have a KOMA-based document where section footnotes and text footnotes are formatted differently: \documentclass{scrartcl} \setlength\parindent{24pt} \usepackage[symbol]{footmisc} \usepackage{...
Peter's user avatar
  • 998
7 votes
2 answers
528 views

alignment and groups in LaTeX: how to explain the behavior?

I am currently writing LaTeX.js to translate LaTeX to HTML in the browser. So I want it to be as exact as possible. However, TeX's alignment implementation together with LaTeX's \\ make that hard. ...
MiB's user avatar
  • 837
3 votes
0 answers
81 views

How to get a *lazy* list to play nice with other environments

I've created a lazy itemize command. Partially I've just done it for the hell of it: to see if I could create a command to do what I want it to. Partially to try to get to understand better how \...
A.Ellett's user avatar
  • 50.7k
2 votes
1 answer
5k views

Single paragraph with styling and larger \parskip

I'd like to use something like this: {\bfseries\small Some text here...\setlength{\parskip}{1em}} More text here in the next paragraph... In order to increase the spacing after a single paragraph, ...
jtbandes's user avatar
  • 4,262
53 votes
2 answers
84k views

Temporarily increase line spacing

How do I temporarily increase line spacing? I have some text on my title page: \begin{center} { \Large \textbf{The Great Thesis About Some Very Great Things Indeed With a Pretty Long Title That Will ...
Enchilada's user avatar
  • 2,313