todo.org: Add an item
[worg.git] / exporters / koma-letter-new-example.org
blob1577fe48568a7d955491d753a3588268ee4ec4e9
1 * Preamble                                                         :noexport:
3 #+TITLE:  Mis-shapen chaos of well-seeming forms!
4 #+DATE: 1580
5 #+AUTHOR: Romeo
7 # This file is released by its authors and contributors under the GNU
8 # Free Documentation license v1.3 or later, code examples are released
9 # under the GNU General Public License v3 or later.
11 #+SUBJECT: Or: org-mode and KOMA-Script letters
12 #+PLACE: Verona, Italy
14 #+LCO: DINmtext
15 # NOTE: Check the KOMA-Script manual to find a LCO that fits the
16 #       envelope standards of your country.
18 # NOTE: Change the order of the backletter, use smart quotes and
19 #       include backaddress
20 #+OPTIONS: after-closing-order:(my_after_signature ps cc encl)
21 #+options: ':t backaddress:t subject:centered
23 # Remove the first header
24 #+LATEX_HEADER: \setkomavar{firsthead}{}
26 * To-address of the lovely Juliet                                        :to:
27 # NOTE: Explicit newlines are not necessary in TO and FROM
28 Juliet
29 House of Capulet
30 Verona
32 * From                                                                 :from:
33 House of Montague
34 Verona
35 * Location                                                         :location:
36 #+LATEX_HEADER: \usepackage{tikz}
37 #+BEGIN_CENTER
38 *Montague*
39 #+BEGIN_EXPORT latex
40 \tikz \draw (0,0) --+ (0,-1)
41        arc [radius=1, start angle=-180, end angle=0]
42        --+ (0,1) -- cycle
43        node [below=1.5em,midway] {\bfseries M};
44 #+END_EXPORT
45 #+END_CENTER
47 * Dear Juliet,
48 # NOTE: Your letter is the first non-special heading.  The title of
49 # this heading may used as an opening.
51 #+BEGIN_VERSE
52 Then plainly know my heart's dear love is set
53 On the fair daughter of rich Capulet:
54 As mine on hers, so hers is set on mine;
55 And all combin'd, save what thou must combine
56 By holy marriage: when, and where, and how
57 We met, we woo'd, and made exchange of vow,
58 I'll tell thee as we pass; but this I pray,
59 That thou consent to marry us to-day.
60 #+END_VERSE
62 * Yours truly,                                                      :closing:
63 Romeo of House Montague
64 * some arbitrary LaTeX code                              :my_after_signature:
65 #+BEGIN_EXPORT latex
66 % this special heading was added dynamically.
67 #+END_EXPORT
68 * PS                                                                     :ps:
69 PS: "PS" is not typeset automatically by KOMA-Script
71 @@latex:\noindent@@ PPS: This is a feature!
72 * CC                                                                     :cc:
73 Paris and Lawrence.
74 * ENCL                                                                 :encl:
75 See also [[https://en.wikisource.org/wiki/The_Tragedy_of_Romeo_and_Juliet][The Tragedy of Romeo and Juliet]]
76 * some more arbitrary LaTeX code                               :after_letter:
77 #+BEGIN_EXPORT latex
78 % here we can place random LaTeX code, e.g. including PDFs via the pdfpages package.
79 #+END_EXPORT