summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fullblck
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fullblck')
-rw-r--r--Master/texmf-dist/tex/latex/fullblck/fullblck.sty44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/fullblck/fullblck.sty b/Master/texmf-dist/tex/latex/fullblck/fullblck.sty
new file mode 100644
index 00000000000..92eae7089ea
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/fullblck/fullblck.sty
@@ -0,0 +1,44 @@
+%%
+%% This is file `fullblck.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% fullblck.dtx (with options: `package')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from fullblck.sty.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file fullblck.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+%% File: fullblck.dtx Copyright 1998,1999 James H. Cloos, Jr. <cloos@jhcloos.com>
+\NeedsTeXFormat{LaTeX2e}[1996/06/01]
+\ProvidesPackage{fullblck}
+ [1998/11/17 v1.1 JHCloos FullBlock Style for Letters]
+\longindentation=0pt%
+\renewcommand*{\opening}[1]{\ifx\@empty\fromaddress
+ \thispagestyle{firstpage}%
+ {\raggedright\@date\par}%
+ \else % home address
+ \thispagestyle{empty}%
+ {\raggedright\ignorespaces
+ \fromaddress \\*[2\parskip]%
+ \@date \par}%
+ \fi
+ \vspace{2\parskip}%
+ {\raggedright \toname \\ \toaddress \par}%
+ \vspace{2\parskip}%
+ #1\par\nobreak}
+
+\endinput
+%%
+%% End of file `fullblck.sty'.