Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
e7ce8239
Commit
e7ce8239
authored
1 year ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
add empty "starting a new document"
parent
e14045f2
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
chap/startingAdocument.tex
+1
-0
1 addition, 0 deletions
chap/startingAdocument.tex
example.pdf
+2
-2
2 additions, 2 deletions
example.pdf
example.tex
+17
-2
17 additions, 2 deletions
example.tex
with
20 additions
and
4 deletions
chap/startingAdocument.tex
0 → 100644
+
1
−
0
View file @
e7ce8239
\chapter
{
Starting a new document
}
\label
{
chap: starting new
}
This diff is collapsed.
Click to expand it.
example.pdf
LFS
+
2
−
2
View file @
e7ce8239
No preview for this file type
This diff is collapsed.
Click to expand it.
example.tex
+
17
−
2
View file @
e7ce8239
...
...
@@ -53,6 +53,14 @@
\keywords
{
some, informative, keywords
}
% ----- document seperation -----
% If you split your document into seperate files using `\include',
% you can temporarily exclude not required files to save compiletime
% LATeX will still remember chapter-numbers, page-numbers and alike
% from the last run (but only if the temp files are still around)
% comment this in to use it:
%\includeonly{chap/startingAdocument}
%---------------------- beginning of document -------------------------------------------------------------------------------------------------------%
% Now that you are all set, let's begin with the actual content of the document.
% Don't forget the corresponding `\end{document}'!
...
...
@@ -94,10 +102,17 @@
\mainmatter
% now we can begin with the actuall relevant content
% you chould just putt all commands and content herer,
% but for larger documents it makes sens to split each chapter into a seperate file.
% you could just put all commands and content here,
% but for larger documents it makes sense to split each chapter into a seperate file.
% NOTE: you can use the \includeonly{} in the preamble to temporarily only work on a
% small subset of the document.
%
% We include this files here:
\include
{
chap/whatsLaTeX
}
\include
{
chap/startingAdocument
}
% ATTENTION: you can NOT nest multiple `\inlcude' commands into each other.
% You can use `\input' inside included files though
% print list of figures and tables
\listoffigures
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment