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,117 @@
\documentclass[12pt]{article}
% Use this form to include EPS (latex) or PDF (pdflatex) files:
\usepackage{asymptote}
% Use this form with latex or pdflatex to include inline LaTeX code by default:
%\usepackage[inline]{asymptote}
% Use this form with latex or pdflatex to create PDF attachments by default:
%\usepackage[attach]{asymptote}
% Enable this line to support the attach option:
%\usepackage[dvips]{attachfile2}
\begin{document}
% Optional subdirectory for asy files (no spaces):
\def\asydir{}
\begin{asydef}
// Global Asymptote definitions can be put here.
import three;
usepackage("bm");
texpreamble("\def\V#1{\bm{#1}}");
// One can globally override the default toolbar settings here:
// settings.toolbar=true;
\end{asydef}
Here is a venn diagram produced with Asymptote, drawn to width 4cm:
\def\A{A}
\def\B{\V{B}}
%\begin{figure}
\begin{center}
\begin{asy}
size(4cm,0);
pen colour1=red;
pen colour2=green;
pair z0=(0,0);
pair z1=(-1,0);
pair z2=(1,0);
real r=1.5;
path c1=circle(z1,r);
path c2=circle(z2,r);
fill(c1,colour1);
fill(c2,colour2);
picture intersection=new picture;
fill(intersection,c1,colour1+colour2);
clip(intersection,c2);
add(intersection);
draw(c1);
draw(c2);
//draw("$\A$",box,z1); // Requires [inline] package option.
//draw(Label("$\B$","$B$"),box,z2); // Requires [inline] package option.
draw("$A$",box,z1);
draw("$\V{B}$",box,z2);
pair z=(0,-2);
real m=3;
margin BigMargin=Margin(0,m*dot(unit(z1-z),unit(z0-z)));
draw(Label("$A\cap B$",0),conj(z)--z0,Arrow,BigMargin);
draw(Label("$A\cup B$",0),z--z0,Arrow,BigMargin);
draw(z--z1,Arrow,Margin(0,m));
draw(z--z2,Arrow,Margin(0,m));
shipout(bbox(0.25cm));
\end{asy}
%\caption{Venn diagram}\label{venn}
\end{center}
%\end{figure}
Each graph is drawn in its own environment. One can specify the width
and height to \LaTeX\ explicitly. This 3D example can be viewed
interactively either with Adobe Reader or Asymptote's fast OpenGL-based
renderer. To support {\tt latexmk}, 3D figures should specify
\verb+inline=true+. It is sometimes desirable to embed 3D files as annotated
attachments; this requires the \verb+attach=true+ option as well as the
\verb+attachfile2+ \LaTeX\ package.
\begin{center}
\begin{asy}[height=4cm,inline=true,attach=false,viewportwidth=\linewidth]
currentprojection=orthographic(5,4,2);
draw(unitcube,blue);
label("$V-E+F=2$",(0,1,0.5),3Y,blue+fontsize(17pt));
\end{asy}
\end{center}
One can also scale the figure to the full line width:
\begin{center}
\begin{asy}[width=\the\linewidth,inline=true]
pair z0=(0,0);
pair z1=(2,0);
pair z2=(5,0);
pair zf=z1+0.75*(z2-z1);
draw(z1--z2);
dot(z1,red+0.15cm);
dot(z2,darkgreen+0.3cm);
label("$m$",z1,1.2N,red);
label("$M$",z2,1.5N,darkgreen);
label("$\hat{\ }$",zf,0.2*S,fontsize(24pt)+blue);
pair s=-0.2*I;
draw("$x$",z0+s--z1+s,N,red,Arrows,Bars,PenMargins);
s=-0.5*I;
draw("$\bar{x}$",z0+s--zf+s,blue,Arrows,Bars,PenMargins);
s=-0.95*I;
draw("$X$",z0+s--z2+s,darkgreen,Arrows,Bars,PenMargins);
\end{asy}
\end{center}
\end{document}

View File

@@ -0,0 +1,81 @@
1/0: uncompressed; offset = 123103
2/0: uncompressed; offset = 123422
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 1084
6/0: uncompressed; offset = 1244
7/0: uncompressed; offset = 4001
8/0: uncompressed; offset = 4155
9/0: uncompressed; offset = 4297
10/0: uncompressed; offset = 4933
11/0: uncompressed; offset = 5309
12/0: uncompressed; offset = 5498
13/0: uncompressed; offset = 30250
14/0: uncompressed; offset = 31471
15/0: uncompressed; offset = 38404
16/0: uncompressed; offset = 39046
17/0: uncompressed; offset = 40166
18/0: uncompressed; offset = 40906
19/0: uncompressed; offset = 65560
20/0: uncompressed; offset = 74702
21/0: uncompressed; offset = 81705
22/0: uncompressed; offset = 97182
23/0: uncompressed; offset = 104117
24/0: uncompressed; offset = 111195
25/0: uncompressed; offset = 118571
26/0: compressed; stream = 6, index = 0
27/0: compressed; stream = 6, index = 1
28/0: compressed; stream = 6, index = 2
29/0: compressed; stream = 6, index = 3
30/0: compressed; stream = 6, index = 4
31/0: compressed; stream = 6, index = 5
32/0: compressed; stream = 6, index = 6
33/0: compressed; stream = 6, index = 7
34/0: compressed; stream = 6, index = 8
35/0: compressed; stream = 6, index = 9
36/0: compressed; stream = 6, index = 10
37/0: compressed; stream = 6, index = 11
38/0: compressed; stream = 6, index = 12
39/0: compressed; stream = 6, index = 13
40/0: compressed; stream = 6, index = 14
41/0: compressed; stream = 6, index = 15
42/0: compressed; stream = 6, index = 16
43/0: compressed; stream = 6, index = 17
44/0: compressed; stream = 6, index = 18
45/0: compressed; stream = 6, index = 19
46/0: compressed; stream = 6, index = 20
47/0: compressed; stream = 6, index = 21
48/0: compressed; stream = 6, index = 22
49/0: compressed; stream = 6, index = 23
50/0: compressed; stream = 6, index = 24
51/0: compressed; stream = 6, index = 25
52/0: compressed; stream = 6, index = 26
53/0: compressed; stream = 6, index = 27
54/0: compressed; stream = 6, index = 28
55/0: compressed; stream = 6, index = 29
56/0: compressed; stream = 6, index = 30
57/0: compressed; stream = 6, index = 31
58/0: compressed; stream = 6, index = 32
59/0: compressed; stream = 6, index = 33
60/0: compressed; stream = 6, index = 34
61/0: compressed; stream = 6, index = 35
62/0: compressed; stream = 6, index = 36
63/0: compressed; stream = 6, index = 37
64/0: compressed; stream = 6, index = 38
65/0: compressed; stream = 6, index = 39
66/0: compressed; stream = 6, index = 40
67/0: compressed; stream = 6, index = 41
68/0: compressed; stream = 6, index = 42
69/0: compressed; stream = 6, index = 43
70/0: compressed; stream = 6, index = 44
71/0: compressed; stream = 6, index = 45
72/0: compressed; stream = 6, index = 46
73/0: compressed; stream = 6, index = 47
74/0: compressed; stream = 6, index = 48
75/0: compressed; stream = 6, index = 49
76/0: compressed; stream = 6, index = 50
77/0: compressed; stream = 6, index = 51
78/0: compressed; stream = 6, index = 52
79/0: compressed; stream = 6, index = 53
80/0: compressed; stream = 6, index = 54
81/0: compressed; stream = 6, index = 55

