LiaScript 0.14 - Teilweise Dokumentation (German)

LiaScript 0.14 - Teilweise Dokumentation (German)

Dies ist die Aufnahme von LiaScript im Präsentationsmodus, indem die Dokumentation sich selber vorstellt.

Es ist natürlich möglich der Dokumentation auch selber im interaktiven LiaScript-Modus zur folgen, klicken sie hier. Die Quellen finden Sie auch direkt auf GitHub.


0. Intro


1. Kurzeinführung Tools & Co.

Update:


3. Markdown-Grundlagen Teil 1 & Multimedia

Update:

  • Zusätzliche Überschriften auf einer Folie können durch die Nutzung der HTML5-tags <section> oder <article> eingefüght werden

    # Titel
    
    ...
    
    <article>
    ## Untertitel
    
    mit zusätzlichen Inhalten ...
    </article>
    
  • HTML-Kommentare können nun auch genutzt werden um Inhalte zu verstecken oder für persönliche Notizen:

    # Title
    
    <!-- private Notizen, die nicht gezeigt werden sollen ... -->
    
    Ein neuer Absatz
    

4. Stylen von Elementen


5. Mathematik & Formeln

Update:

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


6. Fußnoten


7. Zustände


8. Tasks/Aufgaben


9. Quizze

Todo

Tags :

Related Posts

Sister Fox and the Gray Wolf

This post will help you to set up your Atom with the appropriate plugins to speed up your development process.

Read More

LiaScript - BearLearn Talk 2019

This is an early example of a LiaScript presentation, that was given as a BearLearn Talk 2019 in Berlin. It shows how to create a simple narrative presentations with Text-to-Speech output and animations and more.

Read More

LiaScript 0.14 - Full Documentation (English)

This is a screencast of the LiaScript documentation in presentation mode spoken by LiaScript itself ;-)

Read More