Changes for page LaTeX Syntax 1.0

Last modified by Vincent Massol on 2024/02/19 00:13

From version 36.2
edited by Vincent Massol
on 2018/03/06 11:54
Change comment: Imported extension [org.xwiki.contrib.latex:latex-syntax] from repository [maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/groups/public]
To version 37.1
edited by Vincent Massol
on 2018/03/11 20:25
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -150,30 +150,8 @@
150 150  
151 151  = Captioned Tables & Images =
152 152  
153 -You can use two special parameters in your tables or images to make them floating and use a caption and a label:
153 +{{info}}Since v1.5{{/info}} You can use the [[Figure Macro>>Extension.Figure Macro.WebHome]].
154 154  
155 -* ##caption##: if specified then the element will be floating and will have a caption with the value of the ##caption## parameter
156 -* ##label##: if specified in conjunction with the ##caption## parameter, a label with its value will be set so that the element can be referenced
157 -
158 -Example for a table:
159 -
160 -{{code}}
161 -(% caption='Floating Table Example' label='table1' %)
162 -|=table header|=table header
163 -|cell|cell
164 -|cell|cell
165 -{{/code}}
166 -
167 -Generates:
168 -
169 -{{image reference="caption-table.png"/}}
170 -
171 -Example for an image~:
172 -
173 -{{code}}
174 -[[image:whatever||caption='Floating image Example' label='image1']]
175 -{{/code}}
176 -
177 177  = Image Resizes =
178 178  
179 179  The ##width## and ##height## image parameters are supported as follows:

Get Connected