From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7827 Path: main.gmane.org!not-for-mail From: "h+i" Newsgroups: gmane.comp.tex.context Subject: Re: Long tables Date: Wed, 8 May 2002 11:51:11 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3CD9112F.6994.1E2FE0@localhost> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035398271 22652 80.91.224.250 (23 Oct 2002 18:37:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:37:51 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Henning Hraban Ramm Xref: main.gmane.org gmane.comp.tex.context:7827 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7827 Longtable in LaTeX does it. See sample code below (Calc.sty is also used in the sample). ESglobal below is -- if I remember right -- a small eps-picture. Put in a very long text for the dots. Table.tex (the mother for tables in Context) has also a variety for long tables, in the original version is this the option "\BeginTable[u]" (without the "), but does not (AFAIK) help with repeating headers and footers. The placing of these had to found via trial runs. In any case finetuning might be necessary as the lines (text or rules) might not have the same vertical distance, depending of the contents of the cells. Also longtable might not break the table within e.g. an "itemize" (or similar) environment. Henning Heinze ------------------------------- \begin{longtable}{|p{\textwidth-12pt}|}%[c] \hline \usebox{\ESglobal}\ \ \textsc{\textbf{Globale Perspektive}}\addtocounter{table}{-1}\\ \centerline{\textsc{\textbf{Going Global -- wie Marktforscher ihren Kunden folgen}}\rule[-2ex]{0ex}{5ex}}\\ \endfirsthead \hline \centerline{\footnotesize{\textsc{Going Global -- wie Marktforscher ihren Kunden folgen} (Fortsetzung)}}\\ \endhead \multicolumn{1}{|r|}{\footnotesize Fortsetzung auf der n"achsten Seite}\\ \hline \endfoot \footnotesize\setlength{\baselineskip}{0pt}\textit{Quellen}: David Reed, ,,LifestyleData: Desperately Seeking a Lifestyle Data Currency,`` Precision Marketing, 20.\,Oktober 1997. \texttt {http://www.experian.com/}, \texttt {http://www.wigeogis.at/, http://www.caci.co.uk/} \\ \hline \endlastfoot Nicht nur die Hersteller von Produkten............................................. Einwohnern nicht mehr, und man zog sich aus dem Markt zur"uck.\\ \rule{0ex}{3ex}\textbf{Einfach zum Nachdenken:} \begin{itemize}\setlength{\itemsep}{0pt} \setlength{\topsep}{0pt} \setlength{\parskip}{0pt} \setlength{\partopsep}{0pt} \item Ist es f"ur Unternehmen im Dienstleistungssektor schwieriger zu internationalisieren als f"ur jene im Investitionsg"uterbereich? Wie w"urden Sie diese Frage vor dem Hintergrund der Erfahrungen von Experian beantworten? \item Warum haben Informationen "uber den Lebensstil von Konsumenten, alleine oder in Kombination mit Konsumgewohnheiten oder geographischen Daten, eine derartige Bedeutung f"ur Konsumg"uterhersteller? \end{itemize} \end{longtable} > Ahoi! > > I know there's a possibility to set long (several pages) tables with buffers > and \splitbuffer (or \splittable?) > Hans told me "long time ago", but I can't find it anymore. > > I could simply use tabulate, but I need headers and footers on every page. > > Grüßlis vom Hraban! > -- > http://www.fiee.net/texnique/ > ---