Difference between revisions of "Cont-sys.tex"

From Wiki
Jump to navigation Jump to search
(small hint to texmf.cnf)
(added hint about typescripts)
Line 5: Line 5:
 
Here you can set up all your options that you want to be valid for ''all'' projects.
 
Here you can set up all your options that you want to be valid for ''all'' projects.
  
There are some settings on fonts, [[Metapost]]/[[MetaFun]]; most options are documented in the file itself.
+
There are some settings on [[Fonts]], [[Metapost]]/[[MetaFun]]; most options are documented in the file itself.
  
 
<pre>
 
<pre>
Line 11: Line 11:
 
% (makes sense if you use a lot of different fonts)
 
% (makes sense if you use a lot of different fonts)
 
\autoloadmapfilestrue
 
\autoloadmapfilestrue
\usetypescript [map] [default,\defaultencoding]
+
\resetmapfiles
 +
%\usetypescript [map] [default,\defaultencoding]
  
 
% runtime processing of MetaPost
 
% runtime processing of MetaPost
Line 25: Line 26:
 
\protectbufferstrue
 
\protectbufferstrue
 
</pre>
 
</pre>
 +
 +
For me, typescripts only work if I uncomment <tt>\autoloadmapfilestrue</tt> and <tt>\resetmapfiles</tt> --[[User:Hraban|Hraban]] 21:41, 23 Aug 2004 (CEST)

Revision as of 19:43, 23 August 2004

< Installation hints

This file lives in (mytexmf/)tex/user/, you must copy it first time from cont-sys.rme.

Here you can set up all your options that you want to be valid for all projects.

There are some settings on Fonts, Metapost/MetaFun; most options are documented in the file itself.

% load font maps for pdfTeX automatically
% (makes sense if you use a lot of different fonts)
\autoloadmapfilestrue
\resetmapfiles
%\usetypescript [map] [default,\defaultencoding]

% runtime processing of MetaPost
% 
% for the next two, you need write18 enabled in texmf.cnf
%
\runMPgraphicstrue
\runMPTEXgraphicstrue

\recycleMPslotstrue
% use MetaFun
\useMETAFUNformattrue
\protectbufferstrue

For me, typescripts only work if I uncomment \autoloadmapfilestrue and \resetmapfiles --Hraban 21:41, 23 Aug 2004 (CEST)