Questions tagged [cfg]
The cfg tag has no usage guidance.
7 questions
0
votes
0
answers
204
views
ETbb font package not working (missing TFM & CFG files)
When trying to compile (even the simplest) documents using the ETbb package, e.g.:
\documentclass{article}
\usepackage{ETbb}
\begin{document}
Test.
\end{document}
I get errors involving missing ...
1
vote
2
answers
190
views
Cannot write into updmap.cfg?
I'm following the steps outlined here, I did:
mkdir otf
cp /Applications/Adobe\ Reader.app/Contents/Resources/Resource/Font/MinionPro*.otf otf
./scripts/makeall MinionPro
sudo ./scripts/install $(...
0
votes
1
answer
159
views
Example of "babel-\[email protected]" i.e. "babel-*.cfg"? Typical content? Where do I have to store "babel-latex.cfg" so "kpsewhich" can find it?
An e-TeX generated with Jim Fowler's WEB/TeX Pascal to WebAssembly Compiler web2js should dump a LaTeX format from latex.ltx and stumbles over the babel-latex.cfg, see ShreevatsaR's instructions to ...
0
votes
0
answers
587
views
Writing config.cfg for htlatex
I wish to write my own config.cfg file (used by htlatex to convert .tex to html) that uses my custom defined header/footer, frames and background.
2
votes
1
answer
445
views
Adding additional arrows in the Control Flow Graph using tikz
I'm a newbie on tikz and wanted to draw some additional arrows on the Control Flow Graph (shown via thick arrows) using tikz. For some part of the graph I may want to show just the black thick arrow ...
2
votes
1
answer
507
views
Can we simplify the \Configure coding in CFG file in tex4ht
I m new to tex and using tex4ht conversion with a ".cfg" file. In that I need to configure more than 600 elements. Hence I need to add for all the 600 elements in cfg.
Example:
sample.tex:
\...
4
votes
2
answers
398
views
.css generation from .cls file not from the .cfg file
Is this possible to generate the .css file based on the customized .cls file not from config file (i.e. \Css {}).
e.g., environment quote was defined in my class file as:
\newenvironment{quote}%
...