因此,我試圖找到一個思維導圖軟件與乳膠支持和絆倒Freeplane。Freeplane - latexinput
對此非常滿意,除了我似乎無法弄清楚如何從文件工作制作乳膠輸入。
E.g.如果我想有這樣的代碼:
\textbf{$Alg_0$}
\begin{tabular}{cl}
0 & \text{initialisation of $Alg_0$} \\
1 & \text{do\ some\ first\ step}\\
2 & \text{...} \\
\end{tabular}
我可以將此複製到節點和渲染結果看上去如預期(儘管需要對\text{}
是煩人)。
爲了便於編寫/修改,我希望不必每次都將它複製到Freeplane中。
Freeplane claims that's possible,與\latexinput{}
命令,但「該文件必須是格式良好的XML文檔,所以你必須要有一個根標籤和逃避<,>和&」
通過這些實例,我添加文檔標籤和逃避&:
<doc>
\textbf{$Alg_0$}
\begin{tabular}{cl}
0 & \text{initialisation of $Alg_0$} \\
1 & \text{do\ some\ first\ step}\\
2 & \text{...} \\
\end{tabular}
<doc>
在同一文件夾中保存這爲alg_0.xml
我已經把.mm
文件,並創建一個節點與
\latexinput{alg_0.xml}
改變其格式的LaTeX現在將顯示:
Error setting the text for the following input: \latexinput{alg_0.xml}.
我該如何解決這個問題?
的許可問題\ latexinput {...}是固定在freeplane 1.5.14。 –