Skip to content

Commit b7e706e

Browse files
committed
Indicate that this is a draft
1 parent b4bbe54 commit b7e706e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

main.tex

+23
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@
3636

3737
% Custom Commands
3838

39+
\newenvironment{note}{
40+
% Formats a note.
41+
% Usage: \begin{note}
42+
% Example:
43+
% \begin{note}
44+
% This is a draft.
45+
% \end{note}
46+
\bigskip
47+
\begin{samepage}
48+
\begin{adjustwidth}{0.5cm}{0.5cm}
49+
\emph{Note:}%
50+
}{
51+
\end{adjustwidth}
52+
\end{samepage}
53+
\bigskip
54+
}
55+
3956
\newenvironment{gramprod}[2]{
4057
% Formats a grammar production rule.
4158
% Not intended to be used directly.
@@ -117,6 +134,12 @@
117134

118135
\maketitle
119136

137+
\begin{note}
138+
This document is a draft and may not represent the current state of the
139+
specification. For the most recent version, visit
140+
\url{https://github.com/jordanbtucker/json5-spec}.
141+
\end{note}
142+
120143
\begin{abstract}
121144
The JSON5 Data Interchange Format is a proposed extension to JSON that aims to
122145
make it easier for humans to write and maintain by hand. It does this by adding

0 commit comments

Comments
 (0)