Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malin Freeborn
core
Commits
818e9089
Verified
Commit
818e9089
authored
2 years ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
separate ref version into main_ref.tex
parent
cb73710f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+6
-9
6 additions, 9 deletions
Makefile
main.tex
+1
-17
1 addition, 17 deletions
main.tex
main_ref.tex
+58
-0
58 additions, 0 deletions
main_ref.tex
with
65 additions
and
26 deletions
Makefile
+
6
−
9
View file @
818e9089
...
...
@@ -15,16 +15,13 @@ resources: resources.pdf ${filename}.pdf
resources.pdf
:
$(wildcard CS/*.tex)
pdflatex CS/resources.tex
svg-ref
:
touch
.ref
pdflatex
-jobname
=
bind_ref
-shell-escape
${
filename
}
.tex
pdflatex
-jobname
=
bind_ref
${
filename
}
.tex
pdflatex
-jobname
=
bind_ref
${
filename
}
.tex
makeglossaries bind_ref
makeindex bind_ref
pdflatex
-shell-escape
main_ref.tex
pdflatex main_ref.tex
makeglossaries main_ref
makeindex main_ref.idx
pdflatex main_ref.tex
ref
:
svg-ref
touch
.ref
pdflatex
-jobname
=
bind_ref
${
filename
}
.tex
rm
-f
.ref
pdflatex main_ref.tex
creds
:
cd
images
&&
pandoc artists.md
-o
../art.pdf
all
:
ref ${filename}.pdf resources.pdf creds
...
...
This diff is collapsed.
Click to expand it.
main.tex
+
1
−
17
View file @
818e9089
...
...
@@ -13,9 +13,7 @@ Subject={TTRPG},
Keywords=
{
TTRPG,RPG,roleplaying
}
}}
\IfFileExists
{
.ref
}
%
{
\settoggle
{
verbose
}{
false
}}
{
\settoggle
{
verbose
}{
true
}}
\settoggle
{
verbose
}{
true
}
\externalReferent
{
aif
}
...
...
@@ -29,14 +27,10 @@ Keywords={TTRPG,RPG,roleplaying}
\tableofcontents
\iftoggle
{
verbose
}{
\frontmatter
\include
{
intro.tex
}
}{}
\mainmatter
\include
{
cc.tex
}
...
...
@@ -55,14 +49,10 @@ Keywords={TTRPG,RPG,roleplaying}
\include
{
spheres.tex
}
\iftoggle
{
verbose
}{
\include
{
races.tex
}
\include
{
gm.tex
}
}{}
\include
{
appendix.tex
}
\settoggle
{
sideTab
}{
false
}
...
...
@@ -73,14 +63,8 @@ Keywords={TTRPG,RPG,roleplaying}
\printindex
\iftoggle
{
verbose
}{
\include
{
CS/GS.tex
}
\include
{
CS/CS.tex
}
}{}
\end{document}
This diff is collapsed.
Click to expand it.
main_ref.tex
0 → 100644
+
58
−
0
View file @
818e9089
\documentclass
[a4paper,openany]
{
book
}
\usepackage
[acronym]
{
glossaries
}
\title
{
BIND
}
\date
{}
\usepackage
{
config/bind
}
\input
{
glossary.tex
}
\hypersetup
{
pdfinfo=
{
Title=
{
BIND
}
,
Author=
{
Ghost
}
,
Subject=
{
TTRPG
}
,
Keywords=
{
TTRPG,RPG,roleplaying,reference
}
}}
\settoggle
{
verbose
}{
false
}
\externalReferent
{
aif
}
\begin{document}
\pagenumbering
{
gobble
}
\frontpage
{
BIND
}
%
{
The Open Source RPG
}
%
{
images/Boris
_
Pecikozic/the
_
storyteller.jpg
}
\tableofcontents
\mainmatter
\include
{
cc.tex
}
\include
{
rules.tex
}
\include
{
stories.tex
}
\include
{
gods.tex
}
\include
{
combat.tex
}
\include
{
knacks.tex
}
\include
{
magic.tex
}
\include
{
spheres.tex
}
\include
{
appendix.tex
}
\settoggle
{
sideTab
}{
false
}
\printacronyms
[style=mcolindex, title=Abbreviations, nonumberlist]
\printglossary
[style=mcolindex]
\printindex
\end{document}
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