summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-27 00:30:24 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-27 00:30:24 +0100
commitb871ec64991cf242e26d81d59a6844267ea4f4f5 (patch)
tree26957b36a85f21ca42e11b237a2c0ad813cc4eb5 /README.md
parentbb53357a77105d4c01cc0c7566497f05a7620878 (diff)
downloadscala-b871ec64991cf242e26d81d59a6844267ea4f4f5.tar.gz
scala-b871ec64991cf242e26d81d59a6844267ea4f4f5.tar.bz2
scala-b871ec64991cf242e26d81d59a6844267ea4f4f5.zip
basic declarations and definitions chapter converted, needs
second-pass review.
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5370411ba7..c396e7c462 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,27 @@ General
Conversion from LaTeX - Guidelines
----------------------------------
+### Chapter conversion Checklist
+
+#. Convert all `\section{...}`
+#. Convert all `\subsection{...}`
+#. Convert all `\subsubsection{...}`
+#. Convert all `{\em ...}`
+#. Convert all `\lstlisting`
+#. Convert all `\lstinline`
+#. Convert all `\sref{sec:...}`
+#. Convert all `\begin{itemize}`
+#. Convert all `\begin{enumerate}`
+#. Convert all `\example`
+#. Convert all `\code`
+#. Convert all `\footnote`
+#. Convert all single quote pairs
+#. Convert all double quote pairs
+#. Look for manually defined enumerated lists (1. 2. 3. etc)
+#. Remove `%@M` comments
+#. Convert all extra macros (`\commadots`, etc)
+
+
### Code
Code blocks using the listings package of form
@@ -107,4 +128,5 @@ Finding rendering errors
------------------------
- MathJAX errors will appear within the rendered DOM as span elements with
- class `mtext` and style attribute `color: red` applied. \ No newline at end of file
+ class `mtext` and style attribute `color: red` applied.
+