LiaScript 0.14 - Partial Documentation (Korean)

LiaScript 0.14 - Partial Documentation (Korean)

This is an automated translation of the LiaScript LiaScript into the Korean language.

You can inspect the document by your own, either directly from GitHub or as the interactive LiaScript version.


1. Overview on Tools & More

Update:


2. Markdown-Basics part 1 & Multimedia

todo

Update:

  • Additional headers can be inserted into a slide by using the HTML5-tag <section> or <article>

    # Title
    
    ...
    
    <article>
    ## Subtitle
    
    with subsection content ...
    </article>
    
  • HTML comments can now be used to hide content or to add personal notes:

    # Title
    
    <!-- some private information not to be shown to the public ... -->
    
    A new paragraph
    

3. Markdown-Basics part 2

todo


4. Styling elements


5. Math & Formulas

Update:

You can now also define custom KaTeX-macros, which can be either locally or globally defined.


6. Footnotes


7. State


8. Tasks


Todo

Related Posts

Open Educational Ressources (OER) - Vision, Vorteile und praktische Umsetzung mit LiaScript und OPAL

Gemeinsam mit Studenten Lehrmaterialien erstellen und diese unter einer freien OER Lizenz teilen.

Read More

Collaborative drawings made with LiaScript

In this article we will explore how to create a collaborative drawing canvas (in other words a whiteboard) using LiaScript’s internal publish -subscribe mechanisms.

Read More

Importing a local WebCam-stream into a Presentation

Sometimes you want to show a live video stream from a local WebCam in your presentation, without having to move to another application.

Read More