Skip to content

Commit

Permalink
Indicate that this is a draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Mar 30, 2016
1 parent b4bbe54 commit b7e706e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@

% Custom Commands

\newenvironment{note}{
% Formats a note.
% Usage: \begin{note}
% Example:
% \begin{note}
% This is a draft.
% \end{note}
\bigskip
\begin{samepage}
\begin{adjustwidth}{0.5cm}{0.5cm}
\emph{Note:}%
}{
\end{adjustwidth}
\end{samepage}
\bigskip
}

\newenvironment{gramprod}[2]{
% Formats a grammar production rule.
% Not intended to be used directly.
Expand Down Expand Up @@ -117,6 +134,12 @@

\maketitle

\begin{note}
This document is a draft and may not represent the current state of the
specification. For the most recent version, visit
\url{https://github.com/jordanbtucker/json5-spec}.
\end{note}

\begin{abstract}
The JSON5 Data Interchange Format is a proposed extension to JSON that aims to
make it easier for humans to write and maintain by hand. It does this by adding
Expand Down

0 comments on commit b7e706e

Please sign in to comment.