The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 02b6586ad7f8631dfd8001e75779baeb7985c80e
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Fri Jul 6 23:33:28 2012 +0200

    update a tex2lyx test file
    
    box-color-size-space-align.tex:
     - add all possible math spaces
     - remove 2 invalid non-math spaces

diff --git a/src/tex2lyx/test/box-color-size-space-align.tex 
b/src/tex2lyx/test/box-color-size-space-align.tex
index 278a5e1..6a8a5d6 100644
--- a/src/tex2lyx/test/box-color-size-space-align.tex
+++ b/src/tex2lyx/test/box-color-size-space-align.tex
@@ -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}

-----------------------------------------------------------------------

Summary of changes:
 src/tex2lyx/test/box-color-size-space-align.tex |   37 ++++++++++++++++-------
 1 files changed, 26 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to