TeXForge User Help

TeX subset syntax

TeXForge accepts a defined subset only.

\title{...}
\author{...} (repeatable)
\date{YYYY-MM-DD}
\keywords{a,b,c}
\abstract{...} or abstract environment

\chapter{...} (optional)
\section{...}
\subsection{...}
\subsubsection{...}

Inline: \textbf{}, \textit{}, \underline{}, \emph{}
List: itemize/enumerate + \item
Math: $...$, \[...\], $$...$$
Table: simple tabular only
Figure: \includegraphics{path}, optional \caption{}, \label{}
Ref: \label{X}, \ref{X}
Theorem env: definition/theorem/lemma/corollary/proposition/remark/example/proof
Code env: verbatim or code
      

Unsupported commands/environments are preserved as raw blocks and can be processed by worker later.

Editing and preview

Use the editor page to write source and run Quick Preview. The right panel shows rendered output.

You can also import a ZIP package containing .tex + .bib + .tikz/.pdf/.ps and export the current post as a ZIP bundle.

Visibility and publish

Each post supports public, unlisted, or private visibility.

Build Site creates static pages in site output.

Docs Viewer

/docs/<slug> provides ebook-style reading with TOC, progress, typography controls, and theme modes.