summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jumplines/jumplines_example.tex
blob: 7e49064c6bb3b489ba6680bd8c9481933797e9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[12pt,a4paper,twocolumn]{article}


\usepackage{graphicx}%
\usepackage{blindtext}%
\usepackage{jumplines}

\usepackage{hyperref}


\begin{document}

\listofarticle
\listofcontarticle

\clearpage


\JumplineArticle[TeaserHeight=2.25in,ArticleHeadline={Breaking News}]{%
  \Large\textbf{Nothing special on the dark side of the moon}\par
  \begin{center}\includegraphics[scale=0.3]{example-image-a}\end{center}\par
  \begin{tabular}{|c|c|}
    Hello & World\tabularnewline
    World & Hello \tabularnewline
  \end{tabular}

  \blindtext[2]
}
%
\JumplineArticle[TeaserHeight=2in,ArticleAuthor={Gandalf},ContinuedOnTopskip=1cm,ContinuedOnBottomskip=2cm,TeaserHeaderContent={A short article}]{\color{red}{\blindtext[10]}}%
\JumplineArticle[TeaserHeight=2in,ContinuedArticleHeaderContent={More information}]{\textcolor{blue}{\blindtext[1]\textcolor{Green}{Showing}\blindtext[2]}}%
\JumplineArticle[TeaserHeight=3in,ArticleHeadline={\Huge Breaking News}]{\Huge \sffamily The World is a Globe\par\begin{center}\includegraphics[scale=0.3]{example-image-b}\end{center}\par
  {\color{violet}{\( E = mc^2\)}}}%
\JumplineArticle[TeaserHeight=2in]{{{\color{brown}{\blindtext[10]}}}}%
\JumplineArticle[TeaserHeight=8in]{\textcolor{blue}{\blindtext[10]}}%
\JumplineArticle[TeaserHeight=2in]{\textcolor{Goldenrod}{\blindtext[10]}}%
\JumplineArticle[TeaserHeight=2in,ArticleAuthor={\textcolor{violet}{Some guy from the LaTeX3 - team}}]{\Huge \begin{center}\includegraphics[scale=0.2]{example-image-c}\end{center} \centering "I can't wait for \LaTeX3"}




\clearpage


\ShipoutArticleTeasers%
\clearpage

\ShipoutArticleHangingArticles%

\end{document}