diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-10 00:23:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-10 00:23:37 +0000 |
commit | d1b9ac95c80378c820fbc31a4a35f5a0ab0ee043 (patch) | |
tree | d68df838a1ad767cca43131fea889cbbc6634f19 /Master/texmf-dist/doc | |
parent | b7e77eb3f3d47d21ea293b7b0144d80de3d30708 (diff) |
new latex package mmap
git-svn-id: svn://tug.org/texlive/trunk@9410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/mmap/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mmap/README b/Master/texmf-dist/doc/latex/mmap/README new file mode 100644 index 00000000000..24e9be68c52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mmap/README @@ -0,0 +1,42 @@ +LaTeX package: mmap.sty -- CMAP support for math in PDF + +Copyright (c) 2008 Ross Moore <ross@maths.mq.edu.au> + + mmap package -- include CMap resources for math symbols into PDF + to make "search" and "copy-n-paste" functions work properly + + -m.cmap CMap uses ascii strings for the macro-names + .cmap CMap uses the Unicode code-point of the symbols + +You may distribute and/or modify this program under the terms of LPPL +the program consists of mmap.sty and .cmap files: + + {t1,lmr,ly1,oml,oms,omx,ot1,ulasy,umsa,umsb,ueuf,upsy,upzd}.cmap + {oml{b,m}it,omsb,ot1{rbxit,rbxn,rmit,rmn,ssbxn,ssmn,ttmn}}.cmap + + {t1,oml,oms,omx,ot1,ueuf,ueufb,ulasy,umsa,umsb,upsy,upzd}-m.cmap + {oml{b,m}it,omsb,ot1{rbxit,rbxn,rmit,rmn,ssbxn,ssmn,ttmn}}-m.cmap + +Usage: + put \usepackage{mmap} to load CMAP resources from -m.cmap files. + Or put \usepackage[noTeX]{mmap} to load CMAP resources from .cmap files. + Or put \usepackage[useTeX]{mmap} to load CMAP resources from -m.cmap files. + +IMPORTANT: place this immediately after the \documentclass line + to ensure that all fonts are checked for appropriate resources. + +TODO: + add *.cmap files for other font encodings (contributions are welcome): + TS1, OT2, IL2, ... + support dvips? +_________________________________________________________________________ + +Now there's another way to convert from LaTeX to Word. +Simply copy/paste from the PDF, then adjust super-/sub-scripts, +fractions, etc. +_________________________________________________________________________ + +Cheers, + + Ross + |