From Newsgroup: comp.text.tex
Robert Heller <
heller@deepsoft.com> wrote or quoted:
Does anyone know of a template (or style file or class file) for something >like a Last Will and Testament?
I have asked the chatbot; so, as a starting point and baseline
for further refinement and discussion, let me post his answer
here, formatted by me for Usenet.
My prompt,
|Do you know of a TeX or LaTeX template (or style file or
|class file) for something like a Last Will and Testament?
, the chatbot,
|There is no official, specialized document class or style file
|for a Last Will and Testament on the Comprehensive TeX Archive
|Network (CTAN). Legal documents require precise jurisdiction-
|specific wording rather than specialized typesetting engines.
|
|You can build a professional, legally structured will using
|standard LaTeX classes.
|
|Recommended Document Setup
|
|Use the standard article class. Pair it with standard geometry
|and typography packages to give the document a formal appearance.
|
|LaTeX
|
|\documentclass[11pt,12pt]{article}
|\usepackage[utf8]{inputenc}
|\usepackage[margin=1in]{geometry}
|\usepackage{times} % Traditional, serious serif font
|\usepackage{setspace}
|\doublespacing % Often preferred for legal documents to allow physical markup |
|\begin{document}
|% Content goes here
|\end{document}
|
|Use code with caution.
|
|Essential Formatting Elements
|
|- Header Blocks: Use centering for the main title. Do not use
| standard \maketitle metadata.
|
|- Numbered Sections: Use \section* to manually control the
| titles of your clauses (e.g., First Clause, Second Clause)
| without generating numeric article sectioning formats.
|
|- Signature Lines: Use the tabular environment or standard
| horizontal rules (\hrulefill) to create clean, aligned
| signature spaces for the Testator, Witnesses, and Notary
| Public.
|
|Structural Template Example
|
|LaTeX
|
|\documentclass[12pt]{article}
|\usepackage[margin=1in]{geometry}
|\usepackage{times}
|\usepackage{setspace}
|\doublespacing
|
|\begin{document}
|
|\begin{center}
| \bfseries\Large LAST WILL AND TESTAMENT \\
| OF \\
| [YOUR FULL LEGAL NAME]
|\end{center}
|
|\noindent I, [YOUR NAME], residing at [YOUR ADDRESS], being of
|sound mind and memory, do hereby make, publish, and declare
|this to be my Last Will and Testament, hereby revoking any and
|all prior wills and codicils made by me.
|
|\section*{ARTICLE I: APPOINTMENT OF EXECUTOR}
|
|I hereby nominate, constitute, and appoint [EXECUTOR NAME], of
|[EXECUTOR ADDRESS], as the Executor of this my Last Will and
|Testament. If they are unable or unwilling to serve, I
|nominate [BACKUP EXECUTOR NAME] as alternate Executor.
|
|\section*{ARTICLE II: DISPOSITION OF PROPERTY}
|
|I direct that all my legally enforceable debts, funeral
|expenses, and expenses of my last illness be paid first.
|Subject to these payments, I give, devise, and bequeath all of
|my property, both real and personal, to [BENEFICIARY NAME(S)].
|
|\section*{ARTICLE III: MISCELLANEOUS PROVISIONS}
|
|[Insert additional local state provisions, digital asset
|directives, or guardianship clauses here].
|
|\vspace{2cm}
|
|\noindent IN WITNESS WHEREOF, I have hereunto set my hand and
|seal this \underline{\hspace{1cm}} day of
|\underline{\hspace{3cm}}, 20\underline{\hspace{0.5cm}}.
|
|\vspace{1.5cm}
|
|\begin{flushright}
| \begin{tabular}{ll}
| \line(1,0){200} \\
| [YOUR NAME], Testator
| \end{tabular}
|\end{flushright}
|
|\newpage
|\begin{center}
| \bfseries\large ATTESTATION CLAUSE
|\end{center}
|
|The foregoing instrument was on the date thereof signed,
|published, and declared by the Testator to be their Last Will
|and Testament in the presence of us...
|
|\vspace{1.5cm}
|
|\noindent
|\begin{tabular}{lll}
| Witness Signature: & \line(1,0){150} & Date: \line(1,0){60} \\
| Printed Name: & \line(1,0){150} & \\
| Address: & \line(1,0){150} & \\
| [2cm]
| Witness Signature: & \line(1,0){150} & Date: \line(1,0){60} \\
| Printed Name: & \line(1,0){150} & \\
| Address: & \line(1,0){150} & \\
|\end{tabular}
|
|\end{document}
|
|Use code with caution.
|
|Important Legal Risks
|
|- Jurisdiction Controls Legality: The structure of a will
| depends entirely on your local state or country laws. Even
| if your LaTeX compilation looks immaculate, a missing specific
| statutory clause can render the document completely void.
|
|- Witness and Notary Requirements: Most areas strictly
| enforce rules regarding the number of witnesses, witness
| disqualification (e.g., beneficiaries generally cannot
| witness), and mandatory notary signatures.
|
|- Safer Alternatives: If you need a legal base text before formatting
| it cleanly in LaTeX, cross-reference your wording against approved
| local government forms, such as the official Texas Supreme Court
| Will Forms, or interactive legal tools like LawDepot. Always have
| a licensed attorney review your final compiled text.
|
|If you are open to sharing, what state or country do you live
|in, and are there specific clauses (like guardianship for
|minors or trust structures) that you need to account for?
|
|AI can make mistakes, so double-check responses
|
what the chatbot wrote.
--- Synchronet 3.22a-Linux NewsLink 1.2