Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • andonome/config
1 result
Show changes
Commits on Source (1)
  • Malin Freeborn's avatar
    rename resources character_sheets · 4f3e1660
    Malin Freeborn authored
    This file once had a few different printouts.  Now it only has character
    sheets.  It has space for a variable to stipulate how many sheets should
    be printed - you just echo \setcounter{track}{n} into the file
    .count.tex.
    Verified
    4f3e1660
...@@ -5,3 +5,4 @@ rubbish ...@@ -5,3 +5,4 @@ rubbish
images/wide.jpg images/wide.jpg
svg-inkscape/ svg-inkscape/
.switch-gls .switch-gls
.count.tex
...@@ -21,10 +21,10 @@ docs.pdf: images/wide.jpg STYLE_FILES | $(DROSS) ...@@ -21,10 +21,10 @@ docs.pdf: images/wide.jpg STYLE_FILES | $(DROSS)
$(GLOS) docs $(GLOS) docs
$(RUN) docs.tex $(RUN) docs.tex
$(CP) $(DROSS)/docs.pdf docs.pdf $(CP) $(DROSS)/docs.pdf docs.pdf
resources.pdf: HANDOUTS STYLE_FILES | $(DROSS) character_sheets.pdf: HANDOUTS STYLE_FILES | $(DROSS)
$(RUN) resources.tex $(RUN) character_sheets.tex
$(RUN) resources.tex $(RUN) character_sheets.tex
$(CP) $(DROSS)/resources.pdf resources.pdf $(CP) $(DROSS)/character_sheets.pdf character_sheets.pdf
booklet.pdf: | STYLE_FILES HANDOUTS $(DROSS) booklet.pdf: | STYLE_FILES HANDOUTS $(DROSS)
$(RUN) booklet.tex $(RUN) booklet.tex
...@@ -45,6 +45,6 @@ markets.pdf: config/market.sty $(wildcard config/markets/*) | $(DROSS) ...@@ -45,6 +45,6 @@ markets.pdf: config/market.sty $(wildcard config/markets/*) | $(DROSS)
$(CP) $(DROSS)/$@ . $(CP) $(DROSS)/$@ .
.PHONY: all clean .PHONY: all clean
all: docs.pdf rules.pdf resources.pdf $(DROSS)/test.pdf all: docs.pdf rules.pdf character_sheets.pdf $(DROSS)/test.pdf
clean: clean:
$(CLEAN) images/wide.jpg $(CLEAN) images/wide.jpg .count.tex
...@@ -65,6 +65,6 @@ docker run -it --rm --name texbooks andonome/texbind gimme $books ...@@ -65,6 +65,6 @@ docker run -it --rm --name texbooks andonome/texbind gimme $books
[docs]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/docs.pdf?job=build [docs]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/docs.pdf?job=build
[rules]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/booklet.pdf?job=build [rules]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/booklet.pdf?job=build
[resources]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/resources.pdf?job=build [cs]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/character_sheets.pdf?job=build
[issues board]: https://gitlab.com/bindrpg/config/-/issues/ [issues board]: https://gitlab.com/bindrpg/config/-/issues/
[issues email]: contact-project+bindrpg-config-16527104-issue-@incoming.gitlab.com [issues email]: contact-project+bindrpg-config-16527104-issue-@incoming.gitlab.com
...@@ -13,10 +13,16 @@ ...@@ -13,10 +13,16 @@
\frontmatter \frontmatter
\pagestyle{empty} \pagestyle{empty}
\setcounter{pageDarkness}{50} \setcounter{pageDarkness}{30}
\resetCS \resetCS
\input{CS.tex} \IfFileExists{.count.tex}%
\input{backpage.tex} {\input{.count.tex}}%
{\setcounter{track}{6}}
\Repeat{\value{track}}{
\input{CS.tex}
\input{backpage.tex}
}
\end{document} \end{document}