Search found 7 matches

by paris
Mon Sep 08, 2008 7:38 pm
Forum: Document Classes
Topic: Stdpage: How to install it?
Replies: 4
Views: 3565

Re: Stdpage: How to install it?

Thanks a lot Stefan!

Ouf...

I managed to do it!!!

(an alternative way is to just change the line spacing and the fonts size... You don't get precise number of characters and lines, but is more beautiful).

Thanks guys!

See you.

p.
by paris
Sun Sep 07, 2008 4:01 pm
Forum: Document Classes
Topic: Stdpage: How to install it?
Replies: 4
Views: 3565

Stdpage: How to install it?

It didn't work though... (but I think it was close...)

Actually I had:

Code: Select all

Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package texlive-latex-extra
Thanks a lot, though!

p.
by paris
Sun Sep 07, 2008 3:13 pm
Forum: Document Classes
Topic: Stdpage: How to install it?
Replies: 4
Views: 3565

Stdpage: How to install it?

Hello there!

I would like to use the stdpage package which is destinaded:

For translations, proofreading, journal contributions etc. standard pages are used. Those standard pages consist of a fixed number of lines and characters per line. This package produces pages with n lines of at most m ...
by paris
Wed May 09, 2007 2:40 pm
Forum: General
Topic: Latex mpsupertabular \tabletail problem
Replies: 5
Views: 5395

Re: Latex mpsupertabular \tabletail problem

Cool!!!

It worked!

Thanks!! :lol:
by paris
Tue May 08, 2007 7:53 pm
Forum: General
Topic: Latex mpsupertabular \tabletail problem
Replies: 5
Views: 5395

Re: Latex mpsupertabular \tabletail problem

I will take a closer look to that site...

Thank you.
by paris
Tue May 08, 2007 7:20 pm
Forum: General
Topic: Latex mpsupertabular \tabletail problem
Replies: 5
Views: 5395

Latex mpsupertabular \tabletail problem

Ok, thanks!

here is an example...


\documentclass[a4paper,11pt]{article}

\usepackage{hyperref, array, supertabular, tabulary}
\hypersetup{colorlinks=false}

\author{Wikipedia}

\title{Little Red Riding Hood}


\begin{document}

\maketitle
\tableofcontents


\newpage
%\begin{mpsupertabular}{|r ...
by paris
Tue May 08, 2007 3:59 pm
Forum: General
Topic: Latex mpsupertabular \tabletail problem
Replies: 5
Views: 5395

Latex mpsupertabular \tabletail problem

Hello,

I have used mpsupertabular, and I made this

\tabletail{%
\hline
\multicolumn{2}{|r|}{\small\sl continued on next page}\\
\hline}

in the begining...

Everything goes well, exept the fact that the message "continued on next page" is also at... the last page of the tabular.. :? Can anyone ...