Skip to main content

Questions tagged [spacing]

{spacing} is about both horizontal and vertical white space, e.g. space between letters or words, or space between paragraphs. For adjusting the space between the lines of a document, use {line-spacing} or -- if your question is specifically about the package of the same name -- {setspace}.

Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I have a tex file \documentclass{beamer} \usepackage{zref-clever} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Create modification of align environments % https://tex.stackexchange.com/a/751147/161639 % https://...
Akira's user avatar
  • 3,371
0 votes
1 answer
78 views

In the encoding tables I can't find the code for spaces, all characters are there but no space. How does LaTeX internally represent spaces?
Grzegorz Brzczyszczykiewicz's user avatar
6 votes
2 answers
261 views

When using \big instead of \left \right I get some unwanted extra space. Example: \documentclass{article} \usepackage{amsmath} \usepackage{stix} \begin{document} \begin{align*} \big\langle \star \...
allo's user avatar
  • 409
3 votes
2 answers
131 views

Referring to the method described in https://tex.stackexchange.com/a/8633/307309, I have encountered an issue when forcing the position of a figure. Specifically, using \begin{figure}[H] results in ...
Yilin Cheng's user avatar
3 votes
2 answers
101 views

I'm trying to adapt an old style file for accessibility and I've run into an issue where some manual indentation on redefined section commands breaks tagging. Here's a MWE: \DocumentMetadata{tagging-...
James E Hanson's user avatar
0 votes
2 answers
67 views

I subscribe to the school of insisting on parenthesizing arguments of functions when describing their application, i.e. never $\sin \myarg$, but rather $\sin (\myarg)$. But actually, that's generally $...
einpoklum's user avatar
  • 13k
0 votes
1 answer
43 views

I am using the tasks package to create a custom choices environment for a multiple-choice exam in Arabic, with right-to-left alignment and Arabic labels. However, I am experiencing excessive vertical ...
Student's user avatar
  • 1,530
4 votes
1 answer
72 views

I am making a critical edition with reledmac. I would like my two series of critical notes to always appear at the bottom of the relevant page: that is, I would like the last line of the notes always ...
Rob's user avatar
  • 43
1 vote
1 answer
58 views

I am coding a monograph template with 1-inch margins on the left and right of each page. The page header contains the title of the monograph. The header on lefthand, even-numbered pages (LE) and the ...
GSwift's user avatar
  • 13
2 votes
2 answers
88 views

How to reduce space before and after an inputminted? I'm trying this, but it doesn't work. How do I do it right? MWE: \documentclass{article} \usepackage[newfloat]{minted} \usepackage{xpatch} \...
Youra_P's user avatar
  • 1,640
1 vote
1 answer
71 views

I wrote inside a row in a matrix using \pmatrix a fraction using \frac, then I changed to the next row to enter the entries and also I wrote other fractions with same command and in the preview they ...
IsidroNB's user avatar
2 votes
0 answers
157 views

Here is a summary of the lengths I newly minted (wink): What is the value of leftupper (the dimension \g__listings_Leftupper_dim in the upcoming MWE) that is needed to make the line number (red) lie ...
Grass's user avatar
  • 964
3 votes
0 answers
71 views

The function in the attached document has the form \RedefineMathLetter{a}{subscript skip}{superscript skip}{previous skip}. So far, I’ve identified two issues with this function: It converts ...
mert's user avatar
  • 1,759
5 votes
1 answer
112 views

I want to make some default adjustments to the positions of certain letters in subscripts and superscripts within math mode (kerning). For example, I wrote the following code for the letter j. But ...
mert's user avatar
  • 1,759
8 votes
2 answers
245 views

The following code: \documentclass{article} \usepackage{marginalia,showframe} \newtheorem{theorem}{Theorem} \begin{document} \marginalia{margin} \begin{theorem} content \end{theorem} \end{document} ...
Teepeemm's user avatar
  • 9,851
2 votes
1 answer
48 views

Normally, it seems that \shortintertext triest to avoid appearing after a pagebreak. However, if I force it to happen, for example like this: \documentclass{article} \usepackage{amsmath} \usepackage{...
HerpDerpington's user avatar
7 votes
1 answer
121 views

Ref.: https://github.com/sasozivanovic/memoize/issues/50#issue-3370785926 Two MWEs ... First MWE: % \iffalse %<*driver> \documentclass[10pt,a4paper]{ltxdoc} \usepackage[extract=python]{memoize} ...
cfr's user avatar
  • 248k
3 votes
1 answer
89 views

Background Markdown, having been converted to XHTML, is to have certain words stylized using ConTeXt. Consider: 1. Say, "ConTeXt is good." 1. Tap [Space]{.kbd} to continue (or quit with [Q]{....
Dave Jarvis's user avatar
  • 13.1k
3 votes
1 answer
122 views

So for quite a while I worked with the tikz solution of Martin Scharrer posted here. But since some time (not sure how long), some behaviour changed and I'm not sure what is going on. Update: What is ...
Shakaja's user avatar
  • 185
9 votes
2 answers
401 views

To my surprise, the TeXbook (page 203) mentions that the first argument in \cs AB {\Look}C${And\$ }{look}\$ 5. where \cs is defined as \def\cs AB#1#2C$#3\$ {#3{ab#1}#1 c##\x #2} is \Look, and not [...
INEEDANSWERS's user avatar
4 votes
2 answers
184 views

With the mathtools package I want to define \parens for parenthesis delimiters with \DeclarePairedDelimiter in the usual manner but with an additional optional argument for adjusting the horizontal ...
Frances's user avatar
  • 365
9 votes
1 answer
317 views

I am using the Libertinus Math font in its latest OpenType version (7.051) with LuaLaTeX, but I noticed that the spacing around parentheses does not look quite right — characters outside the ...
B Legrand's user avatar
  • 653
6 votes
1 answer
255 views

It is said in multiple answers here, that \right. and the corresponding \left., while not adding a delimiter, inserts a \nulldelimiterspace, see https://tex.stackexchange.com/a/217486 https://tex....
HerpDerpington's user avatar
9 votes
2 answers
327 views

I have the following code \documentclass[a4paper]{book} \usepackage{amsmath} \usepackage{amssymb} \begin{document} \begin{center} \begin{tabular}{ccccc} $z$ & $\prec$ & $\underbrace{...
Patricio's user avatar
  • 591
2 votes
0 answers
96 views

I've been having trouble with balancing the vertical space across columns between tcolorboxes. I'm using the multicols environment along with tcolorbox to display definitions in two columns. Here's a ...
tesseract0's user avatar

1
2 3 4 5
166