Sha256: 1173f096d85e6f662278ea2d068bea168f79bfbdcc8f3998e521dcb01b25447d

Contents?: true

Size: 629 Bytes

Versions: 7

Compression:

Stored size: 629 Bytes

Contents

\documentclass[12pt,titlepage]{article}

\usepackage{fancyhdr}
\pagestyle{fancy}

\fancyhead[LE,RO]{}
\fancyhead[LO,RE]{\nouppercase{\bfseries \leftmark}}
\fancyfoot[C]{\thepage}

\usepackage[danish]{babel}      %danske tekster
\usepackage{a4}
\usepackage{graphicx}
\usepackage{ucs}
\usepackage[utf8]{inputenc}
\input epsf 


%-------------------------------------------------------------------

\title{<%= @web_name %>}

\begin{document}

\maketitle

\tableofcontents
\pagebreak

\sloppy

%-------------------------------------------------------------------

<%= @tex_content %>

\end{document}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
Pimki-1.0.092 app/views/wiki/tex_web.rhtml
Pimki-1.1.092 app/views/wiki/tex_web.rhtml
Pimki-1.2.092 app/views/wiki/tex_web.rhtml
Pimki-1.3.092 app/views/wiki/tex_web.rhtml
instiki-0.10.2 app/views/wiki/tex_web.rhtml
instiki-0.9.2 app/views/wiki/tex_web.rhtml
instiki-0.10.1 app/views/wiki/tex_web.rhtml