Search found 93 matches

by balfonsi
Sat Jan 12, 2008 1:03 am
Forum: General
Topic: Trouble with \newcommand
Replies: 7
Views: 5854

Re: Trouble with \newcommand

It didn't work because a pair of brackets was missing. The exact syntax is:
\newcommand{\ans}[1]{\underline{\underline{#1}}}
by balfonsi
Thu Jan 10, 2008 9:57 pm
Forum: General
Topic: tabular x and multirow
Replies: 2
Views: 3457

Re: tabular x and multirow

I'm not sure I understand very well what you require, but notice that \multirow{n}{*}{fiddledeedee} adapts the width of your multirow cell to the natural width of its contents. Is that what you want to do?

B.A.
by balfonsi
Thu Jan 10, 2008 9:54 pm
Forum: General
Topic: How to amalgamate commands?
Replies: 13
Views: 9286

Re: How to amalgamate commands?

If it's only for single characters you just have to type \textbf A (without brackets}, \textbf B and so on.

B.A.
by balfonsi
Wed Jan 09, 2008 4:51 pm
Forum: General
Topic: multiple choice questions
Replies: 3
Views: 4356

Re: multiple choice questions

With the paralist or shortlst packages. The first one has an inparaenumerate environment, the second a runenumerate one.

B.A.
by balfonsi
Wed Jan 09, 2008 1:10 am
Forum: General
Topic: Install Packages on Mac
Replies: 3
Views: 6457

Re: Install Packages on Mac

No. Every file used by latex must be in directory searched by tex at compiling time and there is a strict organisation called TDS (TeX Directory Structure). So your file should be, not only in ...\texmf, but in ...\texmf\latex\packagename\, or or, if it consists of a single file, grouped with other ...
by balfonsi
Tue Jan 08, 2008 10:15 pm
Forum: General
Topic: Using a BIB file in a different directory
Replies: 5
Views: 8603

Re: Using a BIB file in a different directory

I know how to implement (I think) under MiKTeX. Do you use this distribution? You also may add C:\bibfile to the path. Which editor do you use? It might be more or less simple for me, according to the one you use.

BIBINPUTS can be specified in System Properties->'Advanced' tab -> 'Environment ...
by balfonsi
Tue Jan 08, 2008 1:46 am
Forum: General
Topic: Using a BIB file in a different directory
Replies: 5
Views: 8603

Re: Using a BIB file in a different directory

I see two possibilities: 1) launch bibtex with a switch: --enable-directory=... 2) there is an environment variable used by bibtex: BIBINPUTS qui contains extra paths fo fonding bib files.Specify your path in either way. All this corresponds to the MiKTeX distribution, but there must be the ...
by balfonsi
Mon Jan 07, 2008 9:58 am
Forum: MiKTeX and proTeXt
Topic: using caption package
Replies: 15
Views: 18287

Re: using caption package

Why do you need the minipage environment? Use subfloat, from subfig package, instead. You'll obtain your (sub)captions.

Regards,
B.A.
by balfonsi
Sat Jan 05, 2008 11:38 pm
Forum: General
Topic: output .pdf/.dvi problem
Replies: 1
Views: 2046

Re: output .pdf/.dvi problem

Convert your eps to pdf with eps2pdf... Btw, you don't have to specify the extension: with pdfoutput=1, the compiler will choose figure1.pdf, and with pdfoutput=0, it will choose figure1.eps. Also, you don't have to give the width or height of your figure, if the bounding box is correct, unless you ...
by balfonsi
Sat Dec 22, 2007 5:44 pm
Forum: MiKTeX and proTeXt
Topic: mbboard not working under MikTeX
Replies: 9
Views: 8769

Re: mbboard not working under MikTeX

Two questions: 1) what is your preamble? 2) where exactly did you put the tfm's?

I tried to compile mbbtest.tex (with plain TeX) in the distribution, and it worked perfectly. You should give it a try and look at the log.

B.A.