Christopher Creutzig wrote:
Hans Hagen wrote:

\def\loadmapline
  {\dodoubleempty\loadmapline}

\def\loadmapline[#1][#2]%
  {\loadallfontmapfiles % ! ! !
   \doloadmapline{#1}{#2}}


I'd be surprised if that worked. The second \def overwrites the first.

it did when i tested it with two args -)

\def\loadmapline
  {\dodoubleempty\dodoloadmapline}

\def\dodoloadmapline[#1][#2]%
  {\loadallfontmapfiles % ! ! !
   \doloadmapline{#1}{#2}} % special

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to