*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
Sample Latex use in Wiki
Be sure to edit with Wiki Markup (NOT Rich Text - it can comment out latex code)
Use small segments of latex, as the out put is an image
—
Here is some sample output
| Latex |
|---|
\begin{itemize}
\item
$\alpha = \delta \cdot a_n \cdot \varepsilon$
\item
$\gamma$ is the sequence returned by $wt(s_{n-1},Q_i)$ and $b$ is
its final state
\item
$a_n$ is an action of process $P_i$
\item
none of the sequences $\beta$, $\gamma$, or $\varepsilon$ contains
an action from process $P_i$
\item
$d_1$ decides 1 and $d_0$ decides 0
\end{itemize}
|
-----------------------------
Here is the Wiki Markup that produces the above
| HTML |
|---|
<pre>{latex}
\begin{itemize}
\item
$\alpha = \delta \cdot a_n \cdot \varepsilon$
\item
$\gamma$ is the sequence returned by $wt(s_{n-1},Q_i)$ and $b$ is
its final state
\item
$a_n$ is an action of process $P_i$
\item
none of the sequences $\beta$, $\gamma$, or $\varepsilon$ contains
an action from process $P_i$
\item
$d_1$ decides 1 and $d_0$ decides 0
\end{itemize}
{latex}
</pre>
|
| Wiki Markup |
Here is some plain text that proceeds the latex formatting
{latex}
% the latex macro returns an image result
%\enlargethispage{6in} % keeps everything on one page so it is returned by latex macro.
\usepackage{pstricks}
\usepackage{pst-node,pst-tree,pst-pdf}
\pstree[treefit=tight,levelsep=*1cm]{\Tcircle{}}{% row 1
\pstree{\Tcircle{}}{% row 2
\pstree{\Tcircle{}}{% row 3 - 1st on left
\Tr{} % row 4
\Tr{}} % row 4
\pstree{\Tcircle{}}{% row 3 - 2nd on left
\Tr{} % row 4
\Tr{}} % row 4
}
\pstree{\Tcircle{}}{% row 2 - right
\pstree{\Tcircle{}}{% row 3 3rd from left
\pstree{\Tcircle{}}{% row 4 circle
\pstree{\Tr{}}{% row 5
\Tn{} % row 6 - empty
\pstree{\Tr{}}{ % row 6
\pstree{\Tr{}}{ % row 7
\Tn{} % row 8 - empty
\pstree{\Tr{}}{ % row 8
\Tn{} % row 9 - empty
\Tr[edge=\dedge]{} % row 9 - dashed
}
}
\Tn{} % row 7 - empty
}
}
\Tr{}} % row 5 node
\Tr{}} % row
\pstree{\Tcircle{}}{% row 3 far right
\Tr{} % row 4
\Tr{}} % row 4
}
}
{latex}
Here is text that comes after the latex format |