View File

@@ -0,0 +1,9 @@
@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,12 @@
\documentclass{article}
\usepackage[backend=biber]{biblatex}
\addbibresource{bibliography.bib}
\begin{document}
The meaning of life, the universe and everything is 42 \cite{DouglasAdams}
\printbibliography
\end{document}

View File

@@ -0,0 +1,48 @@
% $ biblatex auxiliary file $
% $ biblatex version 1.5 $
% $ biber version 0.9.3 $
% Do not modify the above lines!
%
% This is an auxiliary file used by the 'biblatex' package.
% This file may safely be deleted. It will be recreated by
% biber or bibtex as required.
%
\begingroup
\makeatletter
\@ifundefined{ver@biblatex.sty}
{\@latex@error
{Missing 'biblatex' package}
{The bibliography requires the 'biblatex' package.}
\aftergroup\endinput}
{}
\endgroup
\refsection{0}
\entry{DouglasAdams}{book}{}
\name{labelname}{1}{}{%
{{}{Adams}{A\bibinitperiod}{Douglas}{D\bibinitperiod}{}{}{}{}}%
}
\name{author}{1}{}{%
{{}{Adams}{A\bibinitperiod}{Douglas}{D\bibinitperiod}{}{}{}{}}%
}
\list{publisher}{1}{%
{San Val}%
}
\strng{namehash}{AD1}
\strng{fullhash}{AD1}
\field{sortinit}{A}
\field{isbn}{9781417642595}
\field{title}{The Hitchhiker's Guide to the Galaxy}
\field{year}{1995}
\verb{url}
\verb http://books.google.com/books?id=W-xMPgAACAAJ
\endverb
\endentry
\lossort
\endlossort
\endrefsection
\endinput

View File

@@ -0,0 +1,31 @@
1/0: uncompressed; offset = 59313
2/0: uncompressed; offset = 59561
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 734
6/0: uncompressed; offset = 784
7/0: uncompressed; offset = 913
8/0: uncompressed; offset = 1028
9/0: uncompressed; offset = 1528
10/0: uncompressed; offset = 9787
11/0: uncompressed; offset = 18282
12/0: uncompressed; offset = 33607
13/0: uncompressed; offset = 45579
14/0: uncompressed; offset = 58005
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
27/0: compressed; stream = 14, index = 12
28/0: compressed; stream = 14, index = 13
29/0: compressed; stream = 14, index = 14
30/0: compressed; stream = 14, index = 15
31/0: compressed; stream = 14, index = 16

View File

@@ -0,0 +1,84 @@
<?xml version="1.0" standalone="yes"?>
<!-- logreq request file -->
<!-- logreq version 1.0 / dtd version 1.0 -->
<!-- Do not edit this file! -->
<!DOCTYPE requests [
<!ELEMENT requests (internal | external)*>
<!ELEMENT internal (generic, (provides | requires)*)>
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
<!ELEMENT input (file)+>
<!ELEMENT output (file)+>
<!ELEMENT provides (file)+>
<!ELEMENT requires (file)+>
<!ELEMENT generic (#PCDATA)>
<!ELEMENT binary (#PCDATA)>
<!ELEMENT option (#PCDATA)>
<!ELEMENT infile (#PCDATA)>
<!ELEMENT outfile (#PCDATA)>
<!ELEMENT file (#PCDATA)>
<!ATTLIST requests
version CDATA #REQUIRED
>
<!ATTLIST internal
package CDATA #REQUIRED
priority (9) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST external
package CDATA #REQUIRED
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST provides
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST requires
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST file
type CDATA #IMPLIED
>
]>
<requests version="1.0">
<internal package="biblatex" priority="9" active="0">
<generic>latex</generic>
<provides type="dynamic">
<file>output.bcf</file>
</provides>
<requires type="dynamic">
<file>output.bbl</file>
</requires>
<requires type="static">
<file>blx-compat.def</file>
<file>biblatex.def</file>
<file>numeric.bbx</file>
<file>standard.bbx</file>
<file>numeric.cbx</file>
<file>biblatex.cfg</file>
<file>english.lbx</file>
</requires>
</internal>
<external package="biblatex" priority="5" active="0">
<generic>biber</generic>
<cmdline>
<binary>biber</binary>
<infile>output</infile>
</cmdline>
<input>
<file>output.bcf</file>
</input>
<output>
<file>output.bbl</file>
</output>
<provides type="dynamic">
<file>output.bbl</file>
</provides>
<requires type="dynamic">
<file>output.bcf</file>
</requires>
<requires type="editable">
<file>bibliography.bib</file>
</requires>
</external>
</requests>

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -0,0 +1,25 @@
\documentclass{article}
\usepackage{graphics}
\title{Your Paper}
\author{You}
\begin{document}
\maketitle
\begin{abstract}
Your abstract.
\end{abstract}
\section{Introduction}
This is the start of the document.
\begin{figure}[ht]
\includegraphics[0,0][100,100]{frog.jpg}
\end{figure}
This is the end of the document.
\end{document}

View File

@@ -0,0 +1,3 @@
{
"draft": true
}

View File

@@ -0,0 +1,39 @@
1/0: uncompressed; offset = 67338
2/0: uncompressed; offset = 67606
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 790
6/0: uncompressed; offset = 840
7/0: uncompressed; offset = 975
8/0: uncompressed; offset = 1083
9/0: uncompressed; offset = 1578
10/0: uncompressed; offset = 9881
11/0: uncompressed; offset = 17868
12/0: uncompressed; offset = 29906
13/0: uncompressed; offset = 38400
14/0: uncompressed; offset = 46656
15/0: uncompressed; offset = 56198
16/0: uncompressed; offset = 65682
17/0: compressed; stream = 16, index = 0
18/0: compressed; stream = 16, index = 1
19/0: compressed; stream = 16, index = 2
20/0: compressed; stream = 16, index = 3
21/0: compressed; stream = 16, index = 4
22/0: compressed; stream = 16, index = 5
23/0: compressed; stream = 16, index = 6
24/0: compressed; stream = 16, index = 7
25/0: compressed; stream = 16, index = 8
26/0: compressed; stream = 16, index = 9
27/0: compressed; stream = 16, index = 10
28/0: compressed; stream = 16, index = 11
29/0: compressed; stream = 16, index = 12
30/0: compressed; stream = 16, index = 13
31/0: compressed; stream = 16, index = 14
32/0: compressed; stream = 16, index = 15
33/0: compressed; stream = 16, index = 16
34/0: compressed; stream = 16, index = 17
35/0: compressed; stream = 16, index = 18
36/0: compressed; stream = 16, index = 19
37/0: compressed; stream = 16, index = 20
38/0: compressed; stream = 16, index = 21
39/0: compressed; stream = 16, index = 22

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -0,0 +1,37 @@
\documentclass{article}
% Language setting
% Replace `english' with e.g. `spanish' to change the document language
\usepackage[english]{babel}
% Set page size and margins
% Replace `letterpaper' with `a4paper' for UK/EU standard size
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\title{Your Paper}
\author{You}
\begin{document}
\maketitle
\begin{abstract}
Your abstract.
\end{abstract}
\section{Introduction}
This is the start of the document.
\begin{figure}[h]
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}This frog was uploaded via the file-tree menu.}
\end{figure}
This is the end of the document.
\end{document}

View File

@@ -0,0 +1,3 @@
{
"draft": true
}

View File

@@ -0,0 +1,50 @@
1/0: uncompressed; offset = 69708
2/0: uncompressed; offset = 70038
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 867
6/0: uncompressed; offset = 990
7/0: uncompressed; offset = 1143
8/0: uncompressed; offset = 1251
9/0: uncompressed; offset = 1834
10/0: uncompressed; offset = 10137
11/0: uncompressed; offset = 18124
12/0: uncompressed; offset = 31939
13/0: uncompressed; offset = 40433
14/0: uncompressed; offset = 48689
15/0: uncompressed; offset = 58231
16/0: uncompressed; offset = 67715
17/0: compressed; stream = 16, index = 0
18/0: compressed; stream = 16, index = 1
19/0: compressed; stream = 16, index = 2
20/0: compressed; stream = 16, index = 3
21/0: compressed; stream = 16, index = 4
22/0: compressed; stream = 16, index = 5
23/0: compressed; stream = 16, index = 6
24/0: compressed; stream = 16, index = 7
25/0: compressed; stream = 16, index = 8
26/0: compressed; stream = 16, index = 9
27/0: compressed; stream = 16, index = 10
28/0: compressed; stream = 16, index = 11
29/0: compressed; stream = 16, index = 12
30/0: compressed; stream = 16, index = 13
31/0: compressed; stream = 16, index = 14
32/0: compressed; stream = 16, index = 15
33/0: compressed; stream = 16, index = 16
34/0: compressed; stream = 16, index = 17
35/0: compressed; stream = 16, index = 18
36/0: compressed; stream = 16, index = 19
37/0: compressed; stream = 16, index = 20
38/0: compressed; stream = 16, index = 21
39/0: compressed; stream = 16, index = 22
40/0: compressed; stream = 16, index = 23
41/0: compressed; stream = 16, index = 24
42/0: compressed; stream = 16, index = 25
43/0: compressed; stream = 16, index = 26
44/0: compressed; stream = 16, index = 27
45/0: compressed; stream = 16, index = 28
46/0: compressed; stream = 16, index = 29
47/0: compressed; stream = 16, index = 30
48/0: compressed; stream = 16, index = 31
49/0: compressed; stream = 16, index = 32
50/0: compressed; stream = 16, index = 33

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\includegraphics[width=\textwidth]{image}
\end{document}

View File

@@ -0,0 +1,30 @@
1/0: uncompressed; offset = 31354
2/0: uncompressed; offset = 31614
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 727
6/0: uncompressed; offset = 777
7/0: uncompressed; offset = 909
8/0: uncompressed; offset = 1017
9/0: uncompressed; offset = 19127
10/0: uncompressed; offset = 19313
11/0: uncompressed; offset = 19557
12/0: uncompressed; offset = 19948
13/0: uncompressed; offset = 20677
14/0: uncompressed; offset = 23321
15/0: uncompressed; offset = 30318
16/0: compressed; stream = 15, index = 0
17/0: compressed; stream = 15, index = 1
18/0: compressed; stream = 15, index = 2
19/0: compressed; stream = 15, index = 3
20/0: compressed; stream = 15, index = 4
21/0: compressed; stream = 15, index = 5
22/0: compressed; stream = 15, index = 6
23/0: compressed; stream = 15, index = 7
24/0: compressed; stream = 15, index = 8
25/0: compressed; stream = 15, index = 9
26/0: compressed; stream = 15, index = 10
27/0: compressed; stream = 15, index = 11
28/0: compressed; stream = 15, index = 12
29/0: compressed; stream = 15, index = 13
30/0: compressed; stream = 15, index = 14

View File

@@ -0,0 +1,28 @@
\documentclass[a4paper]{article}
\usepackage{feynmf}
\begin{document}
\setlength{\unitlength}{1mm}
\begin{fmffile}{diagram}
\begin{center}
\begin{fmfgraph*}(41,17)
\fmfleftn{i}{2}
\fmfrightn{o}{2}
\fmflabel{$g_2$}{i1}
\fmflabel{$g_1$}{i2}
\fmflabel{$p_2$}{o1}
\fmflabel{$p_1$}{o2}
\fmf{quark}{i1,v1}
\fmf{quark}{i2,v1}
\fmfblob{.35w}{v1}
\fmf{quark}{v1,o1}
\fmf{quark}{v1,o2}
\end{fmfgraph*}
\end{center}
\end{fmffile}
\end{document}

View File

@@ -0,0 +1,28 @@
1/0: uncompressed; offset = 27064
2/0: uncompressed; offset = 27312
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 713
6/0: uncompressed; offset = 763
7/0: uncompressed; offset = 892
8/0: uncompressed; offset = 1007
9/0: uncompressed; offset = 1235
10/0: uncompressed; offset = 4832
11/0: uncompressed; offset = 12199
12/0: uncompressed; offset = 19196
13/0: uncompressed; offset = 26341
14/0: compressed; stream = 13, index = 0
15/0: compressed; stream = 13, index = 1
16/0: compressed; stream = 13, index = 2
17/0: compressed; stream = 13, index = 3
18/0: compressed; stream = 13, index = 4
19/0: compressed; stream = 13, index = 5
20/0: compressed; stream = 13, index = 6
21/0: compressed; stream = 13, index = 7
22/0: compressed; stream = 13, index = 8
23/0: compressed; stream = 13, index = 9
24/0: compressed; stream = 13, index = 10
25/0: compressed; stream = 13, index = 11
26/0: compressed; stream = 13, index = 12
27/0: compressed; stream = 13, index = 13
28/0: compressed; stream = 13, index = 14

View File

@@ -0,0 +1,28 @@
\documentclass[a4paper]{article}
\usepackage{feynmp}
\begin{document}
\setlength{\unitlength}{1mm}
\begin{fmffile}{diagram}
\begin{center}
\begin{fmfgraph*}(41,17)
\fmfleftn{i}{2}
\fmfrightn{o}{2}
\fmflabel{$g_2$}{i1}
\fmflabel{$g_1$}{i2}
\fmflabel{$p_2$}{o1}
\fmflabel{$p_1$}{o2}
\fmf{quark}{i1,v1}
\fmf{quark}{i2,v1}
\fmfblob{.35w}{v1}
\fmf{quark}{v1,o1}
\fmf{quark}{v1,o2}
\end{fmfgraph*}
\end{center}
\end{fmffile}
\end{document}

View File

@@ -0,0 +1,3 @@
{
"compiler": "latex"
}

View File

@@ -0,0 +1,20 @@
1/0: uncompressed; offset = 4964
2/0: uncompressed; offset = 5023
3/0: uncompressed; offset = 5234
4/0: uncompressed; offset = 15
5/0: uncompressed; offset = 734
6/0: uncompressed; offset = 799
7/0: uncompressed; offset = 933
8/0: uncompressed; offset = 1104
9/0: uncompressed; offset = 1947
10/0: uncompressed; offset = 1992
11/0: uncompressed; offset = 2182
12/0: uncompressed; offset = 2427
13/0: uncompressed; offset = 2597
14/0: uncompressed; offset = 2822
15/0: uncompressed; offset = 2989
16/0: uncompressed; offset = 3239
17/0: uncompressed; offset = 3271
18/0: uncompressed; offset = 3328
19/0: uncompressed; offset = 3740
20/0: uncompressed; offset = 4270

View File

@@ -0,0 +1,12 @@
\documentclass{article}
\usepackage{fontawesome}
\begin{document}
Cloud \faCloud
Cog \faCog
Database \faDatabase
Leaf \faLeaf
\end{document}

View File

@@ -0,0 +1,23 @@
1/0: uncompressed; offset = 31058
2/0: uncompressed; offset = 31307
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 678
6/0: uncompressed; offset = 728
7/0: uncompressed; offset = 855
8/0: uncompressed; offset = 970
9/0: uncompressed; offset = 1203
10/0: uncompressed; offset = 18852
11/0: uncompressed; offset = 30165
12/0: compressed; stream = 11, index = 0
13/0: compressed; stream = 11, index = 1
14/0: compressed; stream = 11, index = 2
15/0: compressed; stream = 11, index = 3
16/0: compressed; stream = 11, index = 4
17/0: compressed; stream = 11, index = 5
18/0: compressed; stream = 11, index = 6
19/0: compressed; stream = 11, index = 7
20/0: compressed; stream = 11, index = 8
21/0: compressed; stream = 11, index = 9
22/0: compressed; stream = 11, index = 10
23/0: compressed; stream = 11, index = 11

View File

@@ -0,0 +1,16 @@
\documentclass{article}
\usepackage{fontspec}
\defaultfontfeatures{Extension = .otf} % this is needed because
% fontawesome package loads by
% font name only
\usepackage{fontawesome}
\begin{document}
Cloud \faCloud
Cog \faCog
Database \faDatabase
Leaf \faLeaf
\end{document}

View File

@@ -0,0 +1,3 @@
{
"compiler": "xelatex"
}

View File

@@ -0,0 +1,26 @@
1/0: uncompressed; offset = 6344
2/0: uncompressed; offset = 15
3/0: uncompressed; offset = 216
4/0: uncompressed; offset = 707
5/0: uncompressed; offset = 757
6/0: uncompressed; offset = 887
7/0: uncompressed; offset = 990
8/0: uncompressed; offset = 1257
9/0: uncompressed; offset = 1679
10/0: uncompressed; offset = 2052
11/0: uncompressed; offset = 4249
12/0: uncompressed; offset = 4343
13/0: uncompressed; offset = 5387
14/0: uncompressed; offset = 5481
15/0: uncompressed; offset = 5519
16/0: compressed; stream = 15, index = 0
17/0: compressed; stream = 15, index = 1
18/0: compressed; stream = 15, index = 2
19/0: compressed; stream = 15, index = 3
20/0: compressed; stream = 15, index = 4
21/0: compressed; stream = 15, index = 5
22/0: compressed; stream = 15, index = 6
23/0: compressed; stream = 15, index = 7
24/0: compressed; stream = 15, index = 8
25/0: compressed; stream = 15, index = 9
26/0: compressed; stream = 15, index = 10

View File

@@ -0,0 +1,17 @@
\documentclass{article}
\usepackage{glossaries}
\makeglossaries
\newglossaryentry{Physics}{
name=Physics,
description={is the study of stuff}
}
\begin{document}
To solve various problems in \Gls{Physics} it can useful to express any arbitrary piecewise-smooth function as a Fourier Series composed of multiple sine and cosine funcions.
\printglossaries
\end{document}

View File

@@ -0,0 +1,7 @@
This is makeindex, version 2.15 [TeX Live 2011] (kpathsea + Thai support).
Scanning style file ./output.ist...........................done (27 attributes redefined, 0 ignored).
Scanning input file output.glo....done (1 entries accepted, 0 rejected).
Sorting entries...done (0 comparisons).
Generating output file output.gls....done (6 lines written, 0 warnings).
Output written in output.gls.
Transcript written in output.glg.

View File

@@ -0,0 +1 @@
\glossaryentry{Physics?\glossaryentryfield{Physics}{\glsnamefont{Physics}}{is the study of stuff}{\relax }|setentrycounter[]{page}\glsnumberformat}{1}

View File

@@ -0,0 +1,6 @@
\glossarysection[\glossarytoctitle]{\glossarytitle}\glossarypreamble
\begin{theglossary}\glossaryheader
\glsgroupheading{P}\relax \glsresetentrylist %
\glossaryentryfield{Physics}{\glsnamefont{Physics}}{is the study of stuff}{\relax }{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsnumberformat{1}}}%
\end{theglossary}\glossarypostamble

View File

@@ -0,0 +1,29 @@
% makeindex style file created by the glossaries package
% for document 'output' on 2013-7-28
actual '?'
encap '|'
level '!'
quote '"'
keyword "\\glossaryentry"
preamble "\\glossarysection[\\glossarytoctitle]{\\glossarytitle}\\glossarypreamble\n\\begin{theglossary}\\glossaryheader\n"
postamble "\%\n\\end{theglossary}\\glossarypostamble\n"
group_skip "\\glsgroupskip\n"
item_0 "\%\n"
item_1 "\%\n"
item_2 "\%\n"
item_01 "\%\n"
item_x1 "\\relax \\glsresetentrylist\n"
item_12 "\%\n"
item_x2 "\\relax \\glsresetentrylist\n"
delim_0 "\{\\glossaryentrynumbers\{\\relax "
delim_1 "\{\\glossaryentrynumbers\{\\relax "
delim_2 "\{\\glossaryentrynumbers\{\\relax "
delim_t "\}\}"
delim_n "\\delimN "
delim_r "\\delimR "
headings_flag 1
heading_prefix "\\glsgroupheading\{"
heading_suffix "\}\\relax \\glsresetentrylist "
symhead_positive "glssymbols"
numhead_positive "glsnumbers"
page_compositor "."

View File

@@ -0,0 +1,23 @@
1/0: uncompressed; offset = 34767
2/0: uncompressed; offset = 35015
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 678
6/0: uncompressed; offset = 728
7/0: uncompressed; offset = 856
8/0: uncompressed; offset = 971
9/0: uncompressed; offset = 1394
10/0: uncompressed; offset = 10990
11/0: uncompressed; offset = 19087
12/0: uncompressed; offset = 33769
13/0: compressed; stream = 12, index = 0
14/0: compressed; stream = 12, index = 1
15/0: compressed; stream = 12, index = 2
16/0: compressed; stream = 12, index = 3
17/0: compressed; stream = 12, index = 4
18/0: compressed; stream = 12, index = 5
19/0: compressed; stream = 12, index = 6
20/0: compressed; stream = 12, index = 7
21/0: compressed; stream = 12, index = 8
22/0: compressed; stream = 12, index = 9
23/0: compressed; stream = 12, index = 10

View File

@@ -0,0 +1,26 @@
\documentclass{article}
\usepackage{pgfplots}
\usepackage{nopageno}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}
\addplot +[no markers,
raw gnuplot,
thick,
empty line = jump
] gnuplot {
set contour base;
set cntrparam levels discrete 0.003;
unset surface;
set view map;
set isosamples 500;
splot x**3-3*x+3-y**2;
};
\end{axis}
\end{tikzpicture}
\end{document}

View File

@@ -0,0 +1,22 @@
1/0: uncompressed; offset = 23295
2/0: uncompressed; offset = 23543
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 671
6/0: uncompressed; offset = 721
7/0: uncompressed; offset = 847
8/0: uncompressed; offset = 955
9/0: uncompressed; offset = 7385
10/0: uncompressed; offset = 15752
11/0: uncompressed; offset = 22721
12/0: compressed; stream = 11, index = 0
13/0: compressed; stream = 11, index = 1
14/0: compressed; stream = 11, index = 2
15/0: compressed; stream = 11, index = 3
16/0: compressed; stream = 11, index = 4
17/0: compressed; stream = 11, index = 5
18/0: compressed; stream = 11, index = 6
19/0: compressed; stream = 11, index = 7
20/0: compressed; stream = 11, index = 8
21/0: compressed; stream = 11, index = 9
22/0: compressed; stream = 11, index = 10

View File

@@ -0,0 +1,14 @@
\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[hebrew,english]{babel}
\begin{document}
\selectlanguage{hebrew}
כדי לכתוב משהו באנגלית חייבים להשתמש במקרו הבא וכאן
ממשיכים לכתוב בעברית. טקסט נוסחאות תמיד יהיה בכיוון שמאל-לימין
\selectlanguage{english}
This is a test.
\end{document}

View File

@@ -0,0 +1,20 @@
1/0: uncompressed; offset = 24490
2/0: uncompressed; offset = 24739
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 657
6/0: uncompressed; offset = 707
7/0: uncompressed; offset = 833
8/0: uncompressed; offset = 948
9/0: uncompressed; offset = 1290
10/0: uncompressed; offset = 13083
11/0: uncompressed; offset = 23411
12/0: compressed; stream = 11, index = 0
13/0: compressed; stream = 11, index = 1
14/0: compressed; stream = 11, index = 2
15/0: compressed; stream = 11, index = 3
16/0: compressed; stream = 11, index = 4
17/0: compressed; stream = 11, index = 5
18/0: compressed; stream = 11, index = 6
19/0: compressed; stream = 11, index = 7
20/0: compressed; stream = 11, index = 8

View File

@@ -0,0 +1,13 @@
\documentclass{article}
\begin{document}
Hello world $x^2 = 0$.
%% chunk options: cache this chunk
%% begin.rcode my-cache, cache=TRUE
% set.seed(123)
% x = runif(10)
% sd(x) # standard deviation
%% end.rcode
\end{document}

View File

@@ -0,0 +1,31 @@
1/0: uncompressed; offset = 43550
2/0: uncompressed; offset = 43799
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 734
6/0: uncompressed; offset = 784
7/0: uncompressed; offset = 913
8/0: uncompressed; offset = 1021
9/0: uncompressed; offset = 1546
10/0: uncompressed; offset = 5794
11/0: uncompressed; offset = 12915
12/0: uncompressed; offset = 23660
13/0: uncompressed; offset = 30657
14/0: uncompressed; offset = 42604
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
27/0: compressed; stream = 14, index = 12
28/0: compressed; stream = 14, index = 13
29/0: compressed; stream = 14, index = 14
30/0: compressed; stream = 14, index = 15
31/0: compressed; stream = 14, index = 16

View File

@@ -0,0 +1,35 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\begin{document}
\tableofcontents
\vspace{2cm} %Add a 2cm space
\begin{abstract}
Este es un breve resumen del contenido del
documento escrito en español.
\end{abstract}
\section{Sección Introductoria}
Esta es la primera sección, podemos agregar
algunos elementos adicionales y todo será
escrito correctamente. Más aún, si una palabra
es demaciado larga y tiene que ser truncada,
babel tratará de truncarla correctamente
dependiendo del idioma.
\section{Sección con teoremas}
Esta sección es para ver que pasa con los comandos
que definen texto
%% chunk options: cache this chunk
%% begin.rcode my-cache, cache=TRUE
% set.seed(123)
% x = runif(10)
% sd(x) # standard deviation
%% end.rcode
\end{document}

View File

@@ -0,0 +1,39 @@
1/0: uncompressed; offset = 75299
2/0: uncompressed; offset = 75548
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 790
6/0: uncompressed; offset = 840
7/0: uncompressed; offset = 975
8/0: uncompressed; offset = 1083
9/0: uncompressed; offset = 2128
10/0: uncompressed; offset = 13799
11/0: uncompressed; offset = 23682
12/0: uncompressed; offset = 31867
13/0: uncompressed; offset = 36116
14/0: uncompressed; offset = 50352
15/0: uncompressed; offset = 61569
16/0: uncompressed; offset = 73516
17/0: compressed; stream = 16, index = 0
18/0: compressed; stream = 16, index = 1
19/0: compressed; stream = 16, index = 2
20/0: compressed; stream = 16, index = 3
21/0: compressed; stream = 16, index = 4
22/0: compressed; stream = 16, index = 5
23/0: compressed; stream = 16, index = 6
24/0: compressed; stream = 16, index = 7
25/0: compressed; stream = 16, index = 8
26/0: compressed; stream = 16, index = 9
27/0: compressed; stream = 16, index = 10
28/0: compressed; stream = 16, index = 11
29/0: compressed; stream = 16, index = 12
30/0: compressed; stream = 16, index = 13
31/0: compressed; stream = 16, index = 14
32/0: compressed; stream = 16, index = 15
33/0: compressed; stream = 16, index = 16
34/0: compressed; stream = 16, index = 17
35/0: compressed; stream = 16, index = 18
36/0: compressed; stream = 16, index = 19
37/0: compressed; stream = 16, index = 20
38/0: compressed; stream = 16, index = 21
39/0: compressed; stream = 16, index = 22

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
\documentclass[a4paper]{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=\textwidth]{image.eps}
\end{document}

View File

@@ -0,0 +1,3 @@
{
"compiler": "latex"
}

View File

@@ -0,0 +1,26 @@
1/0: uncompressed; offset = 25097
2/0: uncompressed; offset = 25156
3/0: uncompressed; offset = 25367
4/0: uncompressed; offset = 15
5/0: uncompressed; offset = 854
6/0: uncompressed; offset = 919
7/0: uncompressed; offset = 1074
8/0: uncompressed; offset = 1245
9/0: uncompressed; offset = 18343
10/0: uncompressed; offset = 18388
11/0: uncompressed; offset = 18752
12/0: uncompressed; offset = 19071
13/0: uncompressed; offset = 19360
14/0: uncompressed; offset = 19604
15/0: uncompressed; offset = 19770
16/0: uncompressed; offset = 20007
17/0: uncompressed; offset = 20174
18/0: uncompressed; offset = 20424
19/0: uncompressed; offset = 20456
20/0: uncompressed; offset = 20525
21/0: uncompressed; offset = 23109
22/0: uncompressed; offset = 23500
23/0: uncompressed; offset = 24229
24/0: uncompressed; offset = 24641
25/0: uncompressed; offset = 24741
26/0: uncompressed; offset = 24985

View File

@@ -0,0 +1,8 @@
\documentclass{article}
\usepackage{luacode}
\begin{document}
\begin{luacode}
tex.print("Hello world")
\end{luacode}
\end{document}

View File

@@ -0,0 +1,3 @@
{
"compiler": "lualatex"
}

View File

@@ -0,0 +1,18 @@
1/0: uncompressed; offset = 3568
2/0: uncompressed; offset = 3777
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 643
6/0: uncompressed; offset = 693
7/0: uncompressed; offset = 819
8/0: uncompressed; offset = 934
9/0: uncompressed; offset = 1118
10/0: uncompressed; offset = 1210
11/0: uncompressed; offset = 2555
12/0: uncompressed; offset = 3030
13/0: compressed; stream = 12, index = 0
14/0: compressed; stream = 12, index = 1
15/0: compressed; stream = 12, index = 2
16/0: compressed; stream = 12, index = 3
17/0: compressed; stream = 12, index = 4
18/0: compressed; stream = 12, index = 5

View File

@@ -0,0 +1,12 @@
\documentclass{article}
\usepackage{makeidx}
\makeindex
\begin{document}
To solve various problems in Physics \index{Physics} it can useful to express any arbitrary piecewise-smooth function as a Fourier Series \index{Fourier Series} composed of multiple sine and cosine funcions.
\printindex
\end{document}

View File

@@ -0,0 +1,26 @@
1/0: uncompressed; offset = 16762
2/0: uncompressed; offset = 16877
3/0: uncompressed; offset = 17142
4/0: uncompressed; offset = 24335
5/0: uncompressed; offset = 32164
6/0: uncompressed; offset = 32412
7/0: uncompressed; offset = 15
8/0: uncompressed; offset = 216
9/0: uncompressed; offset = 671
10/0: uncompressed; offset = 721
11/0: uncompressed; offset = 856
12/0: uncompressed; offset = 973
13/0: uncompressed; offset = 1318
14/0: uncompressed; offset = 2218
15/0: compressed; stream = 13, index = 0
16/0: compressed; stream = 13, index = 1
17/0: compressed; stream = 13, index = 2
18/0: compressed; stream = 13, index = 3
19/0: compressed; stream = 13, index = 4
20/0: compressed; stream = 13, index = 5
21/0: compressed; stream = 13, index = 6
22/0: compressed; stream = 13, index = 7
23/0: compressed; stream = 13, index = 8
24/0: compressed; stream = 13, index = 9
25/0: compressed; stream = 13, index = 10
26/0: compressed; stream = 13, index = 11

View File

@@ -0,0 +1,7 @@
heading_prefix "{\\bfseries\\hfil "
heading_suffix "\\hfil}\\nopagebreak\n"
headings_flag 1
delim_0 "\\dotfill"
delim_1 "\\dotfill"
delim_2 "\\dotfill"

View File

@@ -0,0 +1,12 @@
\documentclass{article}
\usepackage{makeidx}
\makeindex
\begin{document}
To solve various problems in Physics \index{Physics} it can useful to express any arbitrary piecewise-smooth function as a Fourier Series \index{Fourier Series} composed of multiple sine and cosine funcions.
\printindex
\end{document}

View File

@@ -0,0 +1,22 @@
1/0: uncompressed; offset = 16778
2/0: uncompressed; offset = 16893
3/0: uncompressed; offset = 17109
4/0: uncompressed; offset = 24938
5/0: uncompressed; offset = 25186
6/0: uncompressed; offset = 15
7/0: uncompressed; offset = 216
8/0: uncompressed; offset = 650
9/0: uncompressed; offset = 700
10/0: uncompressed; offset = 836
11/0: uncompressed; offset = 953
12/0: uncompressed; offset = 1298
13/0: uncompressed; offset = 2103
14/0: compressed; stream = 12, index = 0
15/0: compressed; stream = 12, index = 1
16/0: compressed; stream = 12, index = 2
17/0: compressed; stream = 12, index = 3
18/0: compressed; stream = 12, index = 4
19/0: compressed; stream = 12, index = 5
20/0: compressed; stream = 12, index = 6
21/0: compressed; stream = 12, index = 7
22/0: compressed; stream = 12, index = 8

View File

@@ -0,0 +1,10 @@
\documentclass{article}
\usepackage{minted}
\begin{document}
\begin{minted}{c}
int main() {
printf("hello, world");
return 0;
}
\end{minted}
\end{document}

View File

@@ -0,0 +1,19 @@
1/0: uncompressed; offset = 20679
2/0: uncompressed; offset = 20927
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 650
6/0: uncompressed; offset = 700
7/0: uncompressed; offset = 826
8/0: uncompressed; offset = 934
9/0: uncompressed; offset = 1252
10/0: uncompressed; offset = 8248
11/0: uncompressed; offset = 20115
12/0: compressed; stream = 11, index = 0
13/0: compressed; stream = 11, index = 1
14/0: compressed; stream = 11, index = 2
15/0: compressed; stream = 11, index = 3
16/0: compressed; stream = 11, index = 4
17/0: compressed; stream = 11, index = 5
18/0: compressed; stream = 11, index = 6
19/0: compressed; stream = 11, index = 7

View File

@@ -0,0 +1,15 @@
@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}
}
@book{Tolkien,
title={The Hobbit},
author={Tolkien, J. R. R.},
year={1904?}
}

View File

@@ -0,0 +1,23 @@
\documentclass{report}
\usepackage{multibib}
\newcites{one}{First references}
\begin{document}
\chapter{First chapter}
The answer to life the universe and everything is 42 \citeone{DouglasAdams}
\bibliographystyleone{plain}
\bibliographyone{bibliography}
\chapter{Second chapter}
All that glitters is not gold \cite{Tolkien}
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}

