Working on VerticalTimeline, but has an Issue with Longtable on second Page

This commit is contained in:
Simeon "Waldo" Wallrath 2024-08-12 15:38:48 +02:00
parent 1879a8642d
commit 4a071572be
3 changed files with 82 additions and 1 deletions

BIN
TableWithPageBreak/TableWithPageBreak.pdf (Stored with Git LFS)

Binary file not shown.

BIN
VerticalTimeline/VerticalTimeline.pdf (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,78 @@
\documentclass[a4paper, twoside, 11pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[TS1,T1]{fontenc}
\usepackage{fourier, heuristica}
\usepackage{array, booktabs}
\usepackage{graphicx}
\usepackage[x11names,table]{xcolor}
\usepackage{caption}
\usepackage{longtable}
\DeclareCaptionFont{blue}{\color{LightSteelBlue3}}
\newcommand{\foo}{\color{LightSteelBlue3}\makebox[0pt]{\textbullet}\hskip-0.5pt\vrule width 1pt\hspace{\labelsep}}
\begin{document}
\renewcommand\arraystretch{1.4}\arrayrulecolor{LightSteelBlue3}
\begin{longtable}{@{\,}r <{\hskip 2pt} !{\foo} >{\raggedright\arraybackslash}p{0.7\textwidth}}
\caption{Animals}\label{table:example} \\
\toprule
\addlinespace[1.5ex]
1947 & AT and T Bell Labs develop the idea of cellular phonesas dwasd wad wad dwasd w asd wadwa sdwa
\\
September-October 2019 & Xerox Palo Alto Research Centre envisage the 'Dynabook\\
1971 & Busicom 'Handy-LE' Calculator\\
1973 & First mobile handset invented by Martin Cooper\\
1978 & Parker Bros. Merlin Computer Toy\\
1981 & Osborne 1 Portable Computer\\
1982 & Grid Compass 1100 Clamshell Laptop\\
1983 & TRS-80 Model 100 Portable PC\\
1984 & Psion Organiser Handheld Computer\\
1991 & Psion Series 3 Minicomputer\\
1947 & AT and T Bell Labs develop the idea of cellular phonesas dwasd wad wad dwasd w asd wadwa sdwa
\\
September-October 2019 & Xerox Palo Alto Research Centre envisage the 'Dynabook\\
1971 & Busicom 'Handy-LE' Calculator\\
1973 & First mobile handset invented by Martin Cooper\\
1978 & Parker Bros. Merlin Computer Toy\\
1981 & Osborne 1 Portable Computer\\
1982 & Grid Compass 1100 Clamshell Laptop\\
1983 & TRS-80 Model 100 Portable PC\\
1984 & Psion Organiser Handheld Computer\\
1991 & Psion Series 3 Minicomputer\\
1947 & AT and T Bell Labs develop the idea of cellular phonesas dwasd wad wad dwasd w asd wadwa sdwa
\\
September-October 2019 & Xerox Palo Alto Research Centre envisage the 'Dynabook\\
1971 & Busicom 'Handy-LE' Calculator\\
1973 & First mobile handset invented by Martin Cooper\\
1978 & Parker Bros. Merlin Computer Toy\\
1981 & Osborne 1 Portable Computer\\
1982 & Grid Compass 1100 Clamshell Laptop\\
1983 & TRS-80 Model 100 Portable PC\\
1984 & Psion Organiser Handheld Computer\\
1991 & Psion Series 3 Minicomputer\\
1947 & AT and T Bell Labs develop the idea of cellular phonesas dwasd wad wad dwasd w asd wadwa sdwa
\\
September-October 2019 & Xerox Palo Alto Research Centre envisage the 'Dynabook\\
1971 & Busicom 'Handy-LE' Calculator\\
1973 & First mobile handset invented by Martin Cooper\\
1978 & Parker Bros. Merlin Computer Toy\\
1981 & Osborne 1 Portable Computer\\
1982 & Grid Compass 1100 Clamshell Laptop\\
1983 & TRS-80 Model 100 Portable PC\\
1984 & Psion Organiser Handheld Computer\\
1991 & Psion Series 3 Minicomputer\\
1947 & AT and T Bell Labs develop the idea of cellular phonesas dwasd wad wad dwasd w asd wadwa sdwa
\\
\end{longtable}
\end{document}