aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorps-george <george.punter15@imperial.ac.uk>2018-03-16 18:07:49 +0000
committerGitHub <noreply@github.com>2018-03-16 18:07:49 +0000
commit0b1b74cfee0133f662c7e4a391365061823acef0 (patch)
tree699a6bf86be0a1d632e4a1c783dc961fb2aa6290 /examples
parent055e4519cd9f6611198b55891e4864b4c1e08b93 (diff)
downloadFMark-0b1b74cfee0133f662c7e4a391365061823acef0.tar.gz
FMark-0b1b74cfee0133f662c7e4a391365061823acef0.zip
use \newline in demo instead of \\\\\ (#136)
Diffstat (limited to 'examples')
-rw-r--r--examples/example.fmark6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/example.fmark b/examples/example.fmark
index 3c32485..4f3139e 100644
--- a/examples/example.fmark
+++ b/examples/example.fmark
@@ -33,5 +33,7 @@
|=5%3|=[1,0]*[1,1]/((7-4)+2)|=AVG{[1,0]:[1,2]}|
## LateX maths
-$$2^2 \begin{pmatrix} x_{00} & x_{01} & x_{01} \\\\\ x_{10} & x_{11} & x_{11}
-\\\\\ x_{20} & x_{21} & x_{21} \end{pmatrix}$$ \ No newline at end of file
+$$2* \begin{pmatrix}
+x_{00} & x_{01} & x_{01} \newline
+x_{10} & x_{11} & x_{11} \newline
+x_{20} & x_{21} & x_{21} \end{pmatrix}$$ \ No newline at end of file