diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-04 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-04 08:00:00 +0800 |
commit | 04784099ba8314d8584e95ef7d6436c8b8bef47d (patch) | |
tree | 3ab8649505c7e8a3ed0cf844501dbf5992cfa4cb | |
parent | rain.tex (diff) | |
download | texland-master.tar.gz texland-master.zip |
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | context/lualatex.tex | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -1 +1,4 @@ *.pdf +*.aux +*.log +*.tuc diff --git a/context/lualatex.tex b/context/lualatex.tex new file mode 100644 index 0000000..08da79c --- /dev/null +++ b/context/lualatex.tex @@ -0,0 +1,4 @@ +\documentclass{article} +\begin{document} +test! +\end{document} |