From f07b214ed7ab7e64db51dc4d973c131c0c4713dc Mon Sep 17 00:00:00 2001 From: IntegratedQuantum <43880493+IntegratedQuantum@users.noreply.github.com> Date: Sat, 22 Dec 2018 11:30:14 +0100 Subject: [PATCH 1/2] adds file containing information to use the syntax --- syntax.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 syntax.txt diff --git a/syntax.txt b/syntax.txt new file mode 100644 index 0000000..255ba1a --- /dev/null +++ b/syntax.txt @@ -0,0 +1,13 @@ +[r]This special text will only be displayed if the user activated Requierements.[\] +[t]This is a normal text with a ĦFileĦ2ĦHyperlinkĦ linked to assets/2/File.txt.\Now the text continues in a new line[\] +This sentence will not get displayed. +The following formula displays the integral the root of Ψ which is the root of Ψ³. +[f]∫√Ψ√ dΨ = √Ψ^3 √[\] +The following formula displays ⅜ as a fraction. Roots can also be displayed in a fraction. +[f]{3}/{8} = {√9√}/{√64√}[\] +The following shows the diagramm number 1 which is defined in the source code. +[d]1[\] +This is an animation: +[a]xyz[\] +In the file xyz.txt the number of frames and the time per frame needs to be defined as :"numberofframes\timeperframeinms". There need to be the pictures xyz1.png to xyznumberofframes.png. +[t]²This text is "italic".² Operators need to have a ^ above them. ³c → ĉ[\] From b04a80405abfe51fd6bc7cf6921838973a41df6f Mon Sep 17 00:00:00 2001 From: IntegratedQuantum <43880493+IntegratedQuantum@users.noreply.github.com> Date: Sat, 22 Dec 2018 20:28:20 +0100 Subject: [PATCH 2/2] Update syntax.txt --- syntax.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax.txt b/syntax.txt index 255ba1a..bbbd319 100644 --- a/syntax.txt +++ b/syntax.txt @@ -1,8 +1,8 @@ [r]This special text will only be displayed if the user activated Requierements.[\] [t]This is a normal text with a ĦFileĦ2ĦHyperlinkĦ linked to assets/2/File.txt.\Now the text continues in a new line[\] This sentence will not get displayed. -The following formula displays the integral the root of Ψ which is the root of Ψ³. -[f]∫√Ψ√ dΨ = √Ψ^3 √[\] +The following formula displays the integral the root of Ψ which is proportional to the root of Ψ³. +[f]∫√Ψ√ dΨ = k*√Ψ^3 √[\] The following formula displays ⅜ as a fraction. Roots can also be displayed in a fraction. [f]{3}/{8} = {√9√}/{√64√}[\] The following shows the diagramm number 1 which is defined in the source code.