mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tmpl/tex/de_technical, tmpl/tex/en_technical: Add files
This commit is contained in:
parent
2e2b018eec
commit
4b83b71982
10 changed files with 500 additions and 0 deletions
7
tmpl/tex/de_technical/Makefile
Normal file
7
tmpl/tex/de_technical/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# (c) 2001 jannet it services
|
||||||
|
# contact@jannet.de
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
TOPDIR = ../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/text.mk
|
||||||
71
tmpl/tex/de_technical/frontpage.tex.tmpl
Normal file
71
tmpl/tex/de_technical/frontpage.tex.tmpl
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% %
|
||||||
|
% 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{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 \bf __DATE__}
|
||||||
|
|
||||||
|
\vspace{0.3cm}
|
||||||
|
|
||||||
|
\centerline{\large \bf Document Version: __VERSION__}
|
||||||
|
|
||||||
|
\vspace{0.3cm}
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\begin{figure}[b]
|
||||||
|
\begin{minipage}[b]{8cm}
|
||||||
|
{\large \bf __AUTHORS__}
|
||||||
|
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}[b]{8cm}
|
||||||
|
%\includegraphics[width=6cm,height=3cm]{__FRONTLOGO_EPS__}
|
||||||
|
\includegraphics{__FRONTLOGO_EPS__}
|
||||||
|
\end{minipage}
|
||||||
|
\end{figure}
|
||||||
124
tmpl/tex/de_technical/header.tex.tmpl
Normal file
124
tmpl/tex/de_technical/header.tex.tmpl
Normal file
|
|
@ -0,0 +1,124 @@
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% %
|
||||||
|
% tex style definition %
|
||||||
|
% (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. %
|
||||||
|
% %
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\documentclass[a4paper,12pt,oneside] {book} % {article} %
|
||||||
|
\setcounter{secnumdepth}{3}
|
||||||
|
\setcounter{tocdepth}{3}
|
||||||
|
%\usepackage{amsmath}
|
||||||
|
\usepackage{amsfonts}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{verbatim}
|
||||||
|
%\usepackage{lgrind}
|
||||||
|
\usepackage{listings}
|
||||||
|
\lstloadlanguages{C++}
|
||||||
|
\usepackage[german]{babel}
|
||||||
|
\usepackage[footnotesize]{caption}
|
||||||
|
\usepackage{portland}
|
||||||
|
%---------------------- File "./base/proc.sty":
|
||||||
|
%---------------------- File "./misc/blkarray.sty":
|
||||||
|
%---------------------- File "./misc/doublespace.sty":
|
||||||
|
%---------------------- File "./misc/euler.sty":
|
||||||
|
%---------------------- File "./misc/fnpara.sty":
|
||||||
|
%---------------------- File "./misc/gletter.sty":
|
||||||
|
%---------------------- File "./misc/setspace.sty":
|
||||||
|
%---------------------- File "./misc/gb4e.sty":
|
||||||
|
%---------------------- File "./misc/acmconf.sty":
|
||||||
|
%---------------------- File "./misc/articleJFPLC.sty":
|
||||||
|
%---------------------- File "./misc/seg.sty":
|
||||||
|
%---------------------- File "./tools/ftnright.sty":
|
||||||
|
% \usepackage{fnpara} % macht einen einzigen Block draus!
|
||||||
|
%\usepackage{proc} % Warnung Klasse - File
|
||||||
|
%\usepackage{blkarray} %
|
||||||
|
%\usepackage{doublespace}
|
||||||
|
%\usepackage{euler}
|
||||||
|
%\usepackage{gletter}
|
||||||
|
\usepackage{fnpara}
|
||||||
|
|
||||||
|
%\usepackage{acmconf}
|
||||||
|
%\usepackage{articleJFPLC}
|
||||||
|
%\usepackage{gb4e}
|
||||||
|
%\usepackage{seg}
|
||||||
|
|
||||||
|
%\usepackage{lscape}
|
||||||
|
%\usepackage{epsfig}
|
||||||
|
%\usepackage[umlaute]
|
||||||
|
|
||||||
|
\textwidth 15cm
|
||||||
|
\textheight 23.5cm
|
||||||
|
\topmargin -0.4cm
|
||||||
|
\oddsidemargin 0.5cm
|
||||||
|
\evensidemargin 0.5cm
|
||||||
|
% \renewcommand{\baselinestretch}{1.5}
|
||||||
|
|
||||||
|
\newcommand{\C}{\mathbb{C}}
|
||||||
|
\newcommand{\R}{\mathbb{R}}
|
||||||
|
\newcommand{\N}{\mathbb{N}}
|
||||||
|
\newcommand{\Z}{\mathbb{Z}}
|
||||||
|
\newcommand{\Fourier}{\mathcal{F}}
|
||||||
|
\newcommand{\cont}{\mathcal{C}}
|
||||||
|
\newcommand{\eqv}{\Longleftrightarrow}
|
||||||
|
\newcommand{\grad}{\bigtriangledown}
|
||||||
|
\newcommand{\yields}{\Longrightarrow}
|
||||||
|
\newcommand{\Linf}{\cal{L}^\infty}
|
||||||
|
\newcommand{\degr}{$^\circ $}
|
||||||
|
\newcommand{\ra}{$\rightarrow$\quad}
|
||||||
|
\newcommand{\la}{$\leftarrow$\quad}
|
||||||
|
\newcommand{\pr}{\texttt}
|
||||||
|
\newcommand{\pa}{\noindent \paragraph}
|
||||||
|
\newcommand{\bv}{\begin{quote}\begin{ttfamily}}
|
||||||
|
\newcommand{\ev}{\end{ttfamily}\end{quote}}
|
||||||
|
|
||||||
|
\sloppy
|
||||||
|
|
||||||
|
% Groessen, die in der Diplomarbeit automatisch gesetzt werden
|
||||||
|
% statistische Auswertung der Klassifikation
|
||||||
|
\newcommand {\Pclass}{}
|
||||||
|
\newcommand {\pclass}{}
|
||||||
|
\newcommand {\wrong}{}
|
||||||
|
\newcommand {\DKdurch}{}
|
||||||
|
\newcommand {\DKmin}{}
|
||||||
|
% Parameter eines Orientierungsdetektors
|
||||||
|
|
||||||
|
\newcommand {\sigy}{}
|
||||||
|
\newcommand {\sigx}{}
|
||||||
|
\newcommand {\xnull}{}
|
||||||
|
|
||||||
|
% \DeclareMathSymbol{\C}{\mathalpha}{\AMSb}{``43}
|
||||||
|
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
||||||
|
|
||||||
|
|
||||||
|
\renewcommand\floatpagefraction{.9}
|
||||||
|
\renewcommand\topfraction{.9}
|
||||||
|
\renewcommand\bottomfraction{.9}
|
||||||
|
\renewcommand\textfraction{.1}
|
||||||
|
|
||||||
|
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||||
|
|
||||||
41
tmpl/tex/de_technical/index_head.html.tmpl
Normal file
41
tmpl/tex/de_technical/index_head.html.tmpl
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
<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">
|
||||||
|
</head>
|
||||||
|
<body lang="en">
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p id="img_logo" align="right">
|
||||||
|
<img width=264 height=77 src="__FRONTLOGO_WEB__">
|
||||||
|
</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="100%">
|
||||||
|
|
||||||
|
This documentation can be downloaded in various formats:
|
||||||
|
|
||||||
|
|
||||||
7
tmpl/tex/de_technical/index_tail.html.tmpl
Normal file
7
tmpl/tex/de_technical/index_tail.html.tmpl
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<hr witdh=100%>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="_jan_1" href="node1.html"><img width=65 height=24 align=bottom alt="contents" src="__ICON_CONTENTS__"></a>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
7
tmpl/tex/en_technical/Makefile
Normal file
7
tmpl/tex/en_technical/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# (c) 2001 jannet it services
|
||||||
|
# contact@jannet.de
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
TOPDIR = ../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/text.mk
|
||||||
71
tmpl/tex/en_technical/frontpage.tex.tmpl
Normal file
71
tmpl/tex/en_technical/frontpage.tex.tmpl
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% %
|
||||||
|
% 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{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 \bf __DATE__}
|
||||||
|
|
||||||
|
\vspace{0.3cm}
|
||||||
|
|
||||||
|
\centerline{\large \bf Document Version: __VERSION__}
|
||||||
|
|
||||||
|
\vspace{0.3cm}
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\begin{figure}[b]
|
||||||
|
\begin{minipage}[b]{8cm}
|
||||||
|
{\large \bf __AUTHORS__}
|
||||||
|
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}[b]{8cm}
|
||||||
|
%\includegraphics[width=6cm,height=3cm]{__FRONTLOGO_EPS__}
|
||||||
|
\includegraphics{__FRONTLOGO_EPS__}
|
||||||
|
\end{minipage}
|
||||||
|
\end{figure}
|
||||||
124
tmpl/tex/en_technical/header.tex.tmpl
Normal file
124
tmpl/tex/en_technical/header.tex.tmpl
Normal file
|
|
@ -0,0 +1,124 @@
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% %
|
||||||
|
% tex style definition %
|
||||||
|
% (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. %
|
||||||
|
% %
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\documentclass[a4paper,12pt,oneside] {book} % {article} %
|
||||||
|
\setcounter{secnumdepth}{3}
|
||||||
|
\setcounter{tocdepth}{3}
|
||||||
|
%\usepackage{amsmath}
|
||||||
|
\usepackage{amsfonts}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{verbatim}
|
||||||
|
%\usepackage{lgrind}
|
||||||
|
\usepackage{listings}
|
||||||
|
\lstloadlanguages{C++}
|
||||||
|
%\usepackage[german]{babel}
|
||||||
|
\usepackage[footnotesize]{caption}
|
||||||
|
\usepackage{portland}
|
||||||
|
%---------------------- File "./base/proc.sty":
|
||||||
|
%---------------------- File "./misc/blkarray.sty":
|
||||||
|
%---------------------- File "./misc/doublespace.sty":
|
||||||
|
%---------------------- File "./misc/euler.sty":
|
||||||
|
%---------------------- File "./misc/fnpara.sty":
|
||||||
|
%---------------------- File "./misc/gletter.sty":
|
||||||
|
%---------------------- File "./misc/setspace.sty":
|
||||||
|
%---------------------- File "./misc/gb4e.sty":
|
||||||
|
%---------------------- File "./misc/acmconf.sty":
|
||||||
|
%---------------------- File "./misc/articleJFPLC.sty":
|
||||||
|
%---------------------- File "./misc/seg.sty":
|
||||||
|
%---------------------- File "./tools/ftnright.sty":
|
||||||
|
% \usepackage{fnpara} % macht einen einzigen Block draus!
|
||||||
|
%\usepackage{proc} % Warnung Klasse - File
|
||||||
|
%\usepackage{blkarray} %
|
||||||
|
%\usepackage{doublespace}
|
||||||
|
%\usepackage{euler}
|
||||||
|
%\usepackage{gletter}
|
||||||
|
\usepackage{fnpara}
|
||||||
|
|
||||||
|
%\usepackage{acmconf}
|
||||||
|
%\usepackage{articleJFPLC}
|
||||||
|
%\usepackage{gb4e}
|
||||||
|
%\usepackage{seg}
|
||||||
|
|
||||||
|
%\usepackage{lscape}
|
||||||
|
%\usepackage{epsfig}
|
||||||
|
%\usepackage[umlaute]
|
||||||
|
|
||||||
|
\textwidth 15cm
|
||||||
|
\textheight 23.5cm
|
||||||
|
\topmargin -0.4cm
|
||||||
|
\oddsidemargin 0.5cm
|
||||||
|
\evensidemargin 0.5cm
|
||||||
|
% \renewcommand{\baselinestretch}{1.5}
|
||||||
|
|
||||||
|
\newcommand{\C}{\mathbb{C}}
|
||||||
|
\newcommand{\R}{\mathbb{R}}
|
||||||
|
\newcommand{\N}{\mathbb{N}}
|
||||||
|
\newcommand{\Z}{\mathbb{Z}}
|
||||||
|
\newcommand{\Fourier}{\mathcal{F}}
|
||||||
|
\newcommand{\cont}{\mathcal{C}}
|
||||||
|
\newcommand{\eqv}{\Longleftrightarrow}
|
||||||
|
\newcommand{\grad}{\bigtriangledown}
|
||||||
|
\newcommand{\yields}{\Longrightarrow}
|
||||||
|
\newcommand{\Linf}{\cal{L}^\infty}
|
||||||
|
\newcommand{\degr}{$^\circ $}
|
||||||
|
\newcommand{\ra}{$\rightarrow$\quad}
|
||||||
|
\newcommand{\la}{$\leftarrow$\quad}
|
||||||
|
\newcommand{\pr}{\texttt}
|
||||||
|
\newcommand{\pa}{\noindent \paragraph}
|
||||||
|
\newcommand{\bv}{\begin{quote}\begin{ttfamily}}
|
||||||
|
\newcommand{\ev}{\end{ttfamily}\end{quote}}
|
||||||
|
|
||||||
|
\sloppy
|
||||||
|
|
||||||
|
% Groessen, die in der Diplomarbeit automatisch gesetzt werden
|
||||||
|
% statistische Auswertung der Klassifikation
|
||||||
|
\newcommand {\Pclass}{}
|
||||||
|
\newcommand {\pclass}{}
|
||||||
|
\newcommand {\wrong}{}
|
||||||
|
\newcommand {\DKdurch}{}
|
||||||
|
\newcommand {\DKmin}{}
|
||||||
|
% Parameter eines Orientierungsdetektors
|
||||||
|
|
||||||
|
\newcommand {\sigy}{}
|
||||||
|
\newcommand {\sigx}{}
|
||||||
|
\newcommand {\xnull}{}
|
||||||
|
|
||||||
|
% \DeclareMathSymbol{\C}{\mathalpha}{\AMSb}{``43}
|
||||||
|
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
||||||
|
|
||||||
|
|
||||||
|
\renewcommand\floatpagefraction{.9}
|
||||||
|
\renewcommand\topfraction{.9}
|
||||||
|
\renewcommand\bottomfraction{.9}
|
||||||
|
\renewcommand\textfraction{.1}
|
||||||
|
|
||||||
|
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||||
|
|
||||||
41
tmpl/tex/en_technical/index_head.html.tmpl
Normal file
41
tmpl/tex/en_technical/index_head.html.tmpl
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
<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">
|
||||||
|
</head>
|
||||||
|
<body lang="en">
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p id="img_logo" align="right">
|
||||||
|
<img width=264 height=77 src="__FRONTLOGO_WEB__">
|
||||||
|
</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="100%">
|
||||||
|
|
||||||
|
This documentation can be downloaded in various formats:
|
||||||
|
|
||||||
|
|
||||||
7
tmpl/tex/en_technical/index_tail.html.tmpl
Normal file
7
tmpl/tex/en_technical/index_tail.html.tmpl
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<hr witdh=100%>
|
||||||
|
|
||||||
|
|
||||||
|
<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