Procházet zdrojové kódy

pdf

tags/CANDIDATE
gtheler před 6 roky
rodič
revize
ffde2344b5
2 změnil soubory, kde provedl 12 přidání a 7 odebrání
  1. +5
    -3
      simple.html
  2. +7
    -4
      simple.tex

+ 5
- 3
simple.html Zobrazit soubor

@@ -104,9 +104,11 @@ $if(title)$
$if(hash)$&mdash;<code>$hash$</code>$endif$
</p>
$endif$
<p class="lead"><a href="nafems4.pdf" target="_blank">PDF</a></p>
|
<p class="lead"><a href="nafems4.epub" target="_blank">EPUB</a></p>
<p class="lead">
<a href="nafems4.pdf" target="_blank">PDF</a>
|
<a href="nafems4.epub" target="_blank">EPUB</a>
</p>
$if(abstract)$
<h3 class="text-center">Abstract</h3>
<p class="text-justify">$abstract$</p>

+ 7
- 4
simple.tex Zobrazit soubor

@@ -197,7 +197,7 @@ $endif$
\renewcommand{\headrulewidth}{0.0pt}
\fancyhead[RO]{\slshape \rightmark}
\fancyhead[LE]{\slshape \leftmark}
\fancyfoot[LE,RO]{\scriptsize{$if(date)$ $date$ $endif$ / $if(hash)$ \texttt{$hash$} $endif$}}
\fancyfoot[LE,RO]{\scriptsize{$if(date)$ $date$ $endif$---$if(hash)$ \texttt{$hash$} $endif$}}
\fancyfoot[C]{\thepage}

$if(links-as-notes)$
@@ -274,15 +274,18 @@ $endif$
$if(subtitle)$
\providecommand{\subtitle}[1]{}
\subtitle{$subtitle$}
$endif$
\date{$subtitle$}
\author{}
$else$
\date{$date$}
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$endif$
$if(institute)$
\providecommand{\institute}[1]{}
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
\date{$date$}

\include{syntax}

@@ -307,7 +310,7 @@ $if(colorlinks)$
$endif$
\setcounter{tocdepth}{$toc-depth$}
\tableofcontents
\pagebreak
\newpage
}
$endif$
$if(lot)$

Načítá se…
Zrušit
Uložit