Hey Guys,
I would love to add my job´s name (as lawyer, teacher etc) at the head of my letter formatting. What is a good practice here?
THX
best regards
BX
Text Formatting ⇒ Letter - Job´s name
Letter - Job´s name
- Attachments
-
- Byxx_Layout_Issues_EDIT.pdf
- (186.49 KiB) Downloaded 165 times
Last edited by byxx on Sun Feb 03, 2019 2:29 am, edited 2 times in total.
Windows 10
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Letter - Job´s name
I used the scrlttr2 class and \setkomavar in separate .lco (letter class option) files for such things.
In your case, it would be good if you would tell us the letter class or template that you are using. Which one is it?
Perhaps post a code example with dummy / filler text, that should be modified.
Stefan
In your case, it would be good if you would tell us the letter class or template that you are using. Which one is it?
Perhaps post a code example with dummy / filler text, that should be modified.
Stefan
LaTeX.org admin
Letter - Job´s name
Thanks, Stefan,
this is the formatting
how to add a job title (lawyer, teacher, musician etc) here? It could be written in smaller letters below the name in the head (see. pdf)
Thanks very much
Best regards
BX
this is the formatting
Code: Select all
%---------------------------------------------------------------------------
\documentclass%%
%---------------------------------------------------------------------------
[fontsize=11pt,%% Schriftgroesse
%---------------------------------------------------------------------------
% Satzspiegel
paper=a4,%% Papierformat
%enlargefirstpage=on,%% Erste Seite anders
%pagenumber=headright,%% Seitenzahl oben mittig
%---------------------------------------------------------------------------
% Layout
headsepline=off,%% Linie unter der Seitenzahl
parskip=half,%% Abstand zwischen Absaetzen
%---------------------------------------------------------------------------
% Was kommt in den Briefkopf und in die Anschrift
fromalign=right,%% Plazierung des Briefkopfs
fromphone=on,%% Telefonnummer im Absender
fromrule=aftername,%% Linie im Absender (aftername, afteraddress)
fromfax=off,%% Faxnummer
fromemail=on,%% Emailadresse
fromurl=on,%% Homepage
fromlogo=on,%% Firmenlogo
addrfield=on,%% Adressfeld fuer Fensterkuverts
backaddress=on,%% ...und Absender im Fenster
subject=beforeopening,%% Plazierung der Betreffzeile
locfield=narrow,%% zusaetzliches Feld fuer Absender
foldmarks=on,%% Faltmarken setzen
numericaldate=off,%% Datum numerisch ausgeben
refline=narrow,%% Geschaeftszeile im Satzspiegel
firstfoot=on,%% Footerbereich
%---------------------------------------------------------------------------
% Formatierung
draft=off%% Entwurfsmodus
]
{scrlttr2}
%---------------------------------------------------------------------------
Code: Select all
\setkomavar{fromname}{Heinz Heinzer}
\setkomavar{fromaddress}{La Strada 43, 10500 Heinzn}
\setkomavar{fromphone}[\Mobilefone~]{+49\,(0)\,1545 19 52 355}
%\setkomavar{fromfax}[\FAX~]{+49\,(0)\,123\,456\,789\,1}
\setkomavar{fromemail}[\Letter~]{heinz@googlemail.de}
\setkomavar{fromurl}[]{http://heinz.de}
\setkomafont{fromaddress}{\small\rmfamily\mdseries\slshape\color{myblue}}
\setkomavar{fromlogo}{\includegraphics[scale = 0.3]{Logo}}
\setkomavar{backaddressseparator}{ - }
%\setkomavar{backaddress}{BAName, BAStreet 112, BATown} % wenn erwünscht kann hier eine andere Backaddress eingetragen werden
\setkomavar{signature}{}
% signature same indention level as rest
\renewcommand*{\raggedsignature}{\raggedright}
\setkomavar{location}{\raggedleft Kundennummer: 12345678 }
Best regards
BX
- Attachments
-
- Byxx_Layout_Issues_EDIT.pdf
- (186.49 KiB) Downloaded 170 times
-
- Byxx_Layout_Issues.pdf
- (136.7 KiB) Downloaded 190 times
Windows 10
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores