Questions tagged [vspace]
145 questions
7
votes
1 answer
\vspace doesn't work
This is a very simple document. Yet, \vspace doesn't work:
\begin{titlepage}
Dies ist ein Test.
\vspace{5cm}
Dies ist ein Test.
\end{titlepage}
Whats wrong here?
user2762996
- 201
6
votes
2 answers
Space above signature line
I'm trying to make a signature block which has enough room above the signature line for a stamp. But the indicated \vspace seems to have no effect.
How can I reserve 3cm above the…
Stewart
- 703
5
votes
3 answers
vspace at the end of a page
I am using vspace for producing a white space for people to write on between blocks of text. When the vspace happens to be at the end of a page, the next block of text will start at the top of the next page, while it is desired that in such case,…
bluk
- 301
2
votes
1 answer
Negative \vspace* too small
\documentclass{article}
\usepackage[showframe, nohead]{geometry}
\begin{document}
\vspace*{-3em}
\rule{3em}{3em}
\end{document}
Why does the rule protrude into the text area?
As a comparison, this is how it looks without the…
jakun
- 5,981
2
votes
2 answers
Give height to all lines from top
I try to make a cover like below.
All lines have a specific height value. When i use commands below, line height ruins everything. Because, all lines have their own heights.
\begin{titlepage}
\singlespacing
\begin{center}
\vspace*{40mm}
…
volkan
- 349
1
vote
2 answers
1
vote
2 answers
Can't remove space before title with `titlesec` package
I've set all the spacing arguments to 0 but still can't get rid of the space before the chapter title. There's enough top margin already for an a5 size booklet. Here's the…
Himanshu
- 153
1
vote
1 answer
vspace, hspace don't work in textblock
i use vspace, hspace in textpos (texblock) but don't work.
Please help
Thank in advance
My minimal…
latexforti
- 2,091
0
votes
0 answers
Removing all the \vspace{} commands from the document
(textstudio)
How can I get rid of all the \vspace{}* commands from my document automatically, without having to remove one by one ?
I was using it in and out of my equations' throughout the whole document but they told me I shouldn't use…
0
votes
0 answers
\bigskip or \vspace{5mm} comes in at the wrong place?
Everytime I use the command \bigskip or \vspace{5mm} it doesn't show in at the right place in document. It always comes about a line and a half after, in the middle of sentences.
What am i doing wrong?
Morten Mandsberg
- 515
0
votes
1 answer
Vertical space is positioned in another location instead of I mentioned
\documentclass{article}
\usepackage{multido}
\usepackage{booktabs}
\usepackage{graphics}
\usepackage{enumitem}
\usepackage[a4paper,left=0.5cm,top=2cm,bottom=1cm,right=0cm]{geometry}
\usepackage{polyglossia}
\setmainlanguage[numerals=Devanagari]{beng…
alhelal
- 2,451