Skip to content

Commit

Permalink
Rescale block diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 26, 2021
1 parent e805a05 commit 3b4af9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@
\usepackage{tikz}
\usepackage{pgf-umlsd}
\begin{filecontents}[overwrite,nosearch,noheader]{markdown-figure-block-diagram.tex}
\begingroup
\ifx\du\undefined\newlength{\du}\fi
\setlength{\du}{9.7\unitlength}
\setlength{\du}{15\unitlength}
\begin{tikzpicture}
\pgftransformxscale{1.000000}
\pgftransformyscale{-1.23800}
\definecolor{dialinecolor}{rgb}{0.000000, 0.000000, 0.000000}
Expand Down Expand Up @@ -273,6 +275,8 @@
\pgfsetstrokecolor{dialinecolor}
\draw (1.689638\du,1.881695\du)--(1.689638\du,3.081693\du);
}
\end{tikzpicture}
\endgroup
\end{filecontents}

% Set up the bibliography.
Expand Down Expand Up @@ -1149,12 +1153,10 @@ local md5 = require("md5")
%
% \end{markdown}
% \begin{figure}
% \begin{tikzpicture}
% \centering
% \begingroup\input markdown-figure-block-diagram\endgroup
% \input markdown-figure-block-diagram
% \caption{A block diagram of the \pkg{Markdown} package.}
% \label{fig:block-diagram}
% \end{tikzpicture}
% \end{figure}
% \iffalse
%</context>
Expand Down Expand Up @@ -12505,12 +12507,10 @@ texexec --passon=--shell-escape document.tex
%
% \end{markdown}
% \begin{figure}
% \begin{tikzpicture}
% \centering
% \begingroup\input markdown-figure-block-diagram\endgroup
% \input markdown-figure-block-diagram
% \caption{A block diagram of the \pkg{Markdown} package.}
% \label{fig:block-diagram}
% \end{tikzpicture}
% \end{figure}
% \iffalse
%</context>
Expand Down

0 comments on commit 3b4af9c

Please sign in to comment.