Search found 5 matches

by dabd
Tue Jun 21, 2011 2:03 pm
Forum: Graphics, Figures & Tables
Topic: multirow | Problem with Alignment
Replies: 2
Views: 3430

multirow | Problem with Alignment

Hi there,

My solution is not the perfect one, since it is not automatic. I would say it is a bit more of a workaround than a solution.

When declaring your multirow, use the fixup option. The fixup is a length used for fine tuning: The text will be raised (or lowered, if fixup is negative) by that ...
by dabd
Thu Jun 16, 2011 5:04 pm
Forum: Graphics, Figures & Tables
Topic: multirow | Problem with Alignment
Replies: 2
Views: 3430

multirow | Problem with Alignment

Hi,

I am trying to create a table with some long urls like this:


\begin{table}[tp] %
\label{table2}\centering %
\begin{tabular}{p{2cm}p{6cm}p{5cm}}
% \toprule %
\toprule
Col1 & Col2 & Col3 \\\toprule
Some text & \url{http://someurl} & Some text. \\\midrule
\multirow{2}{*}{Some common text ...
by dabd
Fri Jun 25, 2010 12:43 pm
Forum: BibTeX, biblatex and biber
Topic: Single bibtex file for all documents
Replies: 1
Views: 1684

Single bibtex file for all documents

Is it possible to have a single bibtex database that is used for all documents, and instruct LaTex to include only the cited references from that database, and ignore the other references.
It would be similar to what the \nocite{*} command does, except that it would include only the cited references ...
by dabd
Wed Mar 04, 2009 8:24 pm
Forum: Math & Science
Topic: typesetting algorithms
Replies: 4
Views: 3629

typesetting algorithms

Ok. Sorry about that I didn't know which forum was the best for this question.
Thanks.

An answer has already been given in the other forum you posted to [1]. We would appreciate if you mention this because it prevents others from wasting time caused by double efforts.

[1] CQF.info :: View topic ...
by dabd
Wed Mar 04, 2009 5:53 pm
Forum: Math & Science
Topic: typesetting algorithms
Replies: 4
Views: 3629

typesetting algorithms

Hi,

I'm using the clrscode package to typeset algorithms but I can't figure how to put a frame around an algorithm. I tried \framebox around \codebox but it doesn't work.

Thanks.