Search found 3 matches

by piticu
Sun Aug 31, 2008 1:06 pm
Forum: MiKTeX and proTeXt
Topic: Some typical problem using LaTeX
Replies: 6
Views: 5155

Some typical problem using LaTeX

booktabs is compatible with tabularx.
The *.fd files should go in the same place as the *. sty files, inside the latex folder. For a general guideline about what/where to put files you may read the TeX Directory Structure document.
by piticu
Sun Aug 31, 2008 12:59 pm
Forum: MiKTeX and proTeXt
Topic: updating updmap.cfg
Replies: 1
Views: 9044

updating updmap.cfg

I'm trying to install some fonts (cbgreek-full). In the documentation it tells me to… Which documentation? The MikTeX help says to
For example, follow these steps if you want to add an entry for the font map file xyz.map: Run initexmf --edit-config-file updmap .
Insert the following line at the ...
by piticu
Mon Aug 04, 2008 9:02 am
Forum: General
Topic: Table horizonal line but not \hline
Replies: 7
Views: 14308

Table horizonal line but not \hline

Ted wrote:
Stefan_K wrote:use \cline
The booktabs package is a nice alternative too.
Strongly suggest the booktab package too.
Eenzc wrote:I don't understand where to apply this, putting it below \cline{4-9} does nothing.
The preamble of your document will be a nice spot for that command.