first commit

This commit is contained in:
2025-04-24 13:11:28 +08:00
commit ff9c54d5e4
5960 changed files with 834111 additions and 0 deletions

View File

@@ -0,0 +1 @@
This is chapter2.tex, included from main.tex. It's not in the same directory but can still be found.

View File

@@ -0,0 +1,26 @@
1/0: uncompressed; offset = 48194
2/0: uncompressed; offset = 48442
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 699
6/0: uncompressed; offset = 749
7/0: uncompressed; offset = 878
8/0: uncompressed; offset = 1000
9/0: uncompressed; offset = 8546
10/0: uncompressed; offset = 9072
11/0: uncompressed; offset = 10659
12/0: uncompressed; offset = 18919
13/0: uncompressed; offset = 35129
14/0: uncompressed; offset = 47101
15/0: compressed; stream = 14, index = 0
16/0: compressed; stream = 14, index = 1
17/0: compressed; stream = 14, index = 2
18/0: compressed; stream = 14, index = 3
19/0: compressed; stream = 14, index = 4
20/0: compressed; stream = 14, index = 5
21/0: compressed; stream = 14, index = 6
22/0: compressed; stream = 14, index = 7
23/0: compressed; stream = 14, index = 8
24/0: compressed; stream = 14, index = 9
25/0: compressed; stream = 14, index = 10
26/0: compressed; stream = 14, index = 11

View File

@@ -0,0 +1,10 @@
@book{DouglasAdams,
title={The Hitchhiker's Guide to the Galaxy},
author={Adams, Douglas},
isbn={9781417642595},
url={http://books.google.com/books?id=W-xMPgAACAAJ},
year={1995},
publisher={San Val}
}

View File

@@ -0,0 +1 @@
This is chapter1.tex, included from main.tex

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,19 @@
\documentclass{article}
\usepackage{graphicx}
\begin{document}
Hello world, I'm in a subdirectory \cite{DouglasAdams}
\input{chapter1.tex}
\input{chapter2.tex}
\begin{centering}
\includegraphics[width=0.5\textwidth]{image.png}
\end{centering}
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}