blob: a025d35b396cdc83aa367e57b8f408fbc75718c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
The ekaia package v1.04
=============================
Copyright (C) 2014-2016, Edorta Ibarra & the Ekaia Journal (UPV/EHU)
---------------------------------------------------------------
Description
-----------
This package configures the document layout and provides a set of commands and
environments to generate an article following the style of the University of the
Basque Country Science and Technology Journal "Ekaia".
Installation
-----------
To perform the installation, run ekaia.ins (in the same path of ekaia.dtx) through
LaTeX. This action produces the following files: ekaia.sty and ekaia_[EUS].tex.
To finish the installation you have to move the ekaia.sty file into a directory
searched by TeX.
To produce the English documentation run the file ekaia.dtx through LaTeX.
To produce the Basque documentation run the file ekaia_[EUS].tex through LaTeX.
Usage
-----
\usepackage{ekaia}
Commands
--------
\izenburua Prints the document title in Basque accordint to the Ekaia journal style
\azpiizenburua Prints the document title in English accordint to the Ekaia journal style
\datak Prints the reception and acceptation dates of the submited article
Environments
------------
autoreak Generates the environment needed to indicate document authors,
affiliations and contact information
laburpena Generates the environment needed to produce the abstract in Basque
abstract Generates the environment needed to produce the abstract in English
hitz-gakoak Generates the environment needed to print the keywords in Basque
keywords Generates the environment needed to print the keywords in English
License
-------
This program can be redistributed and/or modified under the terms of the
LaTeX Project Public License Distributed from CTAN archives in directory
macros/latex/basee/lppl.txe; either version 1.2 of the License, or any later version.
This package is maintained by Edorta Ibarra.
|