Difference between revisions of "TYPO3"

From IT Service Wiki
Jump to: navigation, search
(Creating Latex formulas in normal Text)
(Creating Latex formulas in normal Text)
Line 8: Line 8:
 
in-line generation of Latex formulas.
 
in-line generation of Latex formulas.
  
[[media:typo3_latex1.png]]
+
[[file:typo3_latex1.png]]
  
In the RTE (Rich Text Editor) you will find a button which is name "Insert user defined tag"
+
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.
 +
 
 +
[[file:typo3_latex2.png]]
 +
 
 +
After that a popup dialog opens, select Latex. Unfortunately you will see no effect in the WYSIWYG view. It may look like this:
 +
 
 +
[[file:typo3_latex3.png]]
 +
 
 +
If you switch to the source view (Button '<>') you will see your latex code surrounded by <math> </math> Tags.
 +
 
 +
[[file:typo3_latex4.png]]
 +
 
 +
If you prefer you can add the latex code and the <math>-Tag directly in the source view, skipping the interactive part.

Revision as of 16:04, 16 December 2009

This is the main entry Page for our TYPO3 user support.

Download the slides from first seminar as pdf.

Creating Latex formulas in normal Text

We have installed the extension 'latexmath' [1] which provides in-line generation of Latex formulas.

Typo3 latex1.png

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.

Typo3 latex2.png

After that a popup dialog opens, select Latex. Unfortunately you will see no effect in the WYSIWYG view. It may look like this:

Typo3 latex3.png

If you switch to the source view (Button '<>') you will see your latex code surrounded by <math> </math> Tags.

Typo3 latex4.png

If you prefer you can add the latex code and the <math>-Tag directly in the source view, skipping the interactive part.