Skip to main content

Questions tagged [vskip]

The tag has no usage guidance.

0 votes
1 answer
23 views

Issue/explanation request: \vskip inside maketitle definition in one or two columns article

in the class I am writing (imeko_acta.cls), which is based on article.cls, I have redefined the \maketitle command to have a specific title area. This is always a onecolumn, full text width section at ...
TrAmA's user avatar
  • 17
1 vote
0 answers
25 views

Expex \vskip before example does not disappear at a page break

I have a book document with \flushbottom. I use expex for linguistic examples. When an example is the first item on a page, the previous page ends with some spurious whitespace, as can be seen in the ...
Keelan's user avatar
  • 5,445
0 votes
0 answers
51 views

How to undo the extra vertical gap at the start of an enumitem enumerate but maintain elasticity?

Let's say we have a piece of text that introduces some vertical spacing of its own at the end (say, the head of some environment). After that space, an enumeration comes, which also introduces a ...
user avatar
0 votes
0 answers
119 views

Two blank lines between figures

I am working on a project. The space between two figures if placed one below other is required to be 2 lines. my documentclass line is: \documentclass[12pt,a4paper,twoside,fleqn,openright]{book} So I ...
CH4's user avatar
  • 85
0 votes
0 answers
46 views

Preserve vertical lastskip over \write

Is there a way to save a vertical \lastskip over \write, or, more generally, is there a way to program a "vertical version" of \@bsphack … \@esphack? In the following minimal example \...
Lupino's user avatar
  • 2,762
3 votes
1 answer
35 views

How does addvspace handle rubber components?

My understanding is that \addvspace defines "addition" as maxᵢ{vspaceᵢ} (fixed). What happens to the stretch and shrink? Here I'm adding a large inflexible vspace to a small super-stretchy ...
Douglas Myers-Turnbull's user avatar
4 votes
1 answer
80 views

How do I get the rubber components of an l3skip?

Related to my question on l3skip to \setlength. \ExplSyntaxOn \skip_const:Nn \c__par_skip { 1ex plus 0.2ex plus 0.1ex } \skip_gimme_the_stretch:NN \g__par_stretch_fp \c__par_skip % 0.2ex \...
Douglas Myers-Turnbull's user avatar
4 votes
2 answers
156 views

How do I use l3skip as an argument to setlength?

How do I recover send l3skip expressions to setlength? Or: How do I convert length + stretch - shrink to length plus stretch minus shrink\relax? \ExplSyntaxOn \skip_const:Nn \c__par_skip { 1ex +0....
Douglas Myers-Turnbull's user avatar
1 vote
2 answers
893 views

Subtitle after the chapter title

I am trying to create a subtitle using the following: \newcommand\Chapter[2]{ \chapter[#1: {\itshape#2}]{#1\medskip\smaller\itshape#2} } But, the vertical space is a bit big. I tried \smallskip, ...
e0238015's user avatar
  • 239
5 votes
1 answer
675 views

Why an \hskip Command Following the Standard Linebreak Command \\ Does Not Work

Could someone explain why something like \\ \hskip 15pt would result in a linebreak with no indentation? I know that one could use \par (seeting the indentation at 15pt), or even \vskip 0pt \hskip ...
DDS's user avatar
  • 9,768
3 votes
2 answers
552 views

How to Insert Blank Line(s) in a Tikzpicture; Ordinary Methods Not Working Properly

I have a tikzpicture: which was produced by the following code. \documentclass{book} \usepackage{lipsum} \usepackage{graphicx} \usepackage{color} \usepackage{tikz} \newlength\drop % To drop the ...
DDS's user avatar
  • 9,768
0 votes
1 answer
231 views

\midchapskip spacing in memoir chapter style

I am creating a custom chapter style using the memoir class. It is defined by the following: \makechapterstyle{balloon}{% \renewcommand{\chapterheadstart}{\vspace*{\beforechapskip}} \...
Phineas Greene's user avatar
0 votes
0 answers
202 views

vskip and unskip after section heading

I've defined a macro that puts images and text in a table and puts some whitespace around it like that: \newcommand{\iec}[3]{% \unskip \vskip 0.5cm \begin{tabular}{cl} \adjustimage{width=1.5cm,valign=...
Dschoni's user avatar
  • 318
4 votes
1 answer
1k views

Locating \smallskip Correctly

Does the location of \smallskip matter in the following three examples? Version 1 applies \smallskip at the end of the previous paragraph. \documentclass{article} \begin{document} This is a sentence. ...
Junyong Kim's user avatar
2 votes
1 answer
130 views

Consistent spacing before section (KOMA)

I'm using the KOMAscript classes and notice that the space before each section heading depends on the previous environment. (I doubt this issue is exclusive to KOMA, I just thought I should mention it)...
likethevegetable's user avatar

15 30 50 per page