Search found 14 matches

by luis
Mon Aug 26, 2013 10:13 am
Forum: Graphics, Figures & Tables
Topic: Error using siunitx
Replies: 2
Views: 5718

Re: Error using siunitx

Thanks cgnieder, indeed I was using Tex Live 2009, an outdated version that is still bundled with Ubuntu 12.04.
by luis
Fri Aug 23, 2013 2:17 pm
Forum: Graphics, Figures & Tables
Topic: Error using siunitx
Replies: 2
Views: 5718

Error using siunitx

Dear all,

I'm trying to align numbers in a table using siunitx . With this small example:

\documentclass{article}

\usepackage{siunitx}

\begin{document}
\begin{tabular}{S[table-format=3.2]}% syntax for siunitx v2; for v1 use "tabformat"
555 \\
7.77 \\
99.9
\end{tabular}

\end{document}

I'm ...
by luis
Sat Feb 02, 2013 1:52 pm
Forum: Graphics, Figures & Tables
Topic: Alter Table Caption Prefix
Replies: 9
Views: 77414

Alter Table Caption Prefix

Hello everyone, thank you for the replies.

First on this comment:

At the moment I can't comprehend why you insist on altering the table caption prefix. Obviously you need something that you can label as listing. So it would be much smarter to create a new floating object or use a package that ...
by luis
Wed Jan 30, 2013 11:00 pm
Forum: Graphics, Figures & Tables
Topic: Alter Table Caption Prefix
Replies: 9
Views: 77414

Alter Table Caption Prefix

Hi localghot and sommerfee, thank you for replying. My comments go below.

Why? Give a minimal example where these packages fail.

I don't know where they fail, but I couldn't find examples where these packages are used to substitute a table caption prefix.

What do you mean by "doesn't compile ...
by luis
Sat Jan 26, 2013 7:12 pm
Forum: Graphics, Figures & Tables
Topic: Alter Table Caption Prefix
Replies: 9
Views: 77414

Alter Table Caption Prefix

Hi Thorsten,

Neither listings (which I already tried) nor minted seem to apply in this case. I tried newfloat , but unfortunately the document doesn't compile if add the package command. As for floatrow its manual has over 100 pages and so far I haven't found an example where the float element ...
by luis
Sat Jan 26, 2013 1:21 pm
Forum: Graphics, Figures & Tables
Topic: Alter Table Caption Prefix
Replies: 9
Views: 77414

Alter Table Caption Prefix

Hello everyone,

I'd like to change the caption prefix of a table, e.g. like this.
\begin{table}
\caption{A caption}
\end{table}
This results in something like this.
Table I: A caption
And I'd like to change it to this.
Listing I: A caption
I tried using the \tablename command, but it has no ...
by luis
Thu Oct 25, 2012 4:17 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography with Database File in SVN remote Repository
Replies: 1
Views: 1984

Bibliography with Database File in SVN remote Repository

Dear all,

I work in a research group were at any moment in time we have several authors writing several different documents collaboratively. We have an SVN server that orchestrates it all and things run smoothly. The issue is that when we have several documents on the same topic we end up having ...
by luis
Thu Jun 17, 2010 10:13 am
Forum: Texmaker and TeXstudio
Topic: Character encoding on Ubuntu
Replies: 3
Views: 6786

Re: Character encoding on Ubuntu

That did it frabjous, thank you.

Could you explain the difference between "utf8" and "utf8x"?

Best,

Luís
by luis
Wed Jun 16, 2010 3:04 pm
Forum: Texmaker and TeXstudio
Topic: Character encoding on Ubuntu
Replies: 3
Views: 6786

Character encoding on Ubuntu

Hello everyone,

I'm trying to create a document in portuguese with Texmaker 1.9.2 on Ubuntu 9.10. The document header is as follows:

\documentclass[10pt,a4paper,notitlepage, portugues]{report}
\usepackage[latin1]{inputenc}
\usepackage[portuges]{babel}

Texmaker is configured to use the system's ...
by luis
Thu Dec 31, 2009 5:49 pm
Forum: Graphics, Figures & Tables
Topic: Trouble with pdfTeX
Replies: 9
Views: 5103

Trouble with pdfTeX

Decide which compiler engine to use in dependence on the desired format of the final output.
Ok, so I decide to go with pdflatex. How do I avoid the isolation of figures in a single page, just as the dummy example shows?

Thank you.