texlive[42660] Master: markdown (9dec16)

commits+karl at tug.org commits+karl at tug.org
Fri Dec 9 23:51:42 CET 2016


Revision: 42660
          http://tug.org/svn/texlive?view=revision&revision=42660
Author:   karl
Date:     2016-12-09 23:51:42 +0100 (Fri, 09 Dec 2016)
Log Message:
-----------
markdown (9dec16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/markdown/markdown.pdf
    trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx
    trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex
    trunk/Master/texmf-dist/tex/latex/markdown/markdown.sty
    trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/doc/generic/markdown/markdown.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx	2016-12-09 08:53:51 UTC (rev 42659)
+++ trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx	2016-12-09 22:51:42 UTC (rev 42660)
@@ -147,7 +147,7 @@
 % \fi
 %  \begin{macrocode}
 local metadata = {
-    version   = "2.2.1",
+    version   = "2.2.2",
     comment   = "A module for the conversion from markdown to plain TeX",
     author    = "John MacFarlane, Hans Hagen, Vít Novotný",
     copyright = "2009-2016 John MacFarlane, Hans Hagen; 2016 Vít Novotný",
@@ -600,8 +600,8 @@
 % \ref{sec:luaoptions}) used during the conversion from markdown to plain
 % \TeX{}, and for changing the way markdown the tokens are rendered.
 %  \begin{macrocode}
-\def\markdownLastModified{2016/12/07}%
-\def\markdownVersion{2.2.1}%
+\def\markdownLastModified{2016/12/09}%
+\def\markdownVersion{2.2.2}%
 %    \end{macrocode}
 %
 % The plain \TeX{} interface is implemented by the \t`markdown.tex` file that
@@ -1464,7 +1464,7 @@
   \def\markdownOptionHashEnumerators{#1}}%
 \define at key{markdownOptions}{hybrid}[true]{%
   \def\markdownOptionHybrid{#1}}%
-\define at key{markdownOptions}{inlineFotnotes}[true]{%
+\define at key{markdownOptions}{inlineFootnotes}[true]{%
   \def\markdownOptionInlineFootnotes{#1}}%
 \define at key{markdownOptions}{preserveTabs}[true]{%
   \def\markdownOptionPreserveTabs{#1}}%

Modified: trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex	2016-12-09 08:53:51 UTC (rev 42659)
+++ trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex	2016-12-09 22:51:42 UTC (rev 42660)
@@ -45,8 +45,8 @@
 %% 
 %% The names of the source files used are shown above.
 %% 
-\def\markdownLastModified{2016/12/07}%
-\def\markdownVersion{2.2.1}%
+\def\markdownLastModified{2016/12/09}%
+\def\markdownVersion{2.2.2}%
 \let\markdownBegin\relax
 \let\markdownEnd\relax
 \let\markdownInput\relax

Modified: trunk/Master/texmf-dist/tex/latex/markdown/markdown.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/markdown/markdown.sty	2016-12-09 08:53:51 UTC (rev 42659)
+++ trunk/Master/texmf-dist/tex/latex/markdown/markdown.sty	2016-12-09 22:51:42 UTC (rev 42660)
@@ -79,7 +79,7 @@
   \def\markdownOptionHashEnumerators{#1}}%
 \define at key{markdownOptions}{hybrid}[true]{%
   \def\markdownOptionHybrid{#1}}%
-\define at key{markdownOptions}{inlineFotnotes}[true]{%
+\define at key{markdownOptions}{inlineFootnotes}[true]{%
   \def\markdownOptionInlineFootnotes{#1}}%
 \define at key{markdownOptions}{preserveTabs}[true]{%
   \def\markdownOptionPreserveTabs{#1}}%

Modified: trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua	2016-12-09 08:53:51 UTC (rev 42659)
+++ trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua	2016-12-09 22:51:42 UTC (rev 42660)
@@ -58,7 +58,7 @@
 -- those in the standard .ins files.
 -- 
 local metadata = {
-    version   = "2.2.1",
+    version   = "2.2.2",
     comment   = "A module for the conversion from markdown to plain TeX",
     author    = "John MacFarlane, Hans Hagen, Vít Novotný",
     copyright = "2009-2016 John MacFarlane, Hans Hagen; 2016 Vít Novotný",

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2016-12-09 08:53:51 UTC (rev 42659)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2016-12-09 22:51:42 UTC (rev 42660)
@@ -849,7 +849,7 @@
  'pl',		"&MAKEflatten",
  'plain',	"die 'skipping, just plain.tex, rest in knuth-lib",
  'pl-qx',       "&MAKEplqx",
-# 'pmx',		"die 'need to check sources!!",
+ 'pmx',		"die 'need to check sources!!",
  'pointRuler',  "die 'skipping, requires compilation'",
  'poltawski',   "&MAKEcopy",
  'polyglossia-kannada', "die 'skipping, now in polyglossia proper'",



More information about the tex-live-commits mailing list