diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-07 23:28:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-07 23:28:09 +0000 |
commit | c144f631148fc20d9c33eda228ef0207e1af3713 (patch) | |
tree | 2a321b12ac1b2df2065d4b7cd339c37061933465 /Master/texmf-dist/tex/latex/hletter/hletf.clo | |
parent | 8f90b562b952a727453b13d8316c582285e9a312 (diff) |
new latex package hletter 4.1 (7nov11)
git-svn-id: svn://tug.org/texlive/trunk@24534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hletter/hletf.clo')
-rw-r--r-- | Master/texmf-dist/tex/latex/hletter/hletf.clo | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hletter/hletf.clo b/Master/texmf-dist/tex/latex/hletter/hletf.clo new file mode 100644 index 00000000000..5ad0920e7de --- /dev/null +++ b/Master/texmf-dist/tex/latex/hletter/hletf.clo @@ -0,0 +1,121 @@ +%% +%% This is an example of `hletf.clo' which is part of the hletter package +%% it should be rewritten by the user +%% +%% Copyright (C) 2011 Brian Housley +%% +%% It may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.2 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% Problems, bugs and comments to +%% brian.housley@gcs.ch +%% +%% +%% Copyright (C) 2011 Brian Housley +%% +%% It may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.2 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% Problems, bugs and comments to +%% brian.housley@gcs.ch +%% + +% Letter options for French +% +% private -> 1 +% signit -> 2 +% bruni -> 3 +% test -> 4 +% +\ifcase\hltype +% case = 0 (no option - private) + \addressA{Largitzenstrasse 15} + \addressB{CH--4056 B\^ale} + \addressC{La Suisse} + \extraA{Tel\'ephone: +41 (61) 345 78 90} + \extraB{Tel\'efax: +41 (61) 345 78 92} + \extraC{eMail: info@gccs.com} + \bottomL{Bank: VCT Unterwil, CH--4220 Unterwil/BL} + \bottomR{Account: 322--956123.02R} +\or +% case = 1 (private) + \address{Rue principal 15\\ + \textbf{CH-4056 B\^ale}\\ + La Suisse\\[1ex] + \small Tel: +41 61 322 6382\\ + \small Fax: +41 61 383 8148\\ + \small Mobile: +41 76 337 4207\\ + \small eMail: brian.smith@epfl.ch} +\or +% case = 2 (signit) + \addressA{Largitzenstrasse 15} + \addressB{CH--4056 B\^ale} + \addressC{La Suisse} + \extraA{Tel\'ephone: +41 (61) 345 78 90} + \extraB{Tel\'efax: +41 (61) 345 78 92} + \extraC{eMail: info@gccs.com} + \bottomL{Bank: VCT Unterwil, CH--4220 Unterwil/BL} + \bottomR{Account: 322--956123.02R} + \sign{signat} +\or +% case = 3 (bruni) + \addressA{Le Beffroi} + \addressB{54, Main Street} + \addressC{Upper Throgmortondale} + \extraA{Tel\'ephone: +44 187 3546} + \extraB{Tel\'efax: +44 187 3547} + \extraC{email: bruni@songs.flat.ac.uk} + \centreA{Chanteuse forte} + \centreB{Volume sans problem} + \centreC{Flats \& sharps utilis\'{e}} + \centreD{\rule[.5ex]{16mm}{1pt}} + \centreE{Notes parfois utilis\'{e}} + \centreF{\'{E}pieus permis} + \centrepos{-10mm} + \bottomL{$\ast\ast\ast\ast\ast\ast$} + \bottomC{\emph{Lullabies for small and big children our speciality}} + \bottomR{$\ast\ast\ast\ast\ast\ast$} + \sign[10mm]{signat} + \logo[50mm]{Bruennhilde} + \DeclareFixedFont{\newfa}{OT1}{phv}{m}{n}{12pt} + \DeclareFixedFont{\newfc}{OT1}{phv}{m}{sl}{10pt} +\or +% case = 4 (test --- run with draft) + \logo{test} + \addressA{\texttt{\char'134addressA}} + \addressB{\texttt{\char'134addressB}} + \addressC{\texttt{\char'134addressC}} + \extraA{\texttt{\char'134extraA}} + \extraB{\texttt{\char'134extraB}} + \extraC{\texttt{\char'134extraC}} + \centreA{\texttt{\char'134centreA}} + \centreB{\texttt{\char'134centreB}} + \centreC{\texttt{\char'134centreC}} + \centreD{\texttt{\char'134centreD}} + \centreE{\texttt{\char'134centreE}} + \centreF{\texttt{\char'134centreF}} + \centrepos{10mm} + \bottomL{\texttt{\char'134bottomL}} + \bottomC{\texttt{\char'134bottomC}} + \bottomR{\texttt{\char'134bottomR}} + \logo{test} + \sign{testsig} +\else +% all other cases (should never be used!) + \addressA{?} + \addressB{?} + \addressC{?} + \extraA{Telephone: ?} + \extraB{Telefax: ?} + \extraC{eMail: ?} +\fi |