summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-06 01:00:40 +0000
committerKarl Berry <karl@freefriends.org>2016-03-06 01:00:40 +0000
commitdecf15de43d216e512ad6f7bfd7e803655a2e407 (patch)
tree1c20198b6fcc926c856dd53e73f5a3aad7c04883 /Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
parent595da194c5b1e8f3ccb476f24723ee45070d1956 (diff)
mcf2graph (5mar16)
git-svn-id: svn://tug.org/texlive/trunk@39945 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.tex8
1 files changed, 2 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex
index 74100ffce45..5520b2c7291 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 2016.2.06
+% Example of MCF typeset by LaTeX mcf_examples.tex by A.Yamaji 2016.2.27
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper]{article}
\usepackage{graphicx}
@@ -47,11 +47,7 @@
\ifnum\tnum=5 \\ \tnum=0\relax \fi%
}
%-------------------------------------------------------------------------------
-\def\INFO#1{%
- \edef\MOLnameE{}%
- \@tfor\@temp:=#1\do{\mol@sel{\@temp}}%
- \put@char%
-}%
+\def\INFO#1{\@tfor\@temp:=#1\do{\mol@sel\@temp}\put@char}%
%-------------------------------------------------------------------------------
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%