2018-03-21 15:05:05 +01:00
|
|
|
[Para [Image ("",[],[]) [Str "The",Space,Str "moon"] ("lalune.jpg","fig:")]
|
|
|
|
,Div ("",["notes"],[])
|
|
|
|
[Para [Str "chicken",Space,Str "and",Space,Str "dumplings"]]
|
2020-03-28 23:22:48 +01:00
|
|
|
,Table ("",[],[]) (Caption Nothing
|
|
|
|
[Para [Str "Demonstration",Space,Str "of",Space,Str "simple",Space,Str "table",Space,Str "syntax,",Space,Str "with",Space,Str "alignment"]]) [(AlignRight,Nothing),(AlignLeft,Nothing),(AlignCenter,Nothing),(AlignDefault,Nothing)] 0
|
|
|
|
[Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "Right"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "Left"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "Center"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "Default"]]]]
|
|
|
|
[Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "12"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "12"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "12"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "12"]]]
|
|
|
|
,Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "123"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "123"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "123"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "123"]]]
|
|
|
|
,Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "1"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "1"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "1"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "1"]]]]
|
|
|
|
[]
|
2018-03-21 15:05:05 +01:00
|
|
|
,Div ("",["notes"],[])
|
|
|
|
[Para [Str "foo",Space,Str "bar"]]
|
|
|
|
,Div ("",["columns"],[])
|
|
|
|
[Div ("",["column"],[])
|
|
|
|
[BulletList
|
|
|
|
[[Para [Str "some",Space,Str "stuff"]]
|
|
|
|
,[Para [Str "some",Space,Str "more",Space,Str "stuff"]]]
|
|
|
|
,Div ("",["notes"],[])
|
|
|
|
[Para [Str "Some",Space,Str "notes",Space,Str "inside",Space,Str "a",Space,Str "column"]]]
|
|
|
|
,Div ("",["column"],[])
|
|
|
|
[Para [Str "Some",Space,Str "other",Space,Emph [Str "stuff"]]]]
|
|
|
|
,Div ("",["notes"],[])
|
|
|
|
[Para [Str "Some",Space,Str "notes",Space,Str "outside",Space,Str "the",Space,Str "column"]]]
|