mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts, tmpl/tex/de_presentation: Merged changes from V_1_2_0_35_NEUHAUS
This commit is contained in:
parent
8e0cb72081
commit
f7f4010e52
11 changed files with 285 additions and 25 deletions
8
tmpl/tex/de_presentation/Makefile
Normal file
8
tmpl/tex/de_presentation/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
TOPDIR = ../..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/text.mk
|
||||
80
tmpl/tex/de_presentation/frontpage.tex.tmpl
Normal file
80
tmpl/tex/de_presentation/frontpage.tex.tmpl
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% %
|
||||
% tex frontpage for technical documents %
|
||||
% (c) 2001 jannet it services %
|
||||
% Authors: Jan Lindemann %
|
||||
% contact@jannet.de %
|
||||
% patches, bugfixes and comments are welcome at patch@jannet.de %
|
||||
% %
|
||||
% $Id$
|
||||
% %
|
||||
% This program is free software; permission to use, copy, modify, %
|
||||
% distribute, and sell this software and its documentation under the %
|
||||
% terms of the GNU Public license as published by the Free Software %
|
||||
% Foundation, either version 2 or any later version of the license, is %
|
||||
% hereby granted without fee, provided that (i) the above copyright %
|
||||
% notices and this permission notice appear in all copies of the %
|
||||
% software and related documentation, and (ii) the name of jannet may %
|
||||
% not be used in any advertising or publicity relating to the software %
|
||||
% without the specific, prior written permission of jannet. %
|
||||
% %
|
||||
% This program is distributed in the hope that it will be useful, but %
|
||||
% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- %
|
||||
% TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General %
|
||||
% Public License for more details. %
|
||||
% %
|
||||
% You should have received a copy of the GNU General Public License %
|
||||
% along with this program; if not, write to the Free Software Founda- %
|
||||
% tion, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %
|
||||
% %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\thispagestyle{empty}
|
||||
|
||||
%\begin{figure}[t]
|
||||
%\begin{flushright}
|
||||
%%\begin{minipage}[t]{8cm}
|
||||
%%\includegraphics[width=6cm,height=3cm]{__FRONTLOGO_EPS__}
|
||||
%\includegraphics{__FRONTLOGO_EPS__}
|
||||
%%%\end{minipage}
|
||||
%\end{flushright}
|
||||
%\end{figure}
|
||||
|
||||
\begin{center}
|
||||
\fbox{
|
||||
\parbox[t]{15cm}
|
||||
{
|
||||
\vspace{0.3cm}
|
||||
|
||||
\centerline{\Huge \bf __TITLE__}
|
||||
|
||||
\vspace{0.3cm}
|
||||
|
||||
\centerline{\Huge \bf __SUBTITLE__}
|
||||
|
||||
\vspace{0.3cm}
|
||||
|
||||
}}
|
||||
|
||||
\vspace{3cm}
|
||||
|
||||
\centerline{\Large __DATE__}
|
||||
|
||||
\vspace{0.3cm}
|
||||
|
||||
\centerline{\Large Dokumentversion: __VERSION__}
|
||||
|
||||
\vspace{0.3cm}
|
||||
|
||||
\end{center}
|
||||
|
||||
%\begin{figure}[b]
|
||||
%\begin{flushright}
|
||||
%\begin{minipage}[b]{12cm}
|
||||
%\begin{flushright}
|
||||
%{\Large __AUTHORS__}
|
||||
%\end{flushright}
|
||||
%\end{minipage}
|
||||
%\end{flushright}
|
||||
%\end{figure}
|
||||
|
||||
|
||||
12
tmpl/tex/de_presentation/header.tex.tmpl
Normal file
12
tmpl/tex/de_presentation/header.tex.tmpl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
% vim: set filetype=tex :
|
||||
\documentclass[slidestop,usepdftitle=false]{beamer}
|
||||
\usepackage[accumulated]{beamerseminar}
|
||||
\usepackage{beamertexpower}
|
||||
\usepackage{beamerthemeshadow}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{decorations.pathreplacing}
|
||||
|
||||
\title{__TITLE__ - __SUBTITLE__}
|
||||
\author[__AUTHORS__]{__AUTHORS__\\\code{mailto:__CONTACT_EMAIL__}}
|
||||
\date{__DATE__}
|
||||
54
tmpl/tex/de_presentation/index_head.html.tmpl
Normal file
54
tmpl/tex/de_presentation/index_head.html.tmpl
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-eqquiv="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<meta name="description" CONTENT="No Title">
|
||||
<meta name="keywords" CONTENT="main">
|
||||
<meta name="resource-type" CONTENT="document">
|
||||
<meta name="distribution" CONTENT="global">
|
||||
<title>__TITLE__</title>
|
||||
<link rel=stylesheet href="main.css">
|
||||
<style type="text/css">
|
||||
p.island {margin-top:1cm;margin-bottom:1cm;}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="de">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<p id="img_logo" align="right">
|
||||
<a href="http://www.jannet.de/office"><img width=264 height=77 src="__FRONTLOGO_WEB__" border=0></a>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<br>
|
||||
<br>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<center>
|
||||
|
||||
<h1>__TITLE__</h1>
|
||||
<h1>__SUBTITLE__</h1>
|
||||
<h2>__DATE__</h2>
|
||||
<h2>Version: __VERSION__</h2>
|
||||
|
||||
|
||||
<h2>__AUTHORS__</h2>
|
||||
|
||||
<br>
|
||||
<hr width=50%>
|
||||
<table width=400>
|
||||
<tr><td align="center">
|
||||
<p style="margin-top:1cm">
|
||||
|
||||
<h2>Achtung!</h2>
|
||||
|
||||
Diese Website wurde automatisch mit Hilfe des Skripts
|
||||
<a
|
||||
href="http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html">latex2html</a> erstellt.
|
||||
Obwohl es ein sehr nützliches Programm ist, ist bei seiner Anwendung ein Teil des ursprüichen Dokuments verloren gegangen.
|
||||
Wenn Sie das ganze Dokument fehlerfrei einsehen wollen, dann benutzen Sie bitte eine der unten zum Download angebotenen Versionen.
|
||||
</p>
|
||||
|
||||
<p style="margin-bottom:1cm">
|
||||
10
tmpl/tex/de_presentation/index_tail.html.tmpl
Normal file
10
tmpl/tex/de_presentation/index_tail.html.tmpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
</p>
|
||||
<p style="margin-top:1cm"></p>
|
||||
</td></tr></table>
|
||||
<hr width=50%>
|
||||
|
||||
|
||||
<a name="_jan_1" href="node1.html"><img width=65 height=24 align=bottom alt="contents" src="__ICON_CONTENTS__"></a>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue