:cptt: Add archive
parent
a4b96ad563
commit
e77ebfc973
|
@ -1,3 +1,6 @@
|
|||
[submodule "docs/papers/coope"]
|
||||
path = docs/papers/coope
|
||||
url = git@gitorious.org:easejs/coope.git
|
||||
[submodule "docs/papers/cptt"]
|
||||
path = docs/papers/cptt
|
||||
url = https://mikegerwitz.com/projects/cptt
|
||||
|
|
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ thoughts:
|
|||
$(repo2html) -icontent -ftools/mdfmt <$< >$@
|
||||
|
||||
# TeX papers are expected to have their own makefiles as well as an abstract.tex
|
||||
%.html: coope/%.tex
|
||||
%.html: %/abstract.tex
|
||||
$(MAKE) -C '$(dir $<)' pdf dvi
|
||||
url_root='$(url_root)' ./tools/texdoc '$(dir $<)' | $(repo2html) -icontent -ftools/extfmt >$@
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 41a35f3c37fd41772ff7ae8aca62d77c4cafcf6c
|
|
@ -27,7 +27,9 @@ base="$( basename "$path" )"
|
|||
head -n1 "$main" | sed '1s/^% //;1a\\'
|
||||
(
|
||||
tr '\n' ' ' \
|
||||
| sed 's/\\[^ ]\+\({[^}]\+}\)\?//g;$a\\'
|
||||
| sed 's/\\[^ ]\+\({[^}]\+}\)\?//g;
|
||||
s/~/ /g;
|
||||
$a\\'
|
||||
|
||||
# all articles should provide PDF and DVI
|
||||
cat <<EOF
|
||||
|
|
Loading…
Reference in New Issue