Uspatent

Tools for drafting a U.S. Patent Application using LaTeX and/or LyX

Category

Other

License

Free to use (MIT)

File

tex/PatentApplication.tex

PatentApplication.texRead-only preview
%%
%% This is file `PatentApplication.tex',
%% 
%% 
%%   Author: Peter J. Pupalaikis  (pete_pope  at hotmail dot com)
%%   Copyright 2012, 2016 Peter J. Pupalaikis
%%   Version 2.0
%% 
%%   This work may be distributed and/or modified under the
%%   conditions of the LaTeX Project Public License, either
%%   version 1.3 of this license or (at your option) any
%%   later version.
%%   The latest version of the license is in
%%      http://www.latex-project.org/lppl.txt
%%   and version 1.3 or later is part of all distributions of
%%   LaTeX version 2003/06/01 or later.
%% 
%%   This work consists of the files listed in the README file.
%% 
\documentclass[english]{uspatent}
\begin{document}

\setAssigneeName{Assignee Name}
\setAssigneeAddress{Assignee Address}
\setAssigneeCity{Assignee City, State, Zip}
\setAssigneePhone{Assignee Phone}
\setDocketNumber{Docket Number}
\setLawyerName{Patent Laywer Name}
\setLawyerNumber{Patent Lawer Reg. Number}
\setLawyerPhone{Patent Lawyer Phone}
\setOtherInventor{Another Inventor}
\setOtherInventor{Yet Another Inventor}
\setDocumentVersion{0.0}
\setPrintingModeApplication

%% The following between the comment lines is
%% usually contained in another file called:
%% Drawings.tex and included with: \include{Drawings}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\setFiguresLocation{.}

\figureDefinition{VisioDrawing}
\figureExtension{pdf}
\figureDescription{is an example drawing created in Visio}

	\annotationDefinition{Widget}
	\annotationName{widget}
	\annotationDescription{a widget in the Visio drawing}

	\annotationDefinition{Thing}
	\annotationName{thing}
	\annotationDescription{a thing in the visio drawing}

	\annotationDefinition{WidgetThingConnection}
	\annotationName{connection}
	\annotationDescription{the arrow connecting the widget and the thing}

\figureDefinition{TpXDrawing}
\figureOrientationSideways{}
\figureExtension{TpX}
\figureCaption{PRIOR ART}
\figureDescription{is an example drawing created in TpX}

	\annotationDefinition{input}
	\annotationName{input}
	\annotationDescription{the input}

	\annotationDefinition{output}
	\annotationName{output}
	\annotationDescription{the output}

	\annotationDefinition{mathProcessor}
	\annotationName{math processor}
	\annotationDescription{the math processor}

\figureDefinition{InkscapeDrawing}
\figureExtension{pdf_tex}
\figureDescription{is an example drawing created in Inkscape}

	\annotationDefinition{inputtwo}
	\annotationName{inputtwo}
	\annotationDescription{the input two}

	\annotationDefinition{outputtwo}
	\annotationName{outputtwo}
	\annotationDescription{the output two}

	\annotationDefinition{mathProcessortwo}
	\annotationDescription{the math processor two}

\figureDefinition{DrawingToBeDrawn}
\figureDescription{is a widget that can do just about anything}

	\annotationDefinition{widgetLeftSide}
	\annotationName{left side of the widget}
	\annotationDescription{left side of the widget}

	\annotationDefinition{widgetRightSide}
	\annotationName{right side of the widget}
	\annotationDescription{right side of the widget}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{Invention Name Not Yet Defined}
\date{Date of this version}
\inventor{First Named Inventor}

\maketitle

\patentSection{Field of the Invention}

\patentParagraph Describe the field of the invention like...

\patentParagraph The present invention relates to \ldots and in particular to \ldots

\patentParagraph In other words, the basic types of things that the invention improves or is implemented in.

\patentSection{Background of the Invention}

\patentParagraph Describe the past. Focus on problems that you will be solving. Talk about prior-art in detail to describe what has been done before and what the problems are. You are telling a story that inevitably leads up to ending statements like:

\patentParagraph What is needed is\ldots

\patentParagraph The things that are needed will be put forth as solutions in the next section.

\patentSection{Objects of the Invention}

\patentParagraph It is an object of this invention to \ldots{} Note that the objects should match the things that are needed as described in the last section. Do not describe the invention here, just the problems that will be solved or the utility of the invention.

\patentParagraph Still other objects and advantages of the invention will in part be obvious and will in part be apparent from the specification and drawings.

\patentSection{Summary of the Invention}

\patentParagraph In order to overcome blank, we do\ldots

\patentParagraph The invention accordingly comprises the several steps and the relation of one or more of such steps with respect to each of the others, and the apparatus embodying features of construction, combinations of elements and arrangement of parts that are adapted to affect such steps, all is exemplified in the following detailed disclosure, and the scope of the invention will be indicated in the claims.

\patentDrawingDescriptions{\noindent }

\patentSection{Detailed Description of the Preferred Embodiments}

\patentParagraph The details of the invention go here. I will use this area to make reference to the drawings so you can see how it's done. 

\patentParagraph The arrangement in \referencePatentFigure{VisioDrawing} shows an exemplary arrangement of a preferred embodiment. In \referencePatentFigure{VisioDrawing}, one sees a \annotateWithName{Widget} and a \annotateWithName{Thing} with a preferable \annotateWithName{WidgetThingConnection} that enables the \annotateWithName{Thing} to process the data coming from the \annotateWithName{Widget}. I think you get the idea.

\patentParagraph Note that \referencePatentFigure{DrawingToBeDrawn} is a drawing that I haven't created yet - but I can define it as a placeholder. Note that the description will still be shown in the brief description of the drawings section. And I can talk about the elements of the drawing not yet drawn. For example, I can say that the \annotateWithName{widgetLeftSide} is connected to the \annotateWithName{widgetRightSide}

\patentParagraph You can either write: \annotateWithName{Thing} or you can write thing~\annotate{Thing}. They both produce the same thing.

\patentParagraph I can put things in the margin of the application in draft mode like this: \patentComment{a comment like this appears in the margin when the application is printed in draft mode}

\patentParagraph Note that you make and refer to equations like this:

\begin{equation}
E=mc^{2}\label{eq:energy}
\end{equation}

\patentParagraph One of my favorite equations is:

\begin{equation}
e^{j\theta}=\cos\left(\theta\right)+j\cdot\sin\left(\theta\right)\label{eq:euler}
\end{equation}

\patentParagraph We refer to the first equation as \prettyref{eq:energy} and the second as \prettyref{eq:euler}. The second equation \prettyref{eq:euler} is Euler's equation.

\patentParagraph It will thus be seen that the objects set forth above, among those made apparent from the preceding description, are efficiently attained and, because certain changes may be made in carrying out the above method and in the construction(s) set forth without departing from the spirit and scope of the invention, it is intended that all matter contained in the above description and shown in the accompanying drawings shall be interpreted as illustrative and not in a limiting sense.

\patentParagraph It is also to be understood that the following claims are intended to cover all of the generic and specific features of the invention herein described and all statements of the scope of the invention which, as a matter of language, might be said to fall therebetween.

\patentClaimsStart

\beginClaim{Claim1}

This is an independent claim.

\beginClaim{Claim2}

The method of \claimRef{Claim1} further comprising\ldots{}

\beginClaim{Claim3}

I can use macros to say things like: a widget comprising:

a \annotationTextReference{widgetLeftSide}; and

a \annotationTextReference{widgetRightSide},

whereby the \annotationTextReference{widgetLeftSide} is on the left and the \annotationTextReference{widgetRightSide} is on the right and the two are connected in between.

\emph{Don't take this claim language as correct - remember, I'm not a lawyer - but you get the idea. Macros in claims help you to maintain consistency and help guarantee proper support for claim language (since they are elements in a drawing and must have been discussed elsewhere)}.

\patentClaimsEnd

\patentSection{Abstract}

A simple statement of what the invention pertains to

\patentDrawings
\end{document}
Preview
Uspatent preview
Uspatent LaTeX Template | Bibby | Bibby AI