]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/test/box-color-size-space-align.tex
tex2lyx: fix a regression
[lyx.git] / src / tex2lyx / test / box-color-size-space-align.tex
index 278a5e1928c60aeac951b1a418adcbb59135d986..6a8a5d61db486cb0c2238673dc1482bb64061824 100644 (file)
@@ -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:}
+
+fill: $a\hfill b$
+
+protected fill: $a\hspace*{\fill} b$
+
+2\,cm: $a\hspace*{2cm}b$
+
+protected 2\,cm: $a\hspace{1cm}b$
+
+enskip: $a\enskip b$
+
+enspace: $a\enspace b$
+
+thin: $a\, b$
+
+medium: $a\: b$
+
+thick: $a\; b$
+
+negative thin: $a\negthinspace b$
 
-$a\hspace*{2cm}b$
+negative medium: $a\negmedspace b$
 
-$a\hspace{1cm}b$
+negative thick: $a\negthickspace b$
 
-$a\hspace*{\fill} b$
+quad: $a\quad b$
 
-$a\enskip b$
+qquad: $a\qquad b$
 
-$a\enspace b$
+interword: $a\ b$
 
 
 \subsection{Vertical spaces}