Skip to content
Snippets Groups Projects
Unverified Commit 6fdc3302 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

create test image for docs

parent ae9aafbc
Branches
Tags
No related merge requests found
......@@ -36,3 +36,4 @@ old
*.slo
*.sls
.switch-*
images/wide.jpg
......@@ -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
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:
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment