Created
August 28, 2013 16:52
-
-
Save eerohele/6368345 to your computer and use it in GitHub Desktop.
Prevent PDF table rows from inheriting @rowsep from previous row #1486
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "../../dtd/technicalContent/dtd/concept.dtd"> | |
<concept id="cals" xml:lang="en-us"> | |
<title>CALS</title> | |
<conbody> | |
<table rowsep="0"> | |
<tgroup cols="2" rowsep="0"> | |
<tbody> | |
<row> | |
<entry>Elephant (African and Asian)</entry> | |
<entry>19-22 months</entry> | |
</row> | |
<row> | |
<entry>Cat</entry> | |
<entry>12 months</entry> | |
</row> | |
<row rowsep="1"> | |
<entry>Giraffe</entry> | |
<entry>15 months</entry> | |
</row> | |
<row> | |
<entry>Rhinoceros</entry> | |
<entry>14-16 months</entry> | |
</row> | |
<row> | |
<entry>Hippopotamus</entry> | |
<entry>7 1/2 months</entry> | |
</row> | |
<row> | |
<entry>Dog</entry> | |
<entry>32 months</entry> | |
</row> | |
</tbody> | |
</tgroup> | |
</table> | |
</conbody> | |
</concept> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "../dtd/technicalContent/dtd/map.dtd"> | |
<map title="CALS" id="cals"> | |
<topicref href="cals.dita" type="concept"/> | |
</map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment