Search found 8 matches

by evlabiba
Sun Mar 15, 2009 3:23 pm
Forum: Page Layout
Topic: Landscape-Portrait Switch
Replies: 1
Views: 2433

Landscape-Portrait Switch

Hello,

I have a wide table that has to be placed horizontally. It fits the whole page (a4)
How do I switch from Portrait to Landscape within a document, using the geometry package?

No doubt the question has already been asked...
Thanks
by evlabiba
Thu Mar 12, 2009 6:30 pm
Forum: General
Topic: \hline errors
Replies: 1
Views: 24472

\hline errors

Hello
Why do I get a "Misplaced \noalign" error message when I use \hline outside the tabular environment?

Code: Select all

\begin{document}
  \hline
  Hello, \TeX{}-perts!
  \hline
\end{document}
I'm a MikTeX 2.7 user.

Thx.
by evlabiba
Wed Feb 18, 2009 9:30 pm
Forum: MiKTeX and proTeXt
Topic: MikTeX 2.7 and Tikz
Replies: 0
Views: 2607

MikTeX 2.7 and Tikz

I wanted and still want to try Tikz with MikTeX 2.7.
But it seems MikTeX doesn't not automatically install the package when reading:
\usepackage{tikz}
Up to now, I had no problems installing new packages...
Thx to you all.
by evlabiba
Sat Feb 07, 2009 4:21 pm
Forum: Fonts & Character Sets
Topic: documentclass and font size
Replies: 5
Views: 29107

Re: documentclass and font size

O.K. I tried again. There is a difference between 10pt and 12pt but not between 12 and other sizes : 14pt, 16pt...
I guess I need a package for larger sizes.
Thanks again.
by evlabiba
Fri Feb 06, 2009 3:04 pm
Forum: Fonts & Character Sets
Topic: documentclass and font size
Replies: 5
Views: 29107

documentclass and font size

For beginners...
Whether I type this :
\documentclass[a4paper,10pt,oneside]{article}
or that:
\documentclass[a4paper,12pt,oneside]{article}
the font-size doesn't change.
Why?
As you can see, people can have problems with the very first line of their documents...
Thank you.
by evlabiba
Tue Nov 18, 2008 8:49 pm
Forum: General
Topic: Automatic numbering of cells in a table
Replies: 1
Views: 1575

Automatic numbering of cells in a table

Hello everybody,

How can I generate an automatic numbering of the first column cells in a table?
Writing them 'by hand' is a non sense. I've done it but I swear not to do it ever again!

Thanks.
by evlabiba
Sun Nov 16, 2008 5:56 pm
Forum: General
Topic: CR in a table cell
Replies: 3
Views: 2914

Re: CR in a table cell

Thx!
I naïvely thought "\\" and "\newline" were synonyms.
Ciao.
by evlabiba
Sat Nov 15, 2008 6:21 pm
Forum: General
Topic: CR in a table cell
Replies: 3
Views: 2914

CR in a table cell

How do I force a Carriage Return in a table cell?
Thanks to you all.