Skip to content

Commit

Permalink
docs: add demo file and .latexmkrc
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Oct 22, 2023
1 parent 0cbd2a3 commit 80644ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ensure './texmf//' is in '$TEXINPUTS'.
ensure_path( 'TEXINPUTS', './texmf//' );
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ presenter won't need any additional frame or slide environment to split differen

## Demo

You could compile `main.tex` directly by `latexmk -pdf main` in this repo.

```diff
-\documentclass{article}
+\documentclass{presenter}
Expand Down
7 changes: 7 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% Compile this document by:
% latexmk -pdf main
\documentclass{presenter}
\begin{document}
\section{Get Started}
Hello, world!
\end{document}

0 comments on commit 80644ce

Please sign in to comment.