]> git.lyx.org Git - features.git/commitdiff
update a tex2lyx test file
authorUwe Stöhr <uwestoehr@lyx.org>
Fri, 6 Jul 2012 21:33:28 +0000 (23:33 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Fri, 6 Jul 2012 21:33:28 +0000 (23:33 +0200)
box-color-size-space-align.tex:
 - add all possible math spaces
 - remove 2 invalid non-math spaces

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}