From 4f0d99e04c15e999afbe73af3b685a9704927918 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 21 Apr 2023 23:12:25 -0700 Subject: add new archive files --- markdown/groff_or_latex_math.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 markdown/groff_or_latex_math.md (limited to 'markdown/groff_or_latex_math.md') diff --git a/markdown/groff_or_latex_math.md b/markdown/groff_or_latex_math.md new file mode 100644 index 0000000..3fd5733 --- /dev/null +++ b/markdown/groff_or_latex_math.md @@ -0,0 +1,37 @@ +# hello + +haha + +- hoho + - hihi + - hehe + +- foo + - bar + +this is theta: θ + +this is emoji: 👀 + +thie is chinese: 中文 + +## hi + +```{=ms} +.EQ +x={-b +- sqrt{b sup 2 -4ac}}over 2a +.EN +``` + +use this to convert +``` +pandoc -t ms -s 0t.md -o 1t.pdf +``` + +## hoho + +kaka\ +$$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$ + +lala\ +$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$ -- cgit 1.4.1