Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
config
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
config
Commits
6fdc3302
Unverified
Commit
6fdc3302
authored
1 year ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
create test image for docs
parent
ae9aafbc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile
+6
-1
6 additions, 1 deletion
Makefile
README.md
+8
-0
8 additions, 0 deletions
README.md
docs.tex
+1
-1
1 addition, 1 deletion
docs.tex
with
16 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
6fdc3302
...
...
@@ -36,3 +36,4 @@ old
*.slo
*.sls
.switch-*
images/wide.jpg
This diff is collapsed.
Click to expand it.
Makefile
+
6
−
1
View file @
6fdc3302
...
...
@@ -2,13 +2,18 @@ filename=docs
output
:
${filename}.pdf
${filename}.pdf
:
${filename}.aux bind.sty monsters.sty
pdflatex
${
filename
}
.tex
docs.aux
:
docs.aux
:
images/wide.jpg
pdflatex
--shell-escape
docs.tex
pdflatex docs.tex
docs
:
docs.aux
pdflatex docs.tex
test
:
pdflatex
--shell-escape
test.tex
images
:
mkdir
images
images/wide.jpg
:
images
magick
-size
100x60 xc:skyblue
-fill
white
-stroke
black
-draw
"ellipse 50,30 40,20 45,270"
images/wide.jpg
all
:
docs test
clean
:
rm
-rf
*
pdf
*
.aux
*
.toc
*
.acn
*
.acr
*
.log
*
.ptc
*
.out
*
.idx
*
.ist
*
.alg
*
.glo svg-inkscape
This diff is collapsed.
Click to expand it.
README.md
+
8
−
0
View file @
6fdc3302
These config files make the BIND RPG books look and act the way they do.
# Dependencies
-
`inkscape`
-
`make`
-
`texlive-most`
-
`git-lfs`
-
(optional)
`imagemagick`
# Usage
To make a book, start a git, then do:
...
...
This diff is collapsed.
Click to expand it.
docs.tex
+
1
−
1
View file @
6fdc3302
...
...
@@ -187,7 +187,7 @@ Wider pictures should be placed with \verb"\widePic{s1}", and they will appear o
The map function works like
\verb
"
\widePic
"
, but for maps.
You can add a list of coordinates, and the names or number-labels to place on those coordinates.
\mapPic
[\large]
{
t
}{
../config/images/l1
}{
\Huge
Toptown/8/8,Leftown/2/75,2/8/6
}
\mapPic
[\large]
{
t
}{
wide
}{
\Huge
Toptown/8/8,Leftown/2/75,2/8/6
}
Imagine the shield image is a map to be labelled.
We can start by putting `Toptown' at the top.
...
...
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