]> git.madduck.net Git - etc/texmf.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add texmf zsh exports
authormartin f. krafft <madduck@madduck.net>
Tue, 2 May 2017 11:16:51 +0000 (13:16 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 2 May 2017 11:17:01 +0000 (13:17 +0200)
.texmf/tex/latex/vertrag.sty
.zsh/zshenv/parts.d/50-texmf [new file with mode: 0644]

index 029b0e0432b1b07094a8b5a10a0d264dedce83be..a5cc89f622105bcdb1cd3ebefd1897b9321b5e81 100644 (file)
@@ -22,7 +22,6 @@
 \setkeys{contract}{preskip=2\parskip, postskip=\parskip}
 
 \addtokomafont{title}{\rmfamily}
-\addtokomafont{contract.Paragraph}{\rmfamily}
 
 \newenvironment{Vertrag}[3]
 {%
diff --git a/.zsh/zshenv/parts.d/50-texmf b/.zsh/zshenv/parts.d/50-texmf
new file mode 100644 (file)
index 0000000..8109661
--- /dev/null
@@ -0,0 +1,15 @@
+# zshenv/80_texmf
+#
+# set a number of default variables related to texmf
+#
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: http://git.madduck.net/v/etc/zsh.git
+#
+
+export TEXMFHOME=$HOME/.texmf
+export TEXMFCONFIG=$TEXMFHOME
+export TEXMFVAR=$VARDIR/texmf
+
+# vim:ft=zsh