File tree Expand file tree Collapse file tree 3 files changed +45
-20
lines changed Expand file tree Collapse file tree 3 files changed +45
-20
lines changed Original file line number Diff line number Diff line change 425
425
\fi
426
426
427
427
\begin {document }
428
- \maketitle
428
+ \begin {titlepage }
429
+ \makeatletter
430
+ \begin {center }
431
+ \includesvg [inkscapearea=page,width=0.5\textwidth ]{files/Logo.svg}
432
+ \end {center }
433
+ \vspace {1cm}
434
+ \begin {center }
435
+ \Huge \textbf {\@title }
436
+ \end {center }
437
+ \begin {center }
438
+ \LARGE Demonstrating the Power of Markdown with Pandoc
439
+ \end {center }
440
+ \vspace {1cm}
441
+ \begin {center }
442
+ \textbf {Gabriel Nützi } \\ \& \\ \textbf {The Community }
443
+ \end {center }
444
+ \begin {center }
445
+ \@date
446
+ \end {center }
447
+ \begin {center }
448
+ \vfill
449
+ Zürich, Switzerland
450
+ \vspace {1cm}
451
+ \end {center }
452
+ \makeatother
453
+ \end {titlepage }
429
454
\begin {abstract }
430
455
This is a setup demonstrating the power and use of markdown for
431
456
technical documents by using a fully automated conversion sequence with
Original file line number Diff line number Diff line change 457
457
\frontmatter
458
458
$ endif$
459
459
$ if(title)$
460
- $ if(beamer)$
461
- \frame {\titlepage }
462
- $ else$
463
- \maketitle
464
- $ endif$
460
+ $ -- $ if(beamer)$
461
+ $ -- \frame {\titlepage }
462
+ $ -- $ else$
463
+ $ { Title.tex() }
464
+ $ -- $ endif$
465
465
$ if(abstract)$
466
466
\begin {abstract}
467
467
$ abstract$
520
520
\renewcommand\refname {$ biblio-title$ }
521
521
$ endif$
522
522
$ endif$
523
- $ if(beamer)$
524
- \begin {frame }[allowframebreaks]{$ biblio-title$ }
525
- \bibliographytrue
526
- $ endif$
523
+ $ -- $ if(beamer)$
524
+ $ -- \begin {frame}[allowframebreaks]{$ biblio-title$ }
525
+ $ -- \bibliographytrue
526
+ $ -- $ endif$
527
527
\bibliography {$ for(bibliography)$ $ bibliography$ $ sep$ ,$ endfor$ }
528
- $ if(beamer)$
529
- \end {frame }
530
- $ endif$
528
+ $ -- $ if(beamer)$
529
+ $ -- \end {frame}
530
+ $ -- $ endif$
531
531
532
532
$ endif$
533
533
$ endif$
534
534
$ if(biblatex)$
535
- $ if(beamer)$
536
- \begin {frame }[allowframebreaks]{$ biblio-title$ }
537
- \bibliographytrue
538
- \printbibliography [heading=none]
539
- \end {frame }
540
- $ else$
535
+ $ -- $ if(beamer)$
536
+ $ -- \begin {frame }[allowframebreaks]{$ biblio-title$ }
537
+ $ -- \bibliographytrue
538
+ $ -- \printbibliography [heading=none]
539
+ $ -- \end {frame}
540
+ $ -- $ else$
541
541
\printbibliography $ if(biblio-title)$ [title=$ biblio-title$ ]$ endif$
542
- $ endif$
542
+ $ -- $ endif$
543
543
544
544
$ endif$
545
545
$ for(include-after)$
You can’t perform that action at this time.
0 commit comments