summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lollipop/lollipop-text.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-14 22:14:55 +0000
committerKarl Berry <karl@freefriends.org>2016-05-14 22:14:55 +0000
commite781084b9ee8888696b4ee6c9dc070fe1dd059e8 (patch)
tree9c605c859e7267ca0e591e26847671bc1c8815b3 /Master/texmf-dist/tex/lollipop/lollipop-text.tex
parent018978bb05cad50aacc24f4aeda53453db5a07fe (diff)
lollipop (14may16), now plain tex only
git-svn-id: svn://tug.org/texlive/trunk@41130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lollipop/lollipop-text.tex')
-rw-r--r--Master/texmf-dist/tex/lollipop/lollipop-text.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/lollipop/lollipop-text.tex b/Master/texmf-dist/tex/lollipop/lollipop-text.tex
index 5cf2f62ee2f..d90c0a16b89 100644
--- a/Master/texmf-dist/tex/lollipop/lollipop-text.tex
+++ b/Master/texmf-dist/tex/lollipop/lollipop-text.tex
@@ -419,7 +419,6 @@
%
\Distance:rightmarginstretch={0pt plus 6cm}
\Distance:leftmarginstretch={0pt plus 6cm}
-\Distance:leftrightmarginstretch={0pt plus 1fil}
\def\FlushLeft:#1 {\switch {\if\EqualString{#1}}
{yes} {\leftskip=1\leftskip}
{default} {\leftskip=1\leftskip
@@ -434,13 +433,13 @@
\FlushRight:yes
-\def\FlushCenter:#1 {\switch {\if\EqualString{#1}}
- {yes} {\leftskip=\leftrightmarginstretch
- \rightskip=\leftrightmarginstretch
- \parindent\z@\parfillskip\z@}
- {no} {}
+% French Spacing
+%
+\def\FrenchSpacing:#1 {\switch {\if\EqualString{#1}}
+ {yes} {\frenchspacing}
+ {no} {\nonfrenchspacing}
\endswitch \relax}
-
+\FrenchSpacing:no
%%%%%%% lijn
% #1 : hoogte; #2 : lengte; #3 : elevatie
@@ -537,13 +536,13 @@
\endinput
+% 2016/05/14 defined \FrenchSpacing
% 2016/04/14 defined \PushLeftIndentLevel, \PopLeftIndentLevel,
% \PushRightIndentLevel, \PopRightIndentLevel,
% \PushLeftRightIndentLevels, and \PopLeftRightIndentLevels
% commands. \PushIndentLevel is now a synonym for
% \PushLeftIndentLevel and \PopIndentLevel is a synonym
% for \PopLeftIndentLevel
-% defined \FlushCenter
% 2014/04/13 defined \EveryParagraph, \EveryMath, and \EveryDisplay
% 2014/04/12 changed "#1 cs to \"#1 cs to be compatible with plain;
% also we can not make " active since it is used by xetex for font selection