summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty68
1 files changed, 57 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty b/Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty
index e0906f51a9d..68bd63d8cfb 100644
--- a/Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty
+++ b/Master/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty
@@ -1,6 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Contents: Special Commands for the LShort2e Introduction
-% $Id: F-74CA12BC9893127212B9A532C940AE65.sty,v 1.1 2008-04-24 16:22:57 carleos Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% By Tobias Oetiker
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -9,18 +8,24 @@
%save pageref an label
\let\lsspageref\pageref
\ProvidesPackage{lshort}
-\RequirePackage[spanish,english,frenchb,german]{babel}
-\RequirePackage{mflogo}
+\RequirePackage{etex}
+\RequirePackage[autolanguage]{numprint}
+\RequirePackage[spanish.noindentfirst,shorthands=t]{babel}
+\RequirePackage{mflogo} % Support metafont logo fonts
+\RequirePackage{hologo} % for \XeTeX logo *ak*
\RequirePackage{verbatim}
-\RequirePackage{fancyhea}
+\RequirePackage{fancyhea} %fancyhdr could be
\RequirePackage{calc}
+\RequirePackage{lastpage}
\RequirePackage{amsmath,latexsym,amsthm}
-\RequirePackage[psamsfonts]{amssymb}
-\RequirePackage{cmmib57}% Use blueSky cmmib5 cmmib7 cmsy
-\RequirePackage[all]{xy}
+\RequirePackage[retainorgcmds]{IEEEtrantools}
+\RequirePackage{amssymb}
+%\RequirePackage{cmmib57} % Use blueSky cmmib5 cmmib7 cmsy %Obsolete with amssymb 3.0
+\RequirePackage[all]{xy} % Exists yet?
\RequirePackage[T1]{fontenc}
-\RequirePackage[latin1]{inputenc}
+\RequirePackage[utf8]{inputenc}
\RequirePackage{lmodern}
+\RequirePackage[babel=true,kerning=true]{microtype}
%\RequirePackage{textcomp}
%\RequirePackage{type1cm}% remove size restrictions
%\RequirePackage{aeguill}
@@ -59,6 +64,46 @@
\rhead[\fancyplain{}{\bfseries\leftmark}]
{\fancyplain{}{\bfseries\thepage}}
\cfoot[]{}
+\RequirePackage{pgf}
+\usepgfmodule{plot}
+\RequirePackage{tikz}
+\usetikzlibrary{%
+ arrows,%
+ calc,%
+ fit,%
+ patterns,%
+ plotmarks,%
+ shapes.geometric,%
+ shapes.misc,%
+ shapes.symbols,%
+ shapes.arrows,%
+ shapes.callouts,%
+ shapes.multipart,%
+ shapes.gates.logic.US,%
+ shapes.gates.logic.IEC,%
+ er,%
+ automata,%
+ backgrounds,%
+ chains,%
+ topaths,%
+ trees,%
+ petri,%
+ mindmap,%
+ matrix,%
+ calendar,%
+ folding,%
+ fadings,%
+ through,%
+ positioning,%
+ scopes,%
+ decorations.fractals,%
+ decorations.shapes,%
+ decorations.text,%
+ decorations.pathmorphing,%
+ decorations.pathreplacing,%
+ decorations.footprints,%
+ decorations.markings,%
+ shadows}
\addtolength{\headheight}{1.6pt}
%
%
@@ -66,13 +111,14 @@
% Adapted from TeX FAQ
\renewcommand{\Email}{\begingroup \def\UrlLeft{<}\def\UrlRight{>} \urlstyle{tt}\Url} % email address
\def\mailto|#1|{\href{mailto:#1}{\Email|#1|}} % url to mail somewhere
+%\newcommand{\CTANref}{\begingroup \urlstyle{tt}\Url} %
\newcommand{\CTANref}{\begingroup \urlstyle{tt}\Url} %
\def\CTAN|#1|{\href{ftp://ftp.dante.de/tex-archive/#1}{\CTANref|CTAN:/tex-archive/#1|}}
\newcommand\Newsgroup{\begingroup \urlstyle{tt}\Url} % newsgroup
\let\URL\url % just a URL
-\newcommand{\PSi}{\textsc{PostScript}\index{PostScript@\textsc{PostScript}}}
-\newcommand{\EPSi}{Encapsulated \textsc{PostScript}%
+\newcommand{\PSi}{\textsc{Post\-Script}\index{PostScript@\textsc{Post\-Script}}}
+\newcommand{\EPSi}{Encapsulated \textsc{Post\-Script}%
\index{Encapsulated PostScript@Encapsulated \textsc{PostScript}}%
\index{PostScript@\textsc{PostScript}!Encapsulated}%
}
@@ -282,4 +328,4 @@
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
- {\raggedright\normalfont\normalsize\bfseries}}
+ {\raggedright\normalfont\normalsize\bfseries}} \ No newline at end of file