diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-25 23:25:00 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-25 23:25:00 +0100 |
commit | d6a1353853406c9b9626270d000a00c1066b9f90 (patch) | |
tree | c9e1377344e5f149501e1ac52e4f23b3fa297e88 /doc | |
parent | Typeset journal in LaTeX (diff) | |
download | Xilofono-d6a1353853406c9b9626270d000a00c1066b9f90.tar.gz Xilofono-d6a1353853406c9b9626270d000a00c1066b9f90.zip |
Add LaTeX PDF output to git
Diffstat (limited to 'doc')
-rw-r--r-- | doc/diario.pdf | bin | 0 -> 18183 bytes | |||
-rw-r--r-- | doc/makefile | 2 | ||||
-rw-r--r-- | doc/xilofono.pdf | bin | 0 -> 93568 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/doc/diario.pdf b/doc/diario.pdf Binary files differnew file mode 100644 index 0000000..379c298 --- /dev/null +++ b/doc/diario.pdf diff --git a/doc/makefile b/doc/makefile index 6679a0d..50cc4fc 100644 --- a/doc/makefile +++ b/doc/makefile @@ -6,6 +6,8 @@ TEX := xelatex \ .PHONY: dir doc diario all: doc diario + cp $(BUILD_DIR)/diario.pdf . + cp $(BUILD_DIR)/xilofono.pdf . doc: dir $(TEX) xilofono.tex diff --git a/doc/xilofono.pdf b/doc/xilofono.pdf Binary files differnew file mode 100644 index 0000000..15b8788 --- /dev/null +++ b/doc/xilofono.pdf |