summaryrefslogtreecommitdiff
path: root/support/easylatex/demo.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/easylatex/demo.txt
Initial commit
Diffstat (limited to 'support/easylatex/demo.txt')
-rw-r--r--support/easylatex/demo.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/support/easylatex/demo.txt b/support/easylatex/demo.txt
new file mode 100644
index 0000000000..e4eff737f7
--- /dev/null
+++ b/support/easylatex/demo.txt
@@ -0,0 +1,26 @@
+The identity matrix is the matrix for which a_ij = 1 when i = j, and 0 everywhere else. For example, in three dimensions, I = [[1 0 0 ; 0 1 0 ; 0 0 1]].
+
+Here is a column vector: [[0 1 0]]'.
+
+
+x \mapsto y_1...y_n
+
+
+1/3
+
+
+1 + 1 = 2
+1 \leq 3 - 1
+\leq 5
+
+
+\begin{graph}
+ rankdir=LR
+ v_1
+ v_1 -> v_2
+ v_2 -> v_3
+ v_3 -> v_1
+\end{graph}
+
+%% note: dollar sign placement cannot be auto-detected on the v2->v3 edge
+%% because of the commas