From f5ea5f0aad1d5000b326ce4c45c92fdfb1a4b5d3 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 13 Feb 2020 05:36:02 +0100 Subject: Introduce new format variants for JATS (#6067) New formats: - `jats_archiving` for the "Archiving and Interchange Tag Set", - `jats_publishing` for the "Journal Publishing Tag Set", and - `jats_articleauthoring` for the "Article Authoring Tag Set." The "jats" output format is now an alias for "jats_archiving". Closes: #6014 --- test/tables.jats_publishing | 226 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 test/tables.jats_publishing (limited to 'test/tables.jats_publishing') diff --git a/test/tables.jats_publishing b/test/tables.jats_publishing new file mode 100644 index 000000000..70f71e384 --- /dev/null +++ b/test/tables.jats_publishing @@ -0,0 +1,226 @@ +

Simple table with caption:

+ + +

Demonstration of simple table syntax.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RightLeftCenterDefault
12121212
123123123123
1111
+
+

Simple table without caption:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RightLeftCenterDefault
12121212
123123123123
1111
+

Simple table indented two spaces:

+ + +

Demonstration of simple table syntax.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RightLeftCenterDefault
12121212
123123123123
1111
+
+

Multiline table with caption:

+ + +

Here’s the caption. It may span multiple lines.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
+
+

Multiline table without caption:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
+

Table without column headers:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
12121212
123123123123
1111
+

Multiline table without column headers:

+ + + + + + + + + + + + + + + + + + + +
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
-- cgit v1.2.3