Skip to content

Commit 2e072fc

Browse files
committed
CHANGED: moved includes into docs structure to ease up package and unpackage of projects
1 parent 4b51620 commit 2e072fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/main.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
\documentclass{article}
22

3-
\input{includes/preamble}
4-
\input{includes/macros}
3+
\input{docs/includes/preamble}
4+
\input{docs/includes/macros}
55

66
\begin{document}
77

88
Hola
99
\input{docs/intro}
1010

11-
\end{document}
11+
\end{document}

0 commit comments

Comments
 (0)