diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-17 22:27:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-17 22:27:27 +0000 |
commit | eca54d094ad6b9f8ace98afdd131707d273077c5 (patch) | |
tree | 569a6a20248d11ff13f682f43513afb563a429df /Master/texmf-dist/doc/context | |
parent | f6c7a2fb301ff5f5080cafe2e2aebf262cbe66a3 (diff) |
new context package context-typescripts (16jun09)
git-svn-id: svn://tug.org/texlive/trunk@13791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r-- | Master/texmf-dist/doc/context/third/typescripts/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/typescripts/README b/Master/texmf-dist/doc/context/third/typescripts/README new file mode 100644 index 00000000000..f8ba5f66b26 --- /dev/null +++ b/Master/texmf-dist/doc/context/third/typescripts/README @@ -0,0 +1,37 @@ +Wolfgang wrote this in http://news.gmane.org/find-root.php?message_id=%3cloom.20090331T223114%2d61%40post.gmane.org%3e + + +== Installing Typescripts == + +Put the typescript in + +texmf-local/tex/context/third/typescrips/ + +or in the current directory. + + +== Updating Typescripts == + + + +== Installing Fonts == + +Put the fonts in + +~/.fonts/ + +or in the current directory. + + +== Usage == + +\usetypescriptfile[type-...] % load the typescript file +\usetypescript[...] % load the typescript +\setupbodyfont[...] + + +== Example == + +\usetypescriptfile[type-asana] +\usetypescript[asana] +\setupbodyfont[asana,11pt] |