Search found 12 matches

by zer0nimo
Tue Mar 02, 2010 7:08 am
Forum: Graphics, Figures & Tables
Topic: Tabular in \newenvironment should use landscape
Replies: 1
Views: 2876

Tabular in \newenvironment should use landscape

Hi there!

I once again have a problem creating a table in a self-defined table. :(

So this post is somehow related to this one.

Here a little example:

%----------------
\documentclass{article}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{rotating}

%----------------

\newenvironment ...
by zer0nimo
Sun Feb 14, 2010 6:16 pm
Forum: Graphics, Figures & Tables
Topic: Table in table causes bad alignment
Replies: 3
Views: 6173

Re: Table in table causes bad alignment

Thanks to both of you!

The first solution is that simple, that I really should have got it on my own :(

Instead of [t] I've used [h!], what now got clear to me doesn't really make sense!


The second solution is a little bit more elegant and I will use this option for future work. It makes the ...
by zer0nimo
Tue Feb 09, 2010 6:37 pm
Forum: Graphics, Figures & Tables
Topic: Table in table causes bad alignment
Replies: 3
Views: 6173

Table in table causes bad alignment

Hi!

I'm trying to make some nested tabulars but by doing so get a bad alignment. :oops:

I want all cells in the table to be aligned to the top left.

In the example the cell named "BAD!" should be aligned like the others (to the top). The cell named "ugly code" does so, but in an ugly manner ...
by zer0nimo
Thu Dec 17, 2009 5:05 pm
Forum: General
Topic: tabularx inside a newenvironment with hline
Replies: 9
Views: 12340

Re: tabularx inside a newenvironment with hline

GREAT! :o

This is exactly what I need.

And you were right, I wasn't aware off the additional commands. This is very helpful, too.

Thank you very much!!!
by zer0nimo
Wed Dec 16, 2009 1:46 pm
Forum: General
Topic: tabularx inside a newenvironment with hline
Replies: 9
Views: 12340

Re: tabularx inside a newenvironment with hline

Sorry ... but by this post I realized, that exactly the additonally used package "ltablex" may be the problem AND IT IS!

Does somebody know why? May it use an "old" version of tabularx not including the bugfix?

And does somebody know how to handle the probelm? (Updating ltablex, using a different ...
by zer0nimo
Wed Dec 16, 2009 1:40 pm
Forum: General
Topic: tabularx inside a newenvironment with hline
Replies: 9
Views: 12340

tabularx inside a newenvironment with hline

HI!

Perhaps somebody can help me with a similar problem.

I encountered exactly the same problems and found the fix with "\tabularx" and "\endtabularx".

But there is another error-msg:

"\begin{textbox}" on inputline ... ended by "\end{tabularx}"

Does anybody now why this error occures?!?

I ...
by zer0nimo
Thu Oct 22, 2009 2:53 am
Forum: General
Topic: \newwrite to extra folder
Replies: 0
Views: 1682

\newwrite to extra folder

Hello there!

I have a tricky problem concerning \newwrite and cannot figure out WHERE the problem really is.

In my code I use a newwrite writing to an extra folder (see below) what works fine on windows-systems.

...
\newwrite\tableP
\immediate\openout\tableP=tmp/table.csv
...


But on Unix and ...
by zer0nimo
Fri Sep 25, 2009 5:15 pm
Forum: General
Topic: Rounding BEFORE the decimal sign
Replies: 3
Views: 2694

Rounding BEFORE the decimal sign

Sry, I don't really get what you mean ^^

I need to display the numbers in a shorter form in a tabular, where the information is given "all numbers in thousand" ...

Again an example:
  • Inside the LaTeX document I give a number like: 23560
    In the PDF file it should show: 23.6
by zer0nimo
Fri Sep 25, 2009 4:44 pm
Forum: General
Topic: Rounding BEFORE the decimal sign
Replies: 3
Views: 2694

Rounding BEFORE the decimal sign

Hi Folks,

I have a problem creating rounded numbers before the decimal sign ... though I did it once before I can't remember nor figure out, how this works :(

What I want is:


Given Number: 120000
Displayed: 120.0

I'm using \numprint, but can only round after a decimal sign :(

Thank you ...
by zer0nimo
Sat Aug 15, 2009 1:42 pm
Forum: General
Topic: ! No room for a new \write .
Replies: 1
Views: 2502

! No room for a new \write .

Hi Folks!

I encounter a problem while creating a template for a LaTeX based proposal.

I use several write-cmd's inside the template and everything works fine (except i could need more than 16 writes ...)

Now a strange Problem occures ...

My template works fine on windows machines, but don't with ...