                 The KITstyles package
LaTeX templates for reports, posters, letters and slides
   for Karlsruhe Institute of Technology (KIT)

File:       README
Author:     le-tex publishing services
Maintainer: le-tex publishing services


DESCRIPTION
===========

The KITstyles package provides four
styles/templates with the KIT corporate design:
for reports, for posters, for letters and for slides.

Copyright (C) 2022--2023 Karlsruhe Institute of Technology


FILES IN DISTRIBUTION
=====================

   BASE DISTRIBUTION:

      README                                     This file
      KITstyles.dtx                              Package source and installation file
      report.tex                                 Report template
      poster.tex                                 Poster template
      posterscaled.tex                           Template to scale a poster PDF
      letter.tex                                 Letter template
      slides.tex                                 Slides template
      kitlogo_*_*.eps/.pdf                       Logo files
      KIT-Bildwelt_*_RGB_breit_Vorlage.eps/.jpg  Visual design files

   DOKUMENTATION:

      KITreport.pdf  User manual for the report package,
      KITposter.pdf  User manual for the poster package,
      KITletter.pdf  User manual for the letter package,
      KITslides.pdf  User manual for the slides package,
                     all four are produced as described below.


BASIC INSTALLATION
==================

   To get the style files 'KITreport.sty', 'KITposter.sty', 'KITletter.lco'
   and 'beamerthemeKIT.sty' as well as the documentations 'KITreport.pdf',
  'KITposter.pdf', 'KITletter.pdf' and 'KITslides.pdf' execute:

     pdflatex --jobname KITreport KITstyles.dtx (twice)
     pdflatex KITposter (twice)
     pdflatex KITletter (twice)
     pdflatex KITslides (twice)

   To get the documentations in German, open KITstyles.dtx and 
   uncomment the marked "ngerman" before the pdflatex runs.

   The minimum requirement to use one of the packages 'KITreport.sty',
    'KITposter.sty', 'KITletter.lco' or 'beamerthemeKIT.sty' is to have it
   (as well as the corresponding logo and visual design files)
   in a directory where TeX can find it.

   To compose the ready-to-run author packages for 
   reports, posters, slides and letters, run

     lualatex report (twice)
     lualatex poster (twice)
     lualatex letter (twice)
     lualatex slides (twice)

   and bundle the files as follows:

     zip KITreport.zip KITreport.sty KITreport.pdf kitlogo_*_rgb.* KIT-Bildwelt_Allgemein_*_RGB_breit_Vorlage.* report.tex report.pdf video.mp4
     zip KITposter.zip KITposter.sty KITposter.pdf kitlogo_*_rgb.* poster.tex poster.pdf video.mp4
     zip KITletter.zip KITletter.lco KITletter.pdf kitlogo_*_*.* letter.tex letter.pdf
     zip KITslides.zip beamerthemeKIT.sty KITslides.pdf kitlogo_*_rgb.* KIT-Bildwelt_*_RGB_breit_Vorlage.* slides.tex slides.pdf video.mp4
