Skip to content

Commit

Permalink
Give unique labels to two block diagram labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 26, 2021
1 parent 3b4af9c commit 4e99cb9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1144,19 +1144,19 @@ local md5 = require("md5")
% user that if they only access the package through the interface, the future
% minor versions of the package should remain backwards compatible.
%
% Figure~\ref{fig:block-diagram} shows the high-level structure of the Markdown
% package: The translation from markdown to \TeX{} *token renderers* is exposed
% by the Lua layer. The plain \TeX{} layer exposes the conversion capabilities
% of Lua as \TeX{} macros. The \LaTeX{} and \Hologo{ConTeXt} layers provide
% syntactic sugar on top of plain \TeX{} macros. The user can interface with
% any and all layers.
% Figure~\ref{fig:block-diagram-interfaces} shows the high-level structure of
% the Markdown package: The translation from markdown to \TeX{} *token
% renderers* is exposed by the Lua layer. The plain \TeX{} layer exposes the
% conversion capabilities of Lua as \TeX{} macros. The \LaTeX{} and
% \Hologo{ConTeXt} layers provide syntactic sugar on top of plain \TeX{}
% macros. The user can interface with any and all layers.
%
% \end{markdown}
% \begin{figure}
% \centering
% \input markdown-figure-block-diagram
% \caption{A block diagram of the \pkg{Markdown} package.}
% \label{fig:block-diagram}
% \label{fig:block-diagram-interfaces}
% \end{figure}
% \iffalse
%</context>
Expand Down Expand Up @@ -12498,19 +12498,20 @@ texexec --passon=--shell-escape document.tex
% exposed by the package (see Section \ref{sec:interfaces}) and is aimed at the
% developers of the package, as well as the curious users.
%
% Figure~\ref{fig:block-diagram} shows the high-level structure of the Markdown
% package: The translation from markdown to \TeX{} *token renderers* is
% performed by the Lua layer. The plain \TeX{} layer provides default
% definitions for the token renderers. The \LaTeX{} and \Hologo{ConTeXt} layers
% correct idiosyncrasies of the respective \TeX{} formats, and provide
% format-specific default definitions for the token renderers.
% Figure~\ref{fig:block-diagram-implementation} shows the high-level structure
% of the Markdown package: The translation from markdown to \TeX{} *token
% renderers* is performed by the Lua layer. The plain \TeX{} layer provides
% default definitions for the token renderers. The \LaTeX{} and
% \Hologo{ConTeXt} layers correct idiosyncrasies of the respective \TeX{}
% formats, and provide format-specific default definitions for the token
% renderers.
%
% \end{markdown}
% \begin{figure}
% \centering
% \input markdown-figure-block-diagram
% \caption{A block diagram of the \pkg{Markdown} package.}
% \label{fig:block-diagram}
% \label{fig:block-diagram-implementation}
% \end{figure}
% \iffalse
%</context>
Expand Down

0 comments on commit 4e99cb9

Please sign in to comment.