mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
update a tex2lyx test file
box-color-size-space-align.tex: - add all possible math spaces - remove 2 invalid non-math spaces
This commit is contained in:
parent
e777b18066
commit
02b6586ad7
@ -352,10 +352,6 @@ Visible\textvisiblespace{}a
|
||||
|
||||
Thin\,a
|
||||
|
||||
Medium\:a
|
||||
|
||||
Thick\;a
|
||||
|
||||
NegThin\negthinspace{}a
|
||||
|
||||
NegMed\negmedspace{}a
|
||||
@ -370,19 +366,38 @@ quad\quad{}a
|
||||
|
||||
qquad\qquad{}a
|
||||
|
||||
\subsubsection*{now some math examples:}
|
||||
|
||||
$a\hfill b$
|
||||
\subsubsection*{now in math:}
|
||||
|
||||
$a\hspace*{2cm}b$
|
||||
fill: $a\hfill b$
|
||||
|
||||
$a\hspace{1cm}b$
|
||||
protected fill: $a\hspace*{\fill} b$
|
||||
|
||||
$a\hspace*{\fill} b$
|
||||
2\,cm: $a\hspace*{2cm}b$
|
||||
|
||||
$a\enskip b$
|
||||
protected 2\,cm: $a\hspace{1cm}b$
|
||||
|
||||
$a\enspace b$
|
||||
enskip: $a\enskip b$
|
||||
|
||||
enspace: $a\enspace b$
|
||||
|
||||
thin: $a\, b$
|
||||
|
||||
medium: $a\: b$
|
||||
|
||||
thick: $a\; b$
|
||||
|
||||
negative thin: $a\negthinspace b$
|
||||
|
||||
negative medium: $a\negmedspace b$
|
||||
|
||||
negative thick: $a\negthickspace b$
|
||||
|
||||
quad: $a\quad b$
|
||||
|
||||
qquad: $a\qquad b$
|
||||
|
||||
interword: $a\ b$
|
||||
|
||||
|
||||
\subsection{Vertical spaces}
|
||||
|
Loading…
Reference in New Issue
Block a user