mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
tex2lyx: testfiles: the spaces are already in box-color-size-space-align.tex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39990 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e9d2c866b4
commit
7be5a98e1d
@ -304,6 +304,7 @@ raggedleft 2 raggedleft 2 raggedleft 2 raggedleft 2 raggedleft 2
|
||||
%set back to justified
|
||||
\raggedright{}
|
||||
|
||||
|
||||
\subsection{Horizontal spaces}
|
||||
|
||||
Lines can have an hfill \hfill in the middle.
|
||||
@ -344,6 +345,21 @@ quad\quad{}a
|
||||
|
||||
qquad\qquad{}a
|
||||
|
||||
\subsubsection*{now some math examples:}
|
||||
|
||||
$a\hfill b$
|
||||
|
||||
$a\hspace*{2cm}b$
|
||||
|
||||
$a\hspace{1cm}b$
|
||||
|
||||
$a\hspace*{\fill} b$
|
||||
|
||||
$a\enskip b$
|
||||
|
||||
$a\enspace b$
|
||||
|
||||
|
||||
\subsection{Vertical spaces}
|
||||
|
||||
Lines can have a vfill \vfill in the middle.
|
||||
|
@ -308,58 +308,6 @@ test
|
||||
\textcolor{red}{\rule[-4ex]{5in}{1cm}}
|
||||
|
||||
|
||||
\subsection{Spaces}
|
||||
|
||||
simple: a\ b
|
||||
|
||||
simple, protected: a~b
|
||||
|
||||
thin: a\,b
|
||||
|
||||
medium: a\negthinspace{}b
|
||||
|
||||
thick: a\negmedspace{}b
|
||||
|
||||
negative thin: a\negthinspace{}b
|
||||
|
||||
negative meduim: a\negmedspace{}b
|
||||
|
||||
negative thick: a\negthickspace{}b
|
||||
|
||||
half quad: a\enskip{}b
|
||||
|
||||
half quad, protected: a\enspace{}b
|
||||
|
||||
a\quad{}b
|
||||
|
||||
a\qquad{}b
|
||||
|
||||
hfill: a\hfill{}b
|
||||
|
||||
hfill, protected: a\hspace*{\fill}b
|
||||
|
||||
custom,: a\hspace{1cm}b
|
||||
|
||||
custom, protected: a\hspace*{1cm}b
|
||||
|
||||
visible: a\textvisiblespace{}b
|
||||
|
||||
|
||||
\subsubsection*{now some math examples:}
|
||||
|
||||
$a\hfill b$
|
||||
|
||||
$a\hspace*{2cm}b$
|
||||
|
||||
$a\hspace{1cm}b$
|
||||
|
||||
$a\hspace*{\fill} b$
|
||||
|
||||
$a\enskip b$
|
||||
|
||||
$a\enspace b$
|
||||
|
||||
|
||||
\subsection{Phantoms}
|
||||
|
||||
test\phantom{Wow}test
|
||||
|
Loading…
Reference in New Issue
Block a user