Skip to content

Commit

Permalink
Move banner.png to markdown.png
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Sep 2, 2021
1 parent 4a812a4 commit dee68df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXAMPLES=examples/context-mkii.pdf examples/context-mkiv.pdf \
TESTS=tests/test.sh tests/support/*.tex tests/templates/*/*.tex.m4 \
tests/templates/*/COMMANDS.m4 tests/testfiles/*/*.test
MAKES=Makefile $(addsuffix /Makefile, $(SUBDIRECTORIES)) latexmkrc
ROOT_README=README.md banner.png
ROOT_README=README.md markdown.png
READMES=$(ROOT_README) LICENSE examples/README.md tests/README.md \
tests/support/README.md tests/templates/README.md tests/testfiles/README.md \
tests/templates/*/README.md tests/testfiles/*/README.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ hours) and use its [LaTeXMK][] tool:
A PDF document named `workdir/document.pdf` should be produced and contain the
following output:

![banner](banner.png "An example LaTeX document using the Markdown package")
![banner](markdown.png "An example LaTeX document using the Markdown package")

Congratulations, you have just typeset your first Markdown document! 🥳

Expand Down
8 changes: 4 additions & 4 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -11803,14 +11803,14 @@ conference article:
% \usepackage[theme=witiko/graphicx/http]{markdown}
% \begin{document}
% \begin{markdown}
% ![img](https://github.com/witiko/markdown/raw/main/banner.png
% ![img](https://github.com/witiko/markdown/raw/main/markdown.png
% "The banner of the Markdown package")
% \end{markdown}
% \end{document}
% ```````
% Typesetting the above document produces the output shown in
% Figure \vref{fig:witiko/graphicx/http}.
% ![img](https://github.com/witiko/markdown/raw/main/banner.png
% ![img](https://github.com/witiko/markdown/raw/main/markdown.png
% "The banner of the Markdown package \label{fig:witiko/graphicx/http}")
The theme requires the \pkg{catchfile} \LaTeX{} package and a Unix-like
operating system with GNU Coreutils `md5sum` and either GNU Wget or cURL
Expand All @@ -11829,7 +11829,7 @@ following content:
\usepackage[theme=witiko/graphicx/http]{markdown}
\begin{document}
\begin{markdown}
![img](https://github.com/witiko/markdown/raw/main/banner.png
![img](https://github.com/witiko/markdown/raw/main/markdown.png
"The banner of the Markdown package")
\end{markdown}
\end{document}
Expand All @@ -11841,7 +11841,7 @@ lualatex document.tex
A PDF document named `document.pdf` should be produced and contain the
following image:

> ![img](https://github.com/witiko/markdown/raw/main/banner.png
> ![img](https://github.com/witiko/markdown/raw/main/markdown.png
> "The banner of the Markdown package")

%</manual-options>
Expand Down
File renamed without changes

0 comments on commit dee68df

Please sign in to comment.