From 85ef6be0aebb661260a4d8d577f372a5e9d4d32b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 25 Apr 2012 14:56:49 +0000 Subject: koma-script-sfs (2005) git-svn-id: svn://tug.org/texlive/trunk@26137 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/koma-script-sfs/README | 5 + .../doc/latex/koma-script-sfs/SFSesim.pdf | Bin 0 -> 39097 bytes .../doc/latex/koma-script-sfs/SFSesim.tex | 102 +++++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/koma-script-sfs/README create mode 100644 Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.pdf create mode 100644 Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/koma-script-sfs/README b/Master/texmf-dist/doc/latex/koma-script-sfs/README new file mode 100644 index 00000000000..a78c9aa0bd3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/koma-script-sfs/README @@ -0,0 +1,5 @@ +This work is a add on to KOMA-Script. +It consists of SFS.lco and SFSesim.tex. +SFS.lco is a letter class option file of the KOMA-Script letter class +scrlttr2 for writing finish letters. SFS.lco and SFSesim.tex for more +information about this. diff --git a/Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.pdf b/Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.pdf new file mode 100644 index 00000000000..c22936ee76d Binary files /dev/null and b/Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.pdf differ diff --git a/Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.tex b/Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.tex new file mode 100644 index 00000000000..89985d6bf5f --- /dev/null +++ b/Master/texmf-dist/doc/latex/koma-script-sfs/SFSesim.tex @@ -0,0 +1,102 @@ +%% +%% SFSesim.lco +%% +%% Copyright (c) Hannu Väisänen 2005 +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% 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.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% Maintainer is Hannu Väisänen +%% +%% This work consists of the file SFS.lco and SFSesim.tex. +%% +\documentclass{scrlttr2} +\usepackage[latin9]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[finnish]{babel} + + +% Jos haluat kappaleet sisennettyinä, kommentoi seuraavat kaksi riviä. +\setlength{\parindent}{0pt} +\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex} + + +\LoadLetterOption{SFS} + + +% Kappale 6.4.1, sivu 154. +% +\setkomavar{fromname}{Liisa Lähettäjä} +\setkomavar{fromaddress}{Asuntokatu 456 \\ 12345 Olematon} +\setkomavar{fromphone}{123 456 789} +\setkomavar{fromfax}{987 654 321} +\setkomavar{fromemail}{Etunimi.Sukunimi@osoite.fi} +\setkomavar{fromurl}{www.yritys.osoite.fi} +\KOMAoptions{foldmarks=false} +%\KOMAoptions{fromphone,fromemail,fromurl} + + +% Lähettäjän tiedot kirjeen alareunaan. +\firstfoot{% + \parbox[t]{\textwidth}{ + \begin{tabular}[t]{llll} + Liisa Lähettäjä & Puhelin & Faksi& Sähköposti \\ + Asuntokatu 4456 & \usekomavar{fromphone} + & \usekomavar{fromfax} + & \usekomavar{fromemail} \\ + 12345 Olematon + \end{tabular}% + } +} + + +\begin{document} +\begin{letter}{Ville Vastaanottaja \\ +Asuntokatu 123 \\ +12345 Olematon} + + +\opening{Aloitusfraasi tulee tähän} + +\C{0} + +Otsikko alkaa sarakkeesta 0 + +\C{2} + +Leipäteksti alkaa sarakkeesta 2. + +Tämä kirje on esimerkki SFS-standardin mukaisesta kirjeestä. + +Kirje käyttää \KOMAScript'in scrlttr2-pakettia, johon on +määritelty konfigurointitiedosto SFS.lco. Enemmän kommentteja +on sen alussa. + +\C{0} + +Toinen otsikko + +\C{2} + +Sarakkeet määritellään komennolla \verb=\C{n}=, +missä n voi olla 0, 1, 2, 3, 4, 5, 6, 7 tai 8. + +\verb=\C{0}= on sama kuin vasen marginaali, ja +\verb=\C{8}= on sama kuin oikea marginaali. + +\C{0} + + +%\cc{Huu Haa Hoo} +%\encl{Juupa joo.} + +\closing{Lopetusfraasi tulee tähän} +\end{letter} +\end{document} -- cgit v1.2.3