summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-05 20:49:13 +0000
committerKarl Berry <karl@freefriends.org>2019-10-05 20:49:13 +0000
commit7231d49bcafc5733408aa9592f44bfe5a35c10e2 (patch)
tree4f3b8999fc56cfc633b0de3249d22c4311f6b8a5 /Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
parentfd3f07fb7823629298e24465fb201600bf70f608 (diff)
mcf2graph
git-svn-id: svn://tug.org/texlive/trunk@52292 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex')
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
index 5e26c477d72..41548467ebf 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Example of MCF typeset by LaTeX mcf_examples.tex by A.Yamaji 2019.05.26
+% Example of MCF typeset by LaTeX mcf_examples.tex by A.Yamaji 2019.10.05
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper]{article}
\usepackage{graphicx}
@@ -38,15 +38,16 @@
\def\@fst@param#1:#2;{#1}\def\@sec@param#1:#2;{#2}%
\def\@stru#1[#2]{\font\@strufont=#1\relax\hbox{\@strufont\char#2}}%
%-------------------------------------------------------------------------------
+\font\labelM=cmtt8 at 6pt%
\def\put@char{%
\unitlength=0.01mm\relax \@tempcnta=3300\relax \@tempcntb=3750\relax%
\begin{picture}(\@tempcntb,\@tempcnta)%
\advance\@tempcnta -300\relax%
\put(20,\@tempcnta){\footnotesize\bf [\the\fontnum] \MOLnameE}%
\advance\@tempcnta -250\relax%
- \put(20,\@tempcnta){\tiny\tt MW:\CALmw { / }FM:\CALfm}%
+ \put(20,\@tempcnta){\labelM MW:\CALmw { / }FM:\CALfm}%
\advance\@tempcnta -220\relax%
- \put(20,\@tempcnta){\tiny\tt MW:\MOLmw(data)}%
+ \put(20,\@tempcnta){\labelM MW:\MOLmw(data)}%
\put( 0,0){\makebox(\@tempcntb,\@tempcnta){\@stru{\MOLfile}[\MOLchar]}}%
\end{picture}%
}