View File

@@ -0,0 +1,8 @@
\begin{thebibliography}{1}
\bibitem{DouglasAdams}
Douglas Adams.
\newblock {\em The Hitchhiker's Guide to the Galaxy}.
\newblock San Val, 1995.
\end{thebibliography}

View File

@@ -0,0 +1,8 @@
\begin{thebibliography}{1}
\bibitem{Tolkien}
J.~R.~R. Tolkien.
\newblock {\em The Hobbit}.
\newblock 1904?
\end{thebibliography}

View File

@@ -0,0 +1,32 @@
1/0: uncompressed; offset = 29506
2/0: uncompressed; offset = 29621
3/0: uncompressed; offset = 29918
4/0: uncompressed; offset = 30033
5/0: uncompressed; offset = 30274
6/0: uncompressed; offset = 30389
7/0: uncompressed; offset = 30644
8/0: uncompressed; offset = 42802
9/0: uncompressed; offset = 43050
10/0: uncompressed; offset = 15
11/0: uncompressed; offset = 216
12/0: uncompressed; offset = 695
13/0: uncompressed; offset = 746
14/0: uncompressed; offset = 900
15/0: uncompressed; offset = 1017
16/0: uncompressed; offset = 1286
17/0: uncompressed; offset = 2443
18/0: uncompressed; offset = 13147
19/0: compressed; stream = 16, index = 0
20/0: compressed; stream = 16, index = 1
21/0: compressed; stream = 16, index = 2
22/0: compressed; stream = 16, index = 3
23/0: compressed; stream = 16, index = 4
24/0: compressed; stream = 16, index = 5
25/0: compressed; stream = 16, index = 6
26/0: compressed; stream = 16, index = 7
27/0: compressed; stream = 16, index = 8
28/0: compressed; stream = 16, index = 9
29/0: compressed; stream = 16, index = 10
30/0: compressed; stream = 16, index = 11
31/0: compressed; stream = 16, index = 12
32/0: compressed; stream = 16, index = 13

View File

@@ -0,0 +1,25 @@
\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\begin{document}
\section*{Main equations}
\begin{equation}
a=\frac{N}{A}
\end{equation}%
\nomenclature{$a$}{The number of angels per unit area}%
\nomenclature{$N$}{The number of angels per needle point}%
\nomenclature{$A$}{The area of the needle point}%
The equation $\sigma = m a$%
\nomenclature{$\sigma$}{The total mass of angels per unit area}%
\nomenclature{$m$}{The mass of one angel}
follows easily.
\printnomenclature
\end{document}

View File

@@ -0,0 +1,23 @@
1/0: uncompressed; offset = 34102
2/0: uncompressed; offset = 34350
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 678
6/0: uncompressed; offset = 728
7/0: uncompressed; offset = 856
8/0: uncompressed; offset = 971
9/0: uncompressed; offset = 1514
10/0: uncompressed; offset = 10973
11/0: uncompressed; offset = 19139
12/0: uncompressed; offset = 33047
13/0: compressed; stream = 12, index = 0
14/0: compressed; stream = 12, index = 1
15/0: compressed; stream = 12, index = 2
16/0: compressed; stream = 12, index = 3
17/0: compressed; stream = 12, index = 4
18/0: compressed; stream = 12, index = 5
19/0: compressed; stream = 12, index = 6
20/0: compressed; stream = 12, index = 7
21/0: compressed; stream = 12, index = 8
22/0: compressed; stream = 12, index = 9
23/0: compressed; stream = 12, index = 10

View File

@@ -0,0 +1,2 @@
\section{Two}
\label{two}

View File

@@ -0,0 +1,8 @@
\documentclass{article}
\begin{document}
\include{chapter1}
\include{chapter2}
\end{document}

View File

@@ -0,0 +1,22 @@
1/0: uncompressed; offset = 9449
2/0: uncompressed; offset = 9564
3/0: uncompressed; offset = 9730
4/0: uncompressed; offset = 17293
5/0: uncompressed; offset = 17541
6/0: uncompressed; offset = 15
7/0: uncompressed; offset = 216
8/0: uncompressed; offset = 650
9/0: uncompressed; offset = 700
10/0: uncompressed; offset = 835
11/0: uncompressed; offset = 952
12/0: uncompressed; offset = 1097
13/0: uncompressed; offset = 1758
14/0: compressed; stream = 12, index = 0
15/0: compressed; stream = 12, index = 1
16/0: compressed; stream = 12, index = 2
17/0: compressed; stream = 12, index = 3
18/0: compressed; stream = 12, index = 4
19/0: compressed; stream = 12, index = 5
20/0: compressed; stream = 12, index = 6
21/0: compressed; stream = 12, index = 7
22/0: compressed; stream = 12, index = 8

View File

@@ -0,0 +1,9 @@
@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,10 @@
\documentclass{article}
\begin{document}
The meaning of life, the universe and everything is 42 \cite{DouglasAdams}
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}

