texlive[55763] Master: cloze.tex in runtime (6jul20)

commits+karl at tug.org commits+karl at tug.org
Mon Jul 6 16:58:35 CEST 2020


Revision: 55763
          http://tug.org/svn/texlive?view=revision&revision=55763
Author:   karl
Date:     2020-07-06 16:58:35 +0200 (Mon, 06 Jul 2020)
Log Message:
-----------
cloze.tex in runtime (6jul20)

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/luatex/cloze/cloze.tex

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/luatex/cloze/cloze.tex

Deleted: trunk/Master/texmf-dist/doc/luatex/cloze/cloze.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/cloze/cloze.tex	2020-07-05 23:53:28 UTC (rev 55762)
+++ trunk/Master/texmf-dist/doc/luatex/cloze/cloze.tex	2020-07-06 14:58:35 UTC (rev 55763)
@@ -1,131 +0,0 @@
-%%
-%% This is file `cloze.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% cloze.dtx  (with options: `plaintex')
-%% 
-%% This is a generated file.
-%% 
-%% Copyright (C) 2015-2020 by Josef Friedrich <josef at friedrich.rocks>
-%% ----------------------------------------------------------------------
-%% This work may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, either version 1.3c of this license
-%% or (at your option) any later version. The latest version of this
-%% license is in:
-%% 
-%%   http://www.latex-project.org/lppl.txt
-%% 
-%% and version 1.3c or later is part of all distributions of LaTeX
-%% version 2008/05/05 or later.
-%% 
-\directlua{
-  cloze = require('cloze')
-}
-\newif\ifclozeshow\clozeshowtrue
-\def\ClozeSetToGlobal{%
-  \directlua{cloze.set_is_global(true)}%
-}
-\def\ClozeSetToLocal{%
-  \directlua{
-    cloze.unset_local_options()
-    cloze.set_is_global(false)
-  }%
-}
-\def\ClozeGetOption#1{%
-  \directlua{
-    tex.print(cloze.get_value('#1'))
-  }%
-}
-\def\ClozeColor#1{\csname\string\color@#1\endcsname}
-\def\ClozeStartMarker#1{%
-  \strut\directlua{
-    cloze.register('#1')
-    cloze.marker('#1', 'start')
-  }%
-}
-\def\ClozeStopMarker#1{%
-  \strut\directlua{
-    cloze.marker('#1', 'stop')
-  }%
-}
-\def\ClozeMargin#1{%
-  \directlua{cloze.margin()}%
-  #1%
-  \directlua{cloze.margin()}%
-}
-\def\clozesetoption#1#2{%
-  \ClozeSetToGlobal%
-  \directlua{cloze.set_option('#1', '#2')}%
-}
-\def\clozereset{%
-  \ClozeSetToGlobal%
-  \directlua{cloze.reset()}%
-}
-\def\clozeshow{%
-  \clozeshowtrue%
-  \ClozeSetToGlobal%
-  \clozesetoption{show}{true}%
-  \clozesetoption{hide}{false}%
-}
-\def\clozehide{%
-  \clozeshowfalse%
-  \ClozeSetToGlobal%
-  \clozesetoption{hide}{true}%
-  \clozesetoption{show}{false}%
-}
-\def\clozefont{\it}
-\def\clozesetfont#1{%
-  \def\clozefont{%
-    #1%
-  }%
-}
-\def\cloze#1{%
-  \ClozeStartMarker{basic}%
-  {%
-    \clozefont\relax%
-    \ClozeMargin{#1}%
-  }%
-  \ClozeStopMarker{basic}%
-}
-\def\clozefix#1{%
-  \ClozeStartMarker{fix}%
-  {%
-    \clozefont\relax%
-    \ClozeMargin{#1}%
-  }%
-  \ClozeStopMarker{fix}%
-}
-\def\clozenol#1{%
-  \clozesetoption{thickness}{0pt}%
-  \ClozeStartMarker{basic}%
-  {%
-    \clozefont\relax%
-    \ClozeMargin{#1}%
-  }%
-  \ClozeStopMarker{basic}%
-}
-\def\clozeline{%
-  \directlua{cloze.line()}%
-}
-\def\clozelinefil{%
-  \strut%
-  \directlua{cloze.linefil()}%
-  \strut%
-}
-\def\clozefil#1{%
-  \cloze{#1}\clozelinefil%
-}
-\def\clozeparcmd#1\par {%
-  \par%
-  \ClozeStartMarker{par}%
-  \clozefont\relax%
-  #1%
-  \ClozeStopMarker{par}%
-  \par%
-  \directlua{cloze.unregister('par')}%
-}
-\endinput
-%%
-%% End of file `cloze.tex'.

Added: trunk/Master/texmf-dist/tex/luatex/cloze/cloze.tex
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/cloze/cloze.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/luatex/cloze/cloze.tex	2020-07-06 14:58:35 UTC (rev 55763)
@@ -0,0 +1,131 @@
+%%
+%% This is file `cloze.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% cloze.dtx  (with options: `plaintex')
+%% 
+%% This is a generated file.
+%% 
+%% Copyright (C) 2015-2020 by Josef Friedrich <josef at friedrich.rocks>
+%% ----------------------------------------------------------------------
+%% This work may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%% 
+%%   http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/05 or later.
+%% 
+\directlua{
+  cloze = require('cloze')
+}
+\newif\ifclozeshow\clozeshowtrue
+\def\ClozeSetToGlobal{%
+  \directlua{cloze.set_is_global(true)}%
+}
+\def\ClozeSetToLocal{%
+  \directlua{
+    cloze.unset_local_options()
+    cloze.set_is_global(false)
+  }%
+}
+\def\ClozeGetOption#1{%
+  \directlua{
+    tex.print(cloze.get_value('#1'))
+  }%
+}
+\def\ClozeColor#1{\csname\string\color@#1\endcsname}
+\def\ClozeStartMarker#1{%
+  \strut\directlua{
+    cloze.register('#1')
+    cloze.marker('#1', 'start')
+  }%
+}
+\def\ClozeStopMarker#1{%
+  \strut\directlua{
+    cloze.marker('#1', 'stop')
+  }%
+}
+\def\ClozeMargin#1{%
+  \directlua{cloze.margin()}%
+  #1%
+  \directlua{cloze.margin()}%
+}
+\def\clozesetoption#1#2{%
+  \ClozeSetToGlobal%
+  \directlua{cloze.set_option('#1', '#2')}%
+}
+\def\clozereset{%
+  \ClozeSetToGlobal%
+  \directlua{cloze.reset()}%
+}
+\def\clozeshow{%
+  \clozeshowtrue%
+  \ClozeSetToGlobal%
+  \clozesetoption{show}{true}%
+  \clozesetoption{hide}{false}%
+}
+\def\clozehide{%
+  \clozeshowfalse%
+  \ClozeSetToGlobal%
+  \clozesetoption{hide}{true}%
+  \clozesetoption{show}{false}%
+}
+\def\clozefont{\it}
+\def\clozesetfont#1{%
+  \def\clozefont{%
+    #1%
+  }%
+}
+\def\cloze#1{%
+  \ClozeStartMarker{basic}%
+  {%
+    \clozefont\relax%
+    \ClozeMargin{#1}%
+  }%
+  \ClozeStopMarker{basic}%
+}
+\def\clozefix#1{%
+  \ClozeStartMarker{fix}%
+  {%
+    \clozefont\relax%
+    \ClozeMargin{#1}%
+  }%
+  \ClozeStopMarker{fix}%
+}
+\def\clozenol#1{%
+  \clozesetoption{thickness}{0pt}%
+  \ClozeStartMarker{basic}%
+  {%
+    \clozefont\relax%
+    \ClozeMargin{#1}%
+  }%
+  \ClozeStopMarker{basic}%
+}
+\def\clozeline{%
+  \directlua{cloze.line()}%
+}
+\def\clozelinefil{%
+  \strut%
+  \directlua{cloze.linefil()}%
+  \strut%
+}
+\def\clozefil#1{%
+  \cloze{#1}\clozelinefil%
+}
+\def\clozeparcmd#1\par {%
+  \par%
+  \ClozeStartMarker{par}%
+  \clozefont\relax%
+  #1%
+  \ClozeStopMarker{par}%
+  \par%
+  \directlua{cloze.unregister('par')}%
+}
+\endinput
+%%
+%% End of file `cloze.tex'.


Property changes on: trunk/Master/texmf-dist/tex/luatex/cloze/cloze.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2020-07-05 23:53:28 UTC (rev 55762)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2020-07-06 14:58:35 UTC (rev 55763)
@@ -1809,6 +1809,7 @@
  'cirth',       'num\.tex',
  'cjw',         '\.tex|' . $standardtex,
  'clock',       '\.sty|clock\.tex',
+ 'cloze',	'\.tex|' . $standardtex,
  'cmap',        '\.cmap|' . $standardtex,
  'codepage',    '\.sty|\.tex',
  'colorprofiles',	'\.(icc|sty|tex)$',



More information about the tex-live-commits mailing list.