blob: b326f93963e9d0fe2580b2ed527a930c5cdfa7c2 (
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
|
# emisa-latex-package
```
----------------------------------------------------------------------------
emisa -- A LaTeX package for preparing manuscripts for the journal EMISA
Enterprise Modelling and Information Systems Architectures -
An International Journal (EMISA)
(c) 2015, 2016
Version: 2.1
Maintainer: Stefan Strecker and Martin Sievers
Email: stefan.strecker@fernuni-hagen.de
martin.sievers@schoenerpublizieren.de
License: Released under the LaTeX Project Public License v1.3c or later
See: http://www.latex-project.org/lppl.txt
----------------------------------------------------------------------------
Developing and documenting the “official” LaTeX package for preparing
manuscripts for the journal EMISA (Enterprise Modelling and Information
Systems Architectures): https://emisa-journal.org
Each release of the EMISA LaTeX package will be available on Github
(https://github.com/sstrecker/emisa-latex-package) and shortly afterwards on
CTAN (https://www.ctan.org/pkg/emisa). From there it will make its way to
package managers of recent TeX distributions (e.g. “tlmgr” of the
TeX Live distribution).
Read emisa.pdf for author instructions and style guidelines.
```
## Changelog
### 2.1 to 2.01
* Fixed a bug introduced by incompatible changes of latest biblatex packages (>3.3)
### 2.01 to 2.0
* Set uniquelist option to false in order to change the cite output
* Changed maxcitenames=3 to maxcitenames=2
* Added \FloatBarrier from the placeins package at the end of the appendix
* Added tracking (5%) for smallcaps
* Moved special issue title below title in page header
* Modified insertion of license text
### 2.0
* Initial release of the completely reworked bundle
|