Difference between revisions of "TYPO3"
(→Creating Latex formulas in normal Text) |
|||
Line 1: | Line 1: | ||
− | + | TYPO3 is very flexible and scalable open source web content manage system. Currently the page if itp.uni-frankfurt.de are served by Typo3. | |
+ | In the following we collect all interesting thing for our TYPO3 editors. | ||
− | + | If you are new to TYPO3 start with the slides from first seminar [[media:Typo3-Seminar-200910.pdf|pdf]]. | |
= Creating Latex formulas in normal Text = | = Creating Latex formulas in normal Text = |
Revision as of 12:26, 10 February 2010
TYPO3 is very flexible and scalable open source web content manage system. Currently the page if itp.uni-frankfurt.de are served by Typo3. In the following we collect all interesting thing for our TYPO3 editors.
If you are new to TYPO3 start with the slides from first seminar pdf.
Creating Latex formulas in normal Text
We have installed the extension 'latexmath' [1] which provides in-line generation of Latex formulas.
In the RTE (Rich Text Editor) you will find a button which is name "Insert user defined tag" (right button in the image). Enter the the latex formula, select the latex code with the mouse and hit the button.
After that a popup dialog opens, select Latex. Unfortunately you will see no effect in the WYSIWYG view. It may look like this:
If you switch to the source view (Button '<>') you will see your latex code surrounded by <math> </math> Tags.
If you prefer you can add the latex code and the <math>-Tag directly in the source view, skipping the interactive part.