88 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
 | 
						|
|                                                                                                  |
 | 
						|
| PACKAGE `bewerbung'                                                                              |
 | 
						|
|                                                                                                  |
 | 
						|
  This project has the aim to provide packages and classes for typesetting an application with
 | 
						|
  titlepage, letter, cv and additional documents in just one document. Also there is a class for
 | 
						|
  printing a table with the latest applications that can be shown to the german authorities. The 
 | 
						|
  data of the applications can be edited in a simple csv file.
 | 
						|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
 | 
						|
  Version: 1.3
 | 
						|
  Last Change: 2022-01-17
 | 
						|
  Current Maintainer: André Hilbig 
 | 
						|
                      mail@andrehilbig.de
 | 
						|
                      https://git.andrehilbig.de/ahilbig/vorlagebewerbung
 | 
						|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
 | 
						|
 
 | 
						|
  This work may be distributed and/or modified under the
 | 
						|
  conditions of the LaTeX Project Public License, either version 1.3
 | 
						|
  of this license of (at your option) any later version.
 | 
						|
  The latest version of this license is in
 | 
						|
    http://www.latex-project.org/lppl.txt
 | 
						|
  and version 1.3 or later is part of all distributions of LaTeX
 | 
						|
  version 2005/12/01 or later.
 | 
						|
 
 | 
						|
  This work has the LPPL maintenance status `maintained'.
 | 
						|
 
 | 
						|
  This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files
 | 
						|
  bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty,
 | 
						|
  bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
 | 
						|
|                                                                                                  |
 | 
						|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
 | 
						|
|                                                                                                  |
 | 
						|
| Installation                                                                                     |
 | 
						|
|                                                                                                  |
 | 
						|
  Getting the files:
 | 
						|
    latex bewerbung.ins
 | 
						|
 | 
						|
  Getting the documentation:
 | 
						|
    latexmk -pdf bewerbung.pdf
 | 
						|
 | 
						|
  Copy the following files into a TeX-readable directory:
 | 
						|
    bewerbung*.sty
 | 
						|
    argetabelle.cls
 | 
						|
    bewerbung.cls
 | 
						|
    titlepage.inc
 | 
						|
    
 | 
						|
  The following files are needed to make a new application:
 | 
						|
    anschrift.csv
 | 
						|
    bewerbung-example.tex
 | 
						|
    config.inc
 | 
						|
    Foto.pdf
 | 
						|
 | 
						|
  The following files are needed to make a new documentation-table:
 | 
						|
    anschrift.csv
 | 
						|
    argetabelle-example.tex
 | 
						|
|                                                                                                  |
 | 
						|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
 | 
						|
|                                                                                                  |
 | 
						|
| Create a new application (in that directory-structure; only OS with a shell)                     |
 | 
						|
|                                                                                                  |
 | 
						|
  Structure of the project:
 | 
						|
        Bewerbungen:
 | 
						|
        |
 | 
						|
        +-----Anhang:
 | 
						|
             |-diplom.pdf 
 | 
						|
             |-zeugnis.pdf
 | 
						|
        |
 | 
						|
        +-----bewerbung-dreamjob:
 | 
						|
              |-Anhang -> ../Anhang
 | 
						|
              |-Foto.pdf -> ../Foto.pdf
 | 
						|
              |-anschrift.csv -> ../anschrift.csv
 | 
						|
              |-bewerbung-Traumjob.tex
 | 
						|
              |-config.inc
 | 
						|
        |-Foto.pdf
 | 
						|
        |-anschrift.csv
 | 
						|
        |-argetabelle.tex   (wie argetabelle-example.tex)
 | 
						|
        |-bewerbung.tex     (wie bewerbung-example.tex)
 | 
						|
        |-config.inc
 | 
						|
  To create a new application just execute neueBewerbung with NAME being an identifier for the new
 | 
						|
  application. It will create a new directory NAME and copy or link all the needed files out of
 | 
						|
  Bewerbungen.
 | 
						|
   ./neueBewerbung BEZEICHNER
 | 
						|
 | 
						|
  With that structure in mind the files bewerbung.tex and config.inc are your templates in
 | 
						|
  Bewerbungen. They get copied everytime you create a new application.
 | 
						|
|                                                                                                  |
 | 
						|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
 |