added font setup info
authorEva Seidl <eva@booksinthefridge.at>
Sun, 22 Dec 2013 13:40:23 +0000 (14:40 +0100)
committerEva Seidl <eva@booksinthefridge.at>
Sun, 22 Dec 2013 13:40:23 +0000 (14:40 +0100)
fontSetup.md [new file with mode: 0644]

diff --git a/fontSetup.md b/fontSetup.md
new file mode 100644 (file)
index 0000000..11fc567
--- /dev/null
@@ -0,0 +1,10 @@
+# Font Setup
+
+============
+
+## Installing Open Sans
+
+1. Find your texmf directory: `kpsewhich -var-value TEXMFHOME`
+2. Copy the font files from the fonts directory in the repository to your texmf folder.
+3. Run `mktexlsr` to refresh the file name database and make TEX aware of the new files.
+4. Run `updmap --enable Map=opensans.map` to make Dvips, dvipdf and pdfTEX aware of the new fonts.
\ No newline at end of file