diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-30 07:52:37 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-30 07:52:37 +0200 |
commit | 03b27ed824cecd8b16ef19fbb7b8f4e49d439af4 (patch) | |
tree | fce59f98f9c5f068cc77a7f8dc890827c1460317 | |
parent | 332dbd714969a15661706d259fd0b01b65657b25 (diff) | |
download | meself-03b27ed824cecd8b16ef19fbb7b8f4e49d439af4.zip meself-03b27ed824cecd8b16ef19fbb7b8f4e49d439af4.tar.gz |
cleanup
-rw-r--r-- | cv/Makefile | 1 | ||||
-rw-r--r-- | cv/cvdoc | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/cv/Makefile b/cv/Makefile index ac74ae8..4d9af70 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -20,6 +20,5 @@ $(MAIN).ps: $(DEFINITIONS) $(DEPENDENCIES) .lou.ps : $(LOUT) -F $(FONTSDIR) -r3 -o $@ $< - clean: -rm !(Makefile|$(DEFINITIONS)|$(FONTSDEF)|$(FONTSDIR)|*.lou) @@ -41,8 +41,7 @@ ############################################################################### @Use { @BasicSetup - #@InitialFont { Times Base 12p } # initial font - @InitialFont { Libertine Base 12p } # initial font + @InitialFont { Libertine Base 12p } # initial font # @InitialBreak {{adjust 1.2fx hyphen} @OrIfPlain {ragged 1fx nohyphen}} # @InitialOutdent { 2f @OrIfPlain 4s } # initial outdent # @InitialSpace { lout } # initial space style |