哈尔滨市失业人员下月初或能在家门口签到了
百度 每次欣赏《黎族家园》,都有不同的感受和感动。
{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}.
8,221 questions
6
votes
2
answers
79
views
Improving a correspondence
I have the following code
\documentclass[a4paper]{book}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{center}
\begin{tabular}{ccccc}
$z$ & $\prec$ & $\underbrace{...
4
votes
1
answer
33
views
Top and bottom spacing when using {\centering <image>}
I'm trying to include images in my document in the simplest way possible. This issue I'm facing is rather a minor inconvenience but I want to dig deeper into it to learn more!
This is my current code:
...
1
vote
0
answers
54
views
How to balance vertical spacing across columns when using tcolorbox inside multicols?
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 ...
0
votes
1
answer
33
views
No space between characters in a customized align environment
I have a tex file (taken from this answer)
\documentclass{article}
\usepackage{etoolbox,amsmath}
\makeatletter
% Copy the original \start@aligned to a new macro
\let\start@alignedupe\start@aligned
% ...
5
votes
2
answers
200
views
suppress space in ^{-1}
I am trying to define a less obtrusive typesetting for inverse (function, matrix, etc), by
making the -1 smaller,
suppressing the spaces around the -.
I have tried
\documentclass{article}
\...
1
vote
2
answers
70
views
How to get English end-of-sentence spacing after something that is not a period?
For reasons of no relevance here, I am using a counter and manual formatting for the numbers of my endnotes, and I wish to keep it that way.
I run into the following problem: as far as I have been ...
2
votes
2
answers
126
views
How to avoid aligning the top of nested braces in cases environment?
I'm using the \begin{cases}...\end{cases} to create a nested bracket structure, but I'm facing an issue where the tops of the braces in multiple levels are aligned at the same height, causing extra ...
0
votes
0
answers
42
views
TOC maker not designed for 10 items?
My TOC maker is just \tableofcontents for a standard \documentclass[10pt,a4paper,envcountsect]{llncs}. Can it be that this command does not expect ten \subsubsection (my deepest to-list) items? ...
4
votes
1
answer
69
views
Temporarily shift all tags down in align
If an equation is too long in align (or other amsmath math environments), the equation tags/labels are shifted downwards to a new line. Consider for example this:
\documentclass{scrbook}
\usepackage{...
5
votes
2
answers
47
views
Specific formatting in the table of contents
I am trying to make a few subtle changes to the default table of contents in document{report}.
I need the table of contents entries to adhere to the global \doublespacing, except for when an entry ...
3
votes
1
answer
32
views
Eliminating vertical space around sections within mixed columns
This question is specifically about eliminating the vertical spacing around section elements within a mixed columns block (ConTeXt version 2025.07.08 17:48). Example:
\setuphead[section][after=\...
1
vote
1
answer
18
views
Latex merge vertical spacing
I'm writing a command so as to design a type of paragraph starting with a non-indented title and with some minimal spacing before it.
\newcommand{\loctitle}[1]{\medskip\noindent\textit{#1.}}
But ...
0
votes
1
answer
37
views
Table of contents change vertical space between title/first chapter and title/page top margin
How can I decrease the space between the toc title and the top page margin and also the toc title and the first entry of toc?
\documentclass[12pt,oneside,ngerman]{book}
% ─────────────────────────────...
3
votes
3
answers
126
views
Hfill not working as expected when placing two figures side-by-side
I'm placing two figures side-by-side inside of minipages as recommended by this answer. It's exactly the behavior I want except for the horizontal spacing. I'd like more space between the figures and ...
1
vote
2
answers
142
views
How to add a small vertical space above and below a table?
Is there a way to add some sort of "padding" around tables to increase space between the table and above/below text? I tried \setlength{\intextsep}{2cm} but nothing happened. I know I can ...