|  |  
                              
                               
                              | Description: | A new line ist mapped to {noformat}
 \\*
 {noformat}
 The full syntax specification of this command is
 {noformat}
 \\[*][extra-space]
 {noformat}
 Hence, the following XWiki fragment
 {noformat}
 [Gupta98] Frederic Gupta etal, 1998, Fractal symmetries in hot soups
 [Kracke99] ...
 {noformat}
 maps to the LaTeX code fragment
 {noformat}
 ... Fractal symmetries in hot soups\\*[Kracke99] ...
 {noformat}
 that will no compile since the expression in square brackets is assumed to be a number.
 
 Hence, a new line should be better mapped to
 {noformat}
 \\* [0pt] {}
 {noformat}
 |  |