Appearance
Seamless LaTeX Code Integration
Feature overview
Liii STEM provides seamless LaTeX integration so you can switch between traditional LaTeX workflows and Liii STEM editing with minimal friction.
- Command mode: Type standard LaTeX commands like
\frac,\alpha,\begin{align}and render instantly. - Import LaTeX snippets: Paste formulas/tables/algorithm snippets and auto-parse.
- Import full LaTeX file: Import
.texand preserve structure for further editing. - Export snippets: Copy selected formula/table as standard LaTeX code.
- Export full document: Export the entire file as
.tex. - Continuous edit-render loop: Re-enter source mode, edit, and render immediately.
Workflow
Enter command mode
Type \ to open command prompt.

Import LaTeX snippet
Right-click and choose paste from LaTeX:

If cursor is already in math mode, use Ctrl + Shift + V.

Import full LaTeX document
File -> Import -> LaTeX

Currently supports single
.texfile import. For project-style files, use tools likelatexexpandfirst.
Export LaTeX snippet
Select target content -> right click -> Copy to LaTeX.

Export full LaTeX document
File -> Export -> LaTeX document

Continuous editing
Convert editable LaTeX snippets back and forth between source and rendered result.

FAQ
Q: In slide show mode, why does unrendered LaTeX source appear when advancing pages?
Fix:
- Select the rendered math object.
- Click
Show/Hide content. - Move cursor to tag end.
- Click
Delete marker. - Re-enter slide show mode.
