From 049d8c10a2be69e330d26efa5116b5ec451b8eab Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 19 May 2022 03:00:53 +0000 Subject: CTAN sync 202205190300 --- macros/generic/markdown/README.md | 14 +- macros/generic/markdown/VERSION | 2 +- macros/generic/markdown/markdown.dtx | 71 +- macros/generic/markdown/markdown.html | 4 +- macros/generic/markdown/markdown.pdf | Bin 799016 -> 796056 bytes macros/generic/xint/CHANGES.html | 3279 +++++++++++++++++++------ macros/generic/xint/README.md | 8 +- macros/generic/xint/sourcexint.pdf | Bin 1170067 -> 1175167 bytes macros/generic/xint/xint.dtx | 4270 +++++++++++++++++++-------------- macros/generic/xint/xint.pdf | Bin 1058034 -> 1058714 bytes 10 files changed, 5096 insertions(+), 2552 deletions(-) (limited to 'macros/generic') diff --git a/macros/generic/markdown/README.md b/macros/generic/markdown/README.md index 8460bb5c89..2cc772807b 100644 --- a/macros/generic/markdown/README.md +++ b/macros/generic/markdown/README.md @@ -181,8 +181,9 @@ For further information, consult one of the following: 4. My journal articles published by [TUGboat][]: - [Using Markdown inside TeX documents][tb119], - [Markdown 2.7.0: Towards lightweight markup in TeX][tb124], - - [Making Markdown into a Microwave Meal][tb129], and - - [Markdown 2.10.0: LaTeX Themes & Snippets, Two Flavors of Comments, and LuaMetaTeX][tb131]. + - [Making Markdown into a Microwave Meal][tb129], + - [Markdown 2.10.0: LaTeX Themes & Snippets, Two Flavors of Comments, and LuaMetaTeX][tb131], and + - [Markdown 2.15.0: What's New?][tb133]. 5. Journal articles of me and my students published by [CSTUG][] (in Czech and Slovak): - [Rendering Markdown inside TeX Documents][10.5300/2016-1-4/78], - [Markdown 2.8.1: Boldly Unto the Throne of Lightweight Markup in TeX][10.5300/2020-1-2/48], @@ -199,10 +200,11 @@ For further information, consult one of the following: [overleaf-5]: https://www.overleaf.com/latex/examples/writing-posters-with-markdown/jtbgmmgqrqmh "Writing Posters with Markdown" [overleaf-6]: https://www.overleaf.com/latex/examples/using-markdown-in-latex-documents/whdrnpcpnwrm "Using Markdown in LaTeX documents" - [tb119]: https://www.tug.org/TUGboat/tb38-2/tb119novotny.pdf "Using Markdown inside TeX documents" - [tb124]: https://www.tug.org/TUGboat/tb40-1/tb124novotny-markdown.pdf "Markdown 2.7.0: Towards lightweight markup in TeX" - [tb129]: https://www.tug.org/TUGboat/tb41-3/tb129novotny-frozen.pdf "Making Markdown into a Microwave Meal" - [tb131]: https://tug.org/TUGboat/tb42-2/tb131novotny-markdown.pdf "Markdown 2.10.0: LaTeX Themes & Snippets, Two Flavors of Comments, and LuaMetaTeX" + [tb119]: https://www.tug.org/TUGboat/tb38-2/tb119novotny.pdf "Using Markdown inside TeX documents" + [tb124]: https://www.tug.org/TUGboat/tb40-1/tb124novotny-markdown.pdf "Markdown 2.7.0: Towards lightweight markup in TeX" + [tb129]: https://www.tug.org/TUGboat/tb41-3/tb129novotny-frozen.pdf "Making Markdown into a Microwave Meal" + [tb131]: https://www.tug.org/TUGboat/tb42-2/tb131novotny-markdown.pdf "Markdown 2.10.0: LaTeX Themes & Snippets, Two Flavors of Comments, and LuaMetaTeX" + [tb133]: https://www.overleaf.com/read/pshkckczmmjn "Markdown 2.15.0: What's New?" [tb131-slides]: https://tug.org/tug2021/assets/pdf/tug2021-novotny-slides.pdf "Markdown 2.10.0: LaTeX Themes & Snippets, Two Flavors of Comments, and LuaMetaTeX" [tb131-video]: https://youtu.be/i2GJMnLCZls "Markdown 2.10.0: LaTeX Themes & Snippets, Two Flavors of Comments, and LuaMetaTeX" diff --git a/macros/generic/markdown/VERSION b/macros/generic/markdown/VERSION index 58060d5509..927859fc31 100644 --- a/macros/generic/markdown/VERSION +++ b/macros/generic/markdown/VERSION @@ -1 +1 @@ -2.15.0-0-g9296cf1 (2022/03/31) +2.15.1-0-g4b33c77 (2022/05/17) diff --git a/macros/generic/markdown/markdown.dtx b/macros/generic/markdown/markdown.dtx index d43c7ab3cd..ef4641a5a7 100644 --- a/macros/generic/markdown/markdown.dtx +++ b/macros/generic/markdown/markdown.dtx @@ -99,12 +99,14 @@ \newunicodechar{☒}{\markdownRendererTickedBox} \newunicodechar{⌛}{\markdownRendererHalfTickedBox} \newunicodechar{☐}{\markdownRendererUntickedBox} -\IfFileExists{emoji.sty}{ +\makeatletter +\@ifpackagelater{emoji}{2020/03/16}{ \usepackage{emoji} \newunicodechar{😉}{\emoji{winking-face}} }{ \newunicodechar{😉}{;-)} } +\makeatother % Set up the catcodes. \catcode`\_=12 % We won't be typesetting much math and Lua contains lots of `_`. @@ -9943,7 +9945,7 @@ that the \TeX{} engine has shell access. % % \begin{markdown} -#### Content Block Rendere {#texcontentblockrenderers} +#### Content Block Renderers {#texcontentblockrenderers} The \mdef{markdownRendererContentBlock} macro represents an iA\,Writer content block. It receives four arguments: the local file or online image filename @@ -22467,6 +22469,7 @@ end % \begin{macrocode} \markdownIfOption{frozenCache}{}{^^A \immediate\write18{^^A + mkdir -p "\markdownOptionCacheDir"; if printf '%s' "#3" | grep -q -E '^https?:'; then % \end{macrocode} @@ -23139,31 +23142,63 @@ end \endgroup % \end{macrocode} % \begin{markdown} -% If the URL begins with a hash sign, then we assume that it is a relative -% reference. Otherwise, we assume that it is an absolute URL. +% If the label and the fully-escaped URI are equivalent and the title is +% empty, assume that the link is an autolink. Otherwise, assume that the +% link is either direct or indirect. % \end{markdown} % \begin{macrocode} - \tl_set:Nx - \l_tmpa_tl - { \str_range:nnn { ##3 } { 1 } { 1 } } - \str_if_eq:NNTF - \l_tmpa_tl - \c_hash_str + \tl_set:Nn \l_tmpa_tl { ##1 } + \tl_set:Nn \l_tmpb_tl { ##2 } + \bool_set:Nn + \l_tmpa_bool + { + \tl_if_eq_p:NN + \l_tmpa_tl + \l_tmpb_tl + } + \tl_set:Nn \l_tmpa_tl { ##4 } + \bool_set:Nn + \l_tmpb_bool + { + \tl_if_empty_p:N + \l_tmpa_tl + } + \bool_if:nTF { - \exp_args:No - \markdownLaTeXRendererRelativeLink - { \str_range:nnn { ##3 } { 2 } { -1 } } + \l_tmpa_bool && \l_tmpb_bool + } + { + \markdownLaTeXRendererAutolink { ##2 } { ##3 } }{ - \markdownLaTeXRendererAbsoluteLink { ##1 } { ##2 } { ##3 } { ##4 } + \markdownLaTeXRendererDirectOrIndirectLink { ##1 } { ##2 } { ##3 } { ##4 } } } \next } +\def\markdownLaTeXRendererAutolink#1#2{% +% \end{macrocode} +% \begin{markdown} +% If the URL begins with a hash sign, then we assume that it is a relative +% reference. Otherwise, we assume that it is an absolute URL. +% \end{markdown} +% \begin{macrocode} + \tl_set:Nx + \l_tmpa_tl + { \str_range:nnn { #2 } { 1 } { 1 } } + \str_if_eq:NNTF + \l_tmpa_tl + \c_hash_str + { + \exp_args:No + \ref + { \str_range:nnn { #2 } { 2 } { -1 } } + }{ + \url { #2 } + } +} \ExplSyntaxOff -\def\markdownLaTeXRendererAbsoluteLink#1#2#3#4{% - #1\footnote{\ifx\empty#4\empty\else#4: \fi\texttt<\url{#3}\texttt>}} -\def\markdownLaTeXRendererRelativeLink#1{% - \ref{#1}} +\def\markdownLaTeXRendererDirectOrIndirectLink#1#2#3#4{% + #1\footnote{\ifx\empty#4\empty\else#4: \fi\url{#3}}} % \end{macrocode} % \par % \begin{markdown} diff --git a/macros/generic/markdown/markdown.html b/macros/generic/markdown/markdown.html index 4ccaeb8bf1..1734c541b2 100644 --- a/macros/generic/markdown/markdown.html +++ b/macros/generic/markdown/markdown.html @@ -82,7 +82,7 @@

Markdown Package User Manual

Vít Novotný

-

2.15.0-0-g9296cf1 (2022/03/31)

+

2.15.1-0-g4b33c77 (2022/05/17)