summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/block/block.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/block/block.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/block/block.tex')
-rw-r--r--macros/latex/contrib/block/block.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/latex/contrib/block/block.tex b/macros/latex/contrib/block/block.tex
new file mode 100644
index 0000000000..0b95ea85ab
--- /dev/null
+++ b/macros/latex/contrib/block/block.tex
@@ -0,0 +1,17 @@
+\documentclass[DIV=7, pagesize=auto, version=last]{scrartcl}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \textsf{block} package}
+\author{Chua Eng Huang}
+\date{1999/07/19}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+\textsf{block.sty} is a style file for use with the \textsf{letter} class that overwrites the \verb+\opening+ and \verb+\closing+ macros so that letters can be styled with the block letter style instead of the default style. Thus, the return address, the closing, and the signature appear flushed on the left margin.
+
+\end{document}