:cptt: Add archive

master
Mike Gerwitz 2018-06-03 00:15:20 -04:00
parent a4b96ad563
commit e77ebfc973
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
4 changed files with 8 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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 >$@

1
docs/papers/cptt 160000

@ -0,0 +1 @@
Subproject commit 41a35f3c37fd41772ff7ae8aca62d77c4cafcf6c

View File

@ -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