mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
box-color-sizes-space-align.tex: add testcases for defined horizontal spaces
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24549 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f0e4582a0b
commit
43ef7962bb
@ -245,18 +245,35 @@ raggedleft 2 raggedleft 2 raggedleft 2 raggedleft 2 raggedleft 2
|
||||
Lines can have an hfill \hfill in the middle.
|
||||
Lines can have a protected hfill \hspace*{\fill} in the middle.
|
||||
Lines can have space \hspace{2cm} in the middle.
|
||||
Lines can have protected \hspace*{2cm} in the middle.
|
||||
Lines can have protected space \hspace*{2cm} in the middle.
|
||||
|
||||
We also handle defined spaces:
|
||||
|
||||
Interword\ a
|
||||
|
||||
Thin\,a
|
||||
|
||||
NegThin\negthinspace{}a
|
||||
|
||||
enskip\enskip{}a
|
||||
|
||||
quad\quad{}a
|
||||
|
||||
qquad\qquad{}a
|
||||
|
||||
\subsection{Vertical spaces}
|
||||
|
||||
Lines can have an hfill \vfill in the middle.
|
||||
Lines can have a protected hfill \vspace*{\fill} in the middle.
|
||||
Lines can have space \vspace{2cm} in the middle.
|
||||
Lines can have protected \vspace*{2cm} in the middle.
|
||||
Lines can have an vfill \vfill in the middle.
|
||||
Lines can have a protected vfill \vspace*{\fill} in the middle.
|
||||
Lines can have vertical space \vspace{2cm} in the middle.
|
||||
Lines can have protected vertical space \vspace*{2cm} in the middle.
|
||||
|
||||
We also handle skips:
|
||||
\bigskip
|
||||
\vspace{\bigskipamount}
|
||||
\medskip
|
||||
\vspace{\medskipamount}
|
||||
\smallskip
|
||||
\vspace{\smallskipamount}
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user