update gitignore
This commit is contained in:
parent
7722a0d042
commit
645def4b8f
33 changed files with 41 additions and 114 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ build/*
|
||||||
.gitconfiglock
|
.gitconfiglock
|
||||||
.initsubmodulelock
|
.initsubmodulelock
|
||||||
.idea/
|
.idea/
|
||||||
|
__pycache__
|
||||||
|
|
5
tests/.gitignore
vendored
5
tests/.gitignore
vendored
|
@ -4,3 +4,8 @@
|
||||||
*.log
|
*.log
|
||||||
*.pdf
|
*.pdf
|
||||||
wip/proof/.skip
|
wip/proof/.skip
|
||||||
|
*.out
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.cnt
|
||||||
|
|
3
tests/COMPILE_MAKEFILE
Normal file
3
tests/COMPILE_MAKEFILE
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
test:
|
||||||
|
latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex
|
||||||
|
latexmk -c test.tex
|
7
tests/DIR_MAKEFILE
Normal file
7
tests/DIR_MAKEFILE
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
SUBDIRS := $(wildcard */.)
|
||||||
|
|
||||||
|
all: $(SUBDIRS)
|
||||||
|
$(SUBDIRS):
|
||||||
|
$(MAKE) -C $@
|
||||||
|
|
||||||
|
.PHONY: all $(SUBDIRS)
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/Makefile
Symbolic link
1
tests/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
DIR_MAKEFILE
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/environments/Makefile
Symbolic link
1
tests/environments/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../DIR_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/environments/fancythm/Makefile
Symbolic link
1
tests/environments/fancythm/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/lecture-notes/Makefile
Symbolic link
1
tests/lecture-notes/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../DIR_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/lecture-notes/lectures/Makefile
Symbolic link
1
tests/lecture-notes/lectures/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/math/Makefile
Symbolic link
1
tests/math/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../DIR_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -pdf -dvi- test.tex
|
|
1
tests/math/faktor/Makefile
Symbolic link
1
tests/math/faktor/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -3,6 +3,7 @@
|
||||||
\usepackage{mkessler-faktor}
|
\usepackage{mkessler-faktor}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\[
|
\[
|
||||||
\faktor{A}{B} \cong \cofaktor{A}{B}
|
\faktor{A}{B} \cong \cofaktor{A}{B}
|
||||||
\]
|
\]
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/math/Makefile
Symbolic link
1
tests/math/math/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -pdf -dvi- test.tex
|
|
1
tests/math/mathalias/Makefile
Symbolic link
1
tests/math/mathalias/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/mathfig/Makefile
Symbolic link
1
tests/math/mathfig/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/mathfixes/Makefile
Symbolic link
1
tests/math/mathfixes/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/mathfont/Makefile
Symbolic link
1
tests/math/mathfont/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/mathop/Makefile
Symbolic link
1
tests/math/mathop/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/mathsymb/Makefile
Symbolic link
1
tests/math/mathsymb/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/math/unicodechar/Makefile
Symbolic link
1
tests/math/unicodechar/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/misc/Makefile
Symbolic link
1
tests/misc/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../DIR_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/misc/hypersetup/Makefile
Symbolic link
1
tests/misc/hypersetup/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1 +0,0 @@
|
||||||
\BOOKMARK [1][-]{section.1}{test}{}% 1
|
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/misc/vocab/Makefile
Symbolic link
1
tests/misc/vocab/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1 +0,0 @@
|
||||||
\indexentry{Test}{1}
|
|
|
@ -1,6 +0,0 @@
|
||||||
This is makeindex, version 2.15 [TeX Live 2019] (kpathsea + Thai support).
|
|
||||||
Scanning input file vocabindex.idx....done (1 entries accepted, 0 rejected).
|
|
||||||
Sorting entries...done (0 comparisons).
|
|
||||||
Generating output file vocabindex.ind....done (5 lines written, 0 warnings).
|
|
||||||
Output written in vocabindex.ind.
|
|
||||||
Transcript written in vocabindex.ilg.
|
|
|
@ -1,5 +0,0 @@
|
||||||
\begin{theindex}
|
|
||||||
|
|
||||||
\item Test, 1
|
|
||||||
|
|
||||||
\end{theindex}
|
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/utils/Makefile
Symbolic link
1
tests/utils/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../DIR_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/utils/counters/Makefile
Symbolic link
1
tests/utils/counters/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/utils/findpackage/Makefile
Symbolic link
1
tests/utils/findpackage/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,7 +0,0 @@
|
||||||
SUBDIRS := $(wildcard */.)
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
$(SUBDIRS):
|
|
||||||
$(MAKE) -C $@
|
|
||||||
|
|
||||||
.PHONY: all $(SUBDIRS)
|
|
1
tests/wip/Makefile
Symbolic link
1
tests/wip/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../DIR_MAKEFILE
|
|
@ -1,4 +0,0 @@
|
||||||
skip: .skip
|
|
||||||
|
|
||||||
.skip:
|
|
||||||
@touch .skip
|
|
1
tests/wip/proof/Makefile
Symbolic link
1
tests/wip/proof/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
|
@ -1,3 +0,0 @@
|
||||||
test:
|
|
||||||
latexmk -c test.tex
|
|
||||||
latexmk -dvi- -pdf test.tex
|
|
1
tests/wip/restate/Makefile
Symbolic link
1
tests/wip/restate/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../COMPILE_MAKEFILE
|
Loading…
Reference in a new issue