aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Hinman <lee@writequit.org>2016-09-02 09:08:37 -0600
committerLee Hinman <lee@writequit.org>2016-09-02 09:08:37 -0600
commit4f865a094eaa7e9212e76a74f2d60ba8a0482f84 (patch)
treed13db2418341063b4884504a3d60df08518d1c20
parent36658097a49c0167c0d368c2526f1dacdc188c64 (diff)
downloadox-tufte-4f865a094eaa7e9212e76a74f2d60ba8a0482f84.tar.gz
ox-tufte-4f865a094eaa7e9212e76a74f2d60ba8a0482f84.zip
Add header required
-rw-r--r--README.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.org b/README.org
index c3e886a..731e505 100644
--- a/README.org
+++ b/README.org
@@ -21,6 +21,14 @@ Currently you need to manually install, do something like:
For usage, when exporting simple select "Tufte HTML" instead of regular HTML
export from the export menu (=C-c C-e=).
+It's important that you download [[https://github.com/edwardtufte/tufte-css][tufte css]] and place it on your server (with the
+fonts) and then reference it from your org-mode document by adding a header such
+as:
+
+#+BEGIN_SRC org
+,#+HTML_HEAD: <link rel="stylesheet" href="/css/tufte.css" type="text/css" />
+#+END_SRC
+
* Features
ox-tufte supports *most* of the features from tufte-css, some in different ways