Skip to main content

Questions tagged [cfg]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
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 ...
Peter's user avatar
  • 998
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 $(...
FooBar's user avatar
  • 1,015
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 ...
CarpeDiemKopi's user avatar
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.
neutrino's user avatar
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 ...
user142192's user avatar
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: \...
christober C's user avatar
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}% ...
MadyYuvi's user avatar
  • 15.2k