The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit 08cd5a80ca3f0d1bd9f5cbe88863cd04927c4de4 Author: Uwe Stöhr <[email protected]> Date: Fri Jul 6 23:55:11 2012 +0200 backport a tex2lyx testfile 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
