From 152da3165370b4819b1491b51731930b884bd031 Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 14 Mar 2022 18:16:29 +0900 Subject: [PATCH] auto --- manuscript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript.md b/manuscript.md index bdfa652..7dccacd 100644 --- a/manuscript.md +++ b/manuscript.md @@ -128,7 +128,7 @@ The abuse of CodeBlocks for another purpose will be discussed in another section ## Mathematical Equations By default, we may use `$$` environment for mathematical formula. -Nonetheless, actually, we can use any \latex{} scenario, such as: +Nonetheless, actually, we can use any \latex scenario, such as: ~~~ $$ $$ is equal with \begin{equation} @@ -270,7 +270,7 @@ We can create tables using the following template: ~~~ Currently, we cannot create full width two-columns table automatically using above default syntax. -For the moment, we should use a complete \latex{} syntax to fulfill this. +For the moment, we should use a complete \latex syntax to fulfill this. The detailed syntax for this purpose will be shown in the Appendix.