View File

@@ -0,0 +1,8 @@
\begin{thebibliography}{1}
\bibitem{DouglasAdams}
Douglas Adams.
\newblock {\em The Hitchhiker's Guide to the Galaxy}.
\newblock San Val, 1995.
\end{thebibliography}

View File

@@ -0,0 +1,23 @@
1/0: uncompressed; offset = 37282
2/0: uncompressed; offset = 37530
3/0: uncompressed; offset = 15
4/0: uncompressed; offset = 216
5/0: uncompressed; offset = 678
6/0: uncompressed; offset = 728
7/0: uncompressed; offset = 856
8/0: uncompressed; offset = 971
9/0: uncompressed; offset = 1322
10/0: uncompressed; offset = 9581
11/0: uncompressed; offset = 24286
12/0: uncompressed; offset = 36258
13/0: compressed; stream = 12, index = 0
14/0: compressed; stream = 12, index = 1
15/0: compressed; stream = 12, index = 2
16/0: compressed; stream = 12, index = 3
17/0: compressed; stream = 12, index = 4
18/0: compressed; stream = 12, index = 5
19/0: compressed; stream = 12, index = 6
20/0: compressed; stream = 12, index = 7
21/0: compressed; stream = 12, index = 8
22/0: compressed; stream = 12, index = 9
23/0: compressed; stream = 12, index = 10

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}
}

Some files were not shown because too many files have changed in this diff Show More