%
% platon-core.sty - LaTeX 2e style
%
% Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
% Copyright (c) 2003-2005 Platon SDG, http://platon.sk/
% Licensed under terms of GNU General Public License.
% All rights reserved.
%
% $Platon: Platon.SK/office/_stylesheets/platonsdg/platonsdg-core.sty,v 1.10 2009-03-10 21:08:48 rajo Exp $
%
\ProvidesPackage{platonsdg-core}
\usepackage {ifpdf}
\usepackage [latin2]{inputenc}
\usepackage [T1]{fontenc}
% Use Type1 EC fonts instead of bitmapped fonts
% http://www.karakas-online.de/mySGML/explain-type-1.html
\ifpdf
\usepackage {ae}
\usepackage {aecompl}
\usepackage [dvipdf]{color}
\else
\usepackage [dvips]{color}
\fi
\usepackage {t1enc}
\usepackage {fancyhdr}
\usepackage {lastpage}
\usepackage {ifthen}
%%
%% Platon macros
%%
\def\PlatonSDGText{Platon~SDG}
\def\PlatonSDGLongText{Platon Software Development Group}
\def\PlatonSKText{Platon.SK}
\def\PlatonWebsiteText{http://platon.sk}
\def\PlatonEmailText{platon@platon.sk}
\def\PlatonSDG{\textsc{\PlatonSDGText}}
\def\PlatonSDGLong{\textsc{\PlatonSDGLongText}}
\def\PlatonSK{\textsc{\PlatonSKText}}
\def\PlatonWebsite{\texttt{\PlatonWebsiteText}}
\def\PlatonEmail{\texttt{\PlatonEmailText}}
%%
%% Other macros
%%
\def\URL#1{\texttt{#1}}
%%
%% Company residence definition
%%
\@ifpackagewith{babel}{slovak}{%
\def\PlatonAddressStreet{Hlavná~3}%
\def\PlatonAddressCity{927~01~~Šaľa}%
\def\PlatonAddressState{Slovensko,~Európa}%
\def\PlatonAddressEmail{e-mail:~\PlatonEmailText}%
\def\PlatonAddressSite{webstránka:~\PlatonWebsiteText}%
\def\PlatonFooterText{Dokument bol vytvorený systémom~\LaTeX{}
pomocou publikačného rámca \textsf{Platon.SK/office} dňa~\today.}
}{%
\def\PlatonAddressStreet{Hlavna~3}%
\def\PlatonAddressCity{927~01~~Sala}%
\def\PlatonAddressState{Slovakia,~Europe}%
\def\PlatonAddressEmail{e-mail:~\PlatonEmailText}%
\def\PlatonAddressSite{website:~\PlatonWebsiteText}%
\def\PlatonFooterText{Document was created with~the~\LaTeX{} system
using publication framework \textsf{Platon.SK/office} at~\today.}
}
%%
%% PDF settings commands
%%
\newcommand{\setPlatonPDFauthor}[1]{\def\PlatonPDFauthor{#1}}
\newcommand{\setPlatonPDFtitle}[1]{\def\PlatonPDFtitle{#1}}
\newcommand{\setPlatonPDFsubject}[1]{\def\PlatonPDFsubject{#1}}
\newcommand{\setPlatonPDFkeywords}[1]{\def\PlatonPDFkeywords{#1}}
% vim: ts=4
% vim600: fdl=0 fdm=marker fdc=3 fmr=/*,*/
%
Platon Group <platon@platon.sk> http://platon.sk/
|