diff --git a/Makefile b/Makefile index 6a77d70..1b958aa 100644 --- a/Makefile +++ b/Makefile @@ -34,10 +34,10 @@ FASTPDFLATEX = $(PDFLATEX) -draftmode # (with the exception of template-refcard.pdf) CSS = \ - haskell-ucs.pdf \ - haskell-tc-ucs.pdf \ - thaskell-ucs.pdf \ - ctf-ucs.pdf \ + haskell-cs.pdf \ + haskell-tc-cs.pdf \ + thaskell-cs.pdf \ + ctf-cs.pdf \ template-refcard.pdf all: $(CSS) diff --git a/VERSIONING.md b/VERSIONING.md index 443fed1..6df5e4b 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -9,9 +9,9 @@ Also, cheat sheets themselves don't have the patch component. The general tags of the repository, denoted by v0.1.3, v0.2.1 or v1.0.0 regards the class file and template. -The tags haskell-v0.1, haskell-v0.2, haskell-v0.3, regards the haskell-ucs.tex +The tags haskell-v0.1, haskell-v0.2, haskell-v0.3, regards the haskell-cs.tex cheat sheet. -The tag something-v0.1, something-v0.2, etc, regards something-ucs.tex. +The tag something-v0.1, something-v0.2, etc, regards something-cs.tex. [Semantic Versioning 2.0]: http://semver.org/spec/v2.0.0.html diff --git a/ctf-ucs.tex b/ctf-cs.tex similarity index 99% rename from ctf-ucs.tex rename to ctf-cs.tex index e1e43b6..e4664cf 100644 --- a/ctf-ucs.tex +++ b/ctf-cs.tex @@ -1,4 +1,4 @@ -%% ctf-ucs.tex +%% ctf-cs.tex % % Copyright 2014, 2015 Rudy Matela % diff --git a/haskell-ucs.tex b/haskell-cs.tex similarity index 99% rename from haskell-ucs.tex rename to haskell-cs.tex index 6523dfe..c3ebd64 100644 --- a/haskell-ucs.tex +++ b/haskell-cs.tex @@ -1,4 +1,4 @@ -%% haskell-ucs.tex +%% haskell-cs.tex % % Copyright 2014 Rudy Matela % diff --git a/haskell-tc-ucs.tex b/haskell-tc-cs.tex similarity index 99% rename from haskell-tc-ucs.tex rename to haskell-tc-cs.tex index 600728e..f5cd3e8 100644 --- a/haskell-tc-ucs.tex +++ b/haskell-tc-cs.tex @@ -1,4 +1,4 @@ -%% haskell-tc-ucs.tex +%% haskell-tc-cs.tex % % Copyright 2015 Rudy Matela % diff --git a/thaskell-ucs.tex b/thaskell-cs.tex similarity index 99% rename from thaskell-ucs.tex rename to thaskell-cs.tex index cb06027..1d2355a 100644 --- a/thaskell-ucs.tex +++ b/thaskell-cs.tex @@ -1,4 +1,4 @@ -%% thaskell-ucs.tex +%% thaskell-cs.tex % % Copyright 2015 Rudy Matela %