-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (26 loc) · 1.31 KB
/
README
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
=============================================================================
texinit.c
Developed by Johabu <http://johabu.spheniscida.de>; <http://github.com/johabu>
This file is part of texinit.
texinit is free software; you can modify it or redistribute it
under the terms of the GNU General Public License as published by
the Free Software Foundation <http://www.fsf.org>, either version 3,
or (at your option) any later version.
See <http://www.gnu.org/licenses> for the license, if you
haven't received a copy of it (GNU_GPL.txt).
texinit is distributed without any warranty!
=============================================================================
===================================README===================================
==========Download and installing==========
First download the file (texinit.zip or texinit.tar.gz) and extract the files.
Linux:
Type the following commands in a shell:
cd /PATH/TO/texinit/
./install.sh
# Eventual 'cp' to /usr/local/bin
Windows:
Compile the files, e.g. with your Visual Studio Express or a Intel C/C++ compiler
==========Use==========
texinit is a simple tool which creates a simple Latex-document, especially the preamble.
At the moment the project is in the phase of beginning.
=============================================================================