diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-04 21:47:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-04 21:47:32 +0000 |
commit | 901a1fb76ec83a7a3472b6ed56ae5c95df44d68e (patch) | |
tree | d605d84f812cbd73c1728897fa0b9e885b1da6d1 /Master/texmf-dist/tex/latex/ekaia | |
parent | 5710ce68da7d13e976ac74840b045e4eff885fb2 (diff) |
ekaia (4jan19)
git-svn-id: svn://tug.org/texlive/trunk@49594 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ekaia')
-rw-r--r-- | Master/texmf-dist/tex/latex/ekaia/ekaia.sty | 56 |
1 files changed, 32 insertions, 24 deletions
diff --git a/Master/texmf-dist/tex/latex/ekaia/ekaia.sty b/Master/texmf-dist/tex/latex/ekaia/ekaia.sty index 1f35765dfa8..9e1e7160636 100644 --- a/Master/texmf-dist/tex/latex/ekaia/ekaia.sty +++ b/Master/texmf-dist/tex/latex/ekaia/ekaia.sty @@ -6,19 +6,16 @@ %% %% ekaia.dtx (with options: `package') %% -%% Copyright (C) 2014-2016 Edorta Ibarra and the Ekaia Journal (UPV/EHU) -%% ------------------------------------------------------------------- -%% -%% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either -%% version 1.2 of this license or (at your option) any later -%% version. The latest version of this license is in: -%% -%% http://www.latex-project.org/lppl.txt -%% -%% and version 1.2 or later is part of all the distributions of -%% LaTeX version 1999/12/01 or later. +%% Copyright (C) 2014-2019, Edorta Ibarra a and the Ekaia Journal (UPV/EHU) +%% ----------------------------------------------------------------------- %% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3c +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2008-05-04 or later. %% %% This work has the LPPL maintenance status `maintained'. %% @@ -26,19 +23,18 @@ %% %% This work consists of the files ekaia.dtx, ekaia.ins %% and the derived files ekaia.sty, ekaia.pdf and -%% ekaia_[EUS].pdf. +%% ekaia_EUS.pdf. %% %% %% Description %% %% This package configures the document layout and provides a set of commands and -%% environmets to generate an article following the style of the University of the +%% environments to generate an article following the style of the University of the %% Basque Country Science and Technology Journal ``Ekaia''. %% -%% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{ekaia} - [2016/11/25 v1.04 ekaia Package] + [2019/01/02 v1.06 ekaia Package] %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -58,18 +54,30 @@ \RequirePackage[english,basque]{babel} \selectlanguage{basque} - \frenchspacing - +\RequirePackage{basque-date} \linespread{1.3} - \RequirePackage[top=2.6cm,bottom=2.8cm,left=3cm,right=3cm]{geometry} - \RequirePackage{sectsty} \sectionfont{\fontsize{12}{15}\selectfont} \subsectionfont{\fontsize{12}{15}\selectfont} \subsubsectionfont{\fontsize{12}{15}\selectfont} - +\RequirePackage{ccicons} +\newcommand{\ekaiafoot}{dummy} +\DeclareOption{review}{\renewcommand{\ekaiafoot}{ +\tiny Errebisiorako bertsioa\\ +Ekaia aldizkaria (UPV/EHU), \eusdata} +} +\DeclareOption{final}{\renewcommand{\ekaiafoot}{ +\tiny\copyright UPV/EHU Press\\ + ISSN: 0214-9001\\ + e-ISSN: 2444-3255\\ + \ccLogo\ccAttribution\ccNonCommercial\ccShareAlike\\ + Attribution-NonCommercial-ShareAlike\\ + 4.0 international (CC BY-NC-SA 4.0)} +} +\ExecuteOptions{review} +\ProcessOptions\relax \RequirePackage{fancyhdr} \pagestyle{fancy} \renewcommand{\headrulewidth}{0pt} @@ -77,8 +85,8 @@ \fancyhead[C]{ } \fancyhead[R]{ } \fancyfoot[L]{ } -\fancyfoot[C]{ } -\fancyfoot[R]{\thepage} +\fancyfoot[C]{\thepage} +\fancyfoot[R]{\ekaiafoot} \makeatletter \let\ps@plain\ps@fancy @@ -120,7 +128,7 @@ \vskip\belowcaptionskip} \makeatother -\renewcommand\thesection {\indent \arabic{section}.} +\renewcommand\thesection {\indent \arabic{section}.} \renewcommand\thesubsection {\thesection \arabic{subsection}.} \renewcommand\thesubsubsection {\thesubsection \arabic{subsubsection}.} \renewcommand\theparagraph {\thesubsubsection \arabic{paragraph}.} |