Skip to content

Commit 9026a2f

Browse files
committed
prepared release 1.0
1 parent ead054a commit 9026a2f

File tree

5 files changed

+34
-252
lines changed

5 files changed

+34
-252
lines changed

license.txt renamed to LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
LaTeX4EI Template Release 1.0 Date: 2016-01-06
1+
LaTeX4EI Template Date: 2016-01-06
22

33

44

55
LICENSE:
66

7-
You are allowed to create and share documents created
7+
You are allowed to create and share documents created
88
with this template under the following conditions:
99

1010

@@ -22,8 +22,8 @@ with this template under the following conditions:
2222
Please push back your modifications to us so that we have the chance to integrate it.
2323

2424

25-
If you want to publish your latex code you are allowed to publish the source code
25+
If you want to publish your latex code you are allowed to publish the source code
2626
of this template as well but you have to make sure that a copy of this license is included.
2727

2828

29-
© 2011-2016, LaTeX4EI
29+
© 2011-2016, LaTeX4EI

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# LaTeX4EI Template Release 1.0
2-
Write beautiful latex cheat sheets with minimal effort.
1+
# LaTeX4EI Template
2+
Write beautiful latex cheat sheets with minimal effort.
33

4-
5-
# How to use:
6-
put all the .sty and .cls files in ./template-files into the same folder as
7-
your latex file. Specify \documentclass{latex4ei_sheet} and compile your code.
4+
## How to use
5+
put `latex4ei` folder in `./template-files/` into the same folder as
6+
your latex file. Specify \documentclass{latex4ei/latex4ei_sheet} and compile your code.
87
See the documentation for further details.
98

9+
## Permanent installation
10+
Copy the `latex4ei` folder into your tex-distribution directory
1011

11-
# Permanent installation:
12-
Copy all .sty and .cls files into your tex-distribution directory
13-
14-
## Windows:
15-
Copy files to C:\texlive\XXXX\texmf-dist\tex\latex\latex4ei
12+
### Windows
13+
Copy files to `C:\texlive\XXXX\texmf-dist\tex\latex\latex4ei`
1614

17-
## Linux:
18-
sudo ln -s ./pkg /usr/share/texlive/texmf-dist/tex/latex/latex4ei
19-
sudo mktexlsr
20-
21-
## Mac OS X:
22-
ln -s ./pkg /usr/local/texlive/texmf-local/tex/latex/latex4ei
15+
### Linux
16+
```bash
17+
sudo ln -s ./pkg /usr/share/texlive/texmf-dist/tex/latex/latex4ei
18+
sudo mktexlsr
19+
```
2320

21+
### Mac OS X
22+
```bash
23+
ln -s ./pkg /usr/local/texlive/texmf-local/tex/latex/latex4ei
24+
```
2425

2526
If you want to share your documents please refer to the license.txt
26-
Read the changelog.txt and known_bugs.txt and check www.latex4ei.de for updates.
27-
27+
Read the changelog.txt and known_bugs.txt and check [www.latex4ei.de](http://latex4ei.de) for updates.
2828

29-
© 2011-2015, LaTeX4EI
29+
© 2011-2016, LaTeX4EI
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
1-
LaTeX4EI Template Release 1.0 Date: 2016-01-06
1+
# LaTeX4EI Template
2+
Date: 2016-01-06
23

4+
## Changelog
35

4-
5-
Changelog:
6-
6+
#### Release 1.0
77

88
* new box macros
99
the boxes are now implemented as environments, which allows better error tracking.
1010
box names stayed the same, so now it is \begin{sectionbox} ... \end{sectionbox} instead of \sectionbox{ ... }
1111
Note: the table environment is now much simpler. See documentation for details.
1212

13-
1413
* better unicode support
15-
you can now directly write math symbols such as ∫, ∈, ∞, etc. and greek symbols such as α, β, γ as unicode
14+
you can now directly write math symbols such as ∫, ∈, ∞, etc. and greek symbols such as α, β, γ as unicode
1615
characters in your tex source code. Make sure the .tex file is encoded as UTF-8 in your editor.
1716

18-
1917
* language support for english and german
2018
The language of the document can now be choosen with the template options "english" or "german".
2119
It is also possible to define a different language for a part of a document. Use \selectlanguage{english}
2220
to switch to english and \selectlanguage{ngerman} (the "n" in "ngerman" is important) to switch to german.
2321

24-
2522
* image search-paths /img and /gfx
2623
you can now specify image paths inside \includegraphics relative to /img or /gfx because the compiler will
27-
automatically search for image files in these directories. Additional the compiler will recognize file
24+
automatically search for image files in these directories. Additional the compiler will recognize file
2825
extensions automatically.
2926
Example: use \includegraphics{diagram} if you have a file ./img/diagram.pdf
3027

3128

32-
© 2011-2016, LaTeX4EI
29+
© 2011-2016, LaTeX4EI

known_bugs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LaTeX4EI Template Release 1.0 Date: 2015-04-01
1+
LaTeX4EI Template Date: 2015-04-01
22

33

44

@@ -13,8 +13,8 @@ Known Bugs: 1
1313
that box it might remain on the previous column. The heading and the box
1414
are split up and placed at different columns.
1515

16-
Work around: Insert a manual column break with "\columnbreak" BEFORE the
16+
Work around: Insert a manual column break with "\columnbreak" BEFORE the
1717
\section command.
1818

1919

20-
© 2011-2015, LaTeX4EI
20+
© 2011-2015, LaTeX4EI

scientific.sty

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)