summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-09-21 21:13:59 +0200
committerUlrich Müller <ulm@gentoo.org>2020-09-21 21:13:59 +0200
commitc5013f3b60593f9155b0cd4beaba347c82e370d5 (patch)
tree00230bca6f80d8f8656d6c47fda8e46e68f623cc /pms.cls
parentpms.cls: Remove some tex4ht conditionals. (diff)
downloadpms-c5013f3b60593f9155b0cd4beaba347c82e370d5.tar.gz
pms-c5013f3b60593f9155b0cd4beaba347c82e370d5.tar.bz2
pms-c5013f3b60593f9155b0cd4beaba347c82e370d5.zip
pms.cls: Change line length to reflect what is actually used.
fill-column (Emacs) and tw (Vim) set to 80. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'pms.cls')
-rw-r--r--pms.cls4
1 files changed, 2 insertions, 2 deletions
diff --git a/pms.cls b/pms.cls
index a5e3084..f01ace6 100644
--- a/pms.cls
+++ b/pms.cls
@@ -175,7 +175,7 @@
}%
}
-% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :
+% vim: set filetype=tex fileencoding=utf8 et tw=80 spell spelllang=en :
%%% Local Variables:
%%% mode: latex
@@ -183,5 +183,5 @@
%%% LaTeX-indent-level: 4
%%% LaTeX-item-indent: 0
%%% TeX-brace-indent-level: 4
-%%% fill-column: 100
+%%% fill-column: 80
%%% End: