summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mmap/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/mmap/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/mmap/README')
-rw-r--r--macros/latex/contrib/mmap/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/mmap/README b/macros/latex/contrib/mmap/README
new file mode 100644
index 0000000000..24e9be68c5
--- /dev/null
+++ b/macros/latex/contrib/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
+