]> git.donarmstrong.com Git - lib.git/commitdiff
add various templates that I use
authorDon Armstrong <don@donarmstrong.com>
Sat, 14 Apr 2007 02:10:39 +0000 (02:10 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 14 Apr 2007 02:10:39 +0000 (02:10 +0000)
templates/article_shell.tex
templates/improper_owner_mail.txt
templates/invoice.tex [new file with mode: 0644]
templates/owner_modify_mail.txt [new file with mode: 0644]

index ebde55e264e1e18f638e91eee2c188edcc94bc51..2b1d9942cfdd04e82d95542424602da7d039cbff 100644 (file)
 \renewcommand{\bottomfraction}{0.65}
 \renewcommand{\floatpagefraction}{0.60}
 %\renewcommand{\baselinestretch}{1.8}
+\newenvironment{enumerate*}%
+  {\begin{enumerate}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{0pt}}%
+  {\end{enumerate}}
+\newenvironment{itemize*}%
+  {\begin{itemize}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{0pt}}%
+  {\end{itemize}}
 \oddsidemargin 0.0in 
 \textwidth 6.5in
 \raggedbottom
index 5ed8f7649fe4ebc8b93a1cc265443b7c44477610..09087ba684830a8bf1f12196d4f7a038689e14a3 100644 (file)
@@ -1,28 +1,28 @@
-You've misdirected an email to owner@bugs.debian.org or one of the                                                                                             
-aliases that points to it.  This email address is only for reporting                                                                                           
-problems with the Debian bug tracking system itself, including reports                                                                                         
-of spam that is archived in the Debian bug tracking system.                                                                                                    
-                                                                                                                                                               
-For general information on Debian, see: http://www.debian.org/                                                                                                 
-                                                                                                                                                               
-To discuss things without submitting a specific bug, please use                                                                                                
-an appropriate mailing list such as debian-user@lists.debian.org .                                                                                             
-For a list of Debian mailing lists, see: http://lists.debian.org/                                                                                              
-                                                                                                                                                               
-To contact the maintainer of package foobar, send email to                                                                                                     
-foobar@packages.debian.org .                                                                                                                                   
-                                                                                                                                                               
-To report a new bug please follow the instructions on                                                                                                          
-http://www.debian.org/Bugs/Reporting to submit a bug report.  The                                                                                              
-reportbug command is the recommended way.  If you don't know what                                                                                              
-package to report the bug on, use your best guess or report it to an                                                                                           
-appropriate pseudo-package.                                                                                                                                    
-                                                                                                                                                               
-To send information about an existing bug 123, send email to                                                                                                   
-123@bugs.debian.org .  To send to the submitter of 123, use                                                                                                    
-123-submitter@bugs.debian.org .  If the bug is archived (closed for 28                                                                                         
-days with no new information) you need to request to                                                                                                           
-owner@bugs.debian.org to unarchive the bug.                                                                                                                    
-                                                                                                                                                               
-http://www.debian.org/Bugs/ can be used to search the Debian bug                                                                                               
-database by various criteria.                                                                                                                                  
+You've misdirected an email to owner@bugs.debian.org or one of the
+aliases that points to it.  This email address is only for reporting
+problems with the Debian bug tracking system itself, including reports
+of spam that is archived in the Debian bug tracking system.
+
+For general information on Debian, see: http://www.debian.org/ 
+
+To discuss things without submitting a specific bug, please use 
+an appropriate mailing list such as debian-user@lists.debian.org .
+For a list of Debian mailing lists, see: http://lists.debian.org/
+
+To contact the maintainer of package foobar, send email to
+foobar@packages.debian.org .
+
+To report a new bug please follow the instructions on
+http://www.debian.org/Bugs/Reporting to submit a bug report.  The
+reportbug command is the recommended way.  If you don't know what
+package to report the bug on, use your best guess or report it to an
+appropriate pseudo-package.
+
+To send information about an existing bug 123, send email to
+123@bugs.debian.org .  To send to the submitter of 123, use
+123-submitter@bugs.debian.org .  If the bug is archived (closed for 28
+days with no new information) you need to request to
+owner@bugs.debian.org to unarchive the bug.
+
+http://www.debian.org/Bugs/ can be used to search the Debian bug
+database by various criteria.
diff --git a/templates/invoice.tex b/templates/invoice.tex
new file mode 100644 (file)
index 0000000..52a3fbf
--- /dev/null
@@ -0,0 +1,75 @@
+\documentclass[english,10pt]{letter}
+\usepackage{invoice}
+\usepackage[inline]{fixme}
+\newenvironment{narrow}[2]{%
+  \begin{list}{}{%
+      \setlength{\topsep}{0pt}%
+      \setlength{\leftmargin}{#1}%
+      \setlength{\rightmargin}{#2}%
+      \setlength{\listparindent}{\parindent}%
+      \setlength{\itemindent}{\parindent}%
+      \setlength{\parsep}{\parskip}}%
+  \item[]}{\end{list}}
+\renewcommand{\textfraction}{0.15}
+\renewcommand{\topfraction}{0.85}
+\renewcommand{\bottomfraction}{0.65}
+\renewcommand{\floatpagefraction}{0.60}
+\newenvironment{enumerate*}%
+{\begin{enumerate}%
+    \setlength{\topsep}{5pt}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{5pt}}%
+  {\end{enumerate}}
+\newsavebox{\sbitemize}
+\newenvironment{itemize*}%
+{\begin{lrbox}{\sbitemize}\begin{minipage}{9cm}\begin{itemize}%
+    \setlength{\topsep}{5pt}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{5pt}}%
+  {\end{itemize}\end{minipage}\end{lrbox}\setlength{\fboxrule}{0.0pt}\fbox{\usebox{\sbitemize}}}
+\addtolength{\topmargin}{-1.7in}
+\addtolength{\textheight}{3in}
+
+\name{Don Armstrong}
+\address{
+  Don Armstrong\\
+  5045 Kensington Way\\
+  Riverside, CA 92507-6044\\
+  {\bf don@donarmstrong.com}\\
+  714-813-8531}
+\newcommand{\CLIENT}{Client Name}
+\begin{document}
+
+\begin{letter}{
+    \Client\\
+    \fixme{Address}\\
+    \\
+    }
+
+    \opening{\ } Please find the invoice for work performed for
+    \CLIENT\ by Don Armstrong on \fixme{Project} from \fixme{FromDate}
+    to \fixme{ToDate} below. To pay via check, please make checks
+    payable to ``Don Armstrong'' and mail to the address above. If you
+    wish to pay via other means, please e-mail {\bf
+      don@donarmstrong.com} for further instructions.
+
+  Note: The times below indicate the time spent on each of the
+  subdivisions indicated, not necessarily that the task was completed
+  in this invoice period.
+
+\begin{narrow}{-4in}{-2in}
+  \begin{center}
+    \begin{minipage}{\textwidth}
+      \begin{invoice}{US}{0}
+        \ProjectTitle{}
+        \Fee{\begin{itemize*}
+          \item 
+        \end{itemize*}}{50.00}{1}
+      \end{invoice}
+    \end{minipage}
+  \end{center}
+\end{narrow}
+
+\end{letter}
+
+\end{document}
\ No newline at end of file
diff --git a/templates/owner_modify_mail.txt b/templates/owner_modify_mail.txt
new file mode 100644 (file)
index 0000000..6a1cafa
--- /dev/null
@@ -0,0 +1,19 @@
+As a rule we do not modify bug reports that have been submitted to the
+BTS. This includes deleting content, masking e-mails or otherwise
+hiding information that has been submitted to the BTS.
+
+The only modifications that we do make are removing messages which are
+obviously spam.
+
+If you are concerned about your e-mail address being made public by
+continuing to be present on bugs.debian.org, it is already too late.
+Every message that is sent to the BTS is broadcast to a number of
+mailing lists and mirrored throughout the internet. Spammers are known
+to be subscribed to these mailing lists.
+
+Instead, we strongly suggest that you invest in anti spam software
+like spamassassin or similar, as removing or otherwise munging
+information will not stem the tide of spam at all.
+
+Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=63995 et
+al. if you have more questions about this.