Skip to content

Commit

Permalink
Extend custom ODDs to display abstracts
Browse files Browse the repository at this point in the history
  • Loading branch information
tuurma committed Aug 21, 2023
1 parent ec51166 commit c2cbd3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions odd/dantiscus2.odd
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@
<model behaviour="block" cssClass="header-short">
<param name="content" value="publicationStmt"/>
</model>
<model behaviour="block" cssClass="sample-description">
<desc>Output abstract containing demo description</desc>
<param name="content" value="../profileDesc/abstract"/>
</model>
</modelSequence>
<model behaviour="title">
<param name="content" value="titleStmt"/>
Expand Down
4 changes: 4 additions & 0 deletions odd/ebbe.odd
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
<model behaviour="block" cssClass="header-short">
<param name="content" value="publicationStmt"/>
</model>
<model behaviour="block" cssClass="sample-description">
<desc>Output abstract containing demo description</desc>
<param name="content" value="../profileDesc/abstract"/>
</model>
</modelSequence>
<model behaviour="title">
<param name="content" value="titleStmt"/>
Expand Down
4 changes: 4 additions & 0 deletions odd/osinski.odd
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@
<model behaviour="block" cssClass="header-short">
<param name="content" value="publicationStmt"/>
</model>
<model behaviour="block" cssClass="sample-description">
<desc>Output abstract containing demo description</desc>
<param name="content" value="../profileDesc/abstract"/>
</model>
</modelSequence>
<model behaviour="title">
<param name="content" value="titleStmt"/>
Expand Down

0 comments on commit c2cbd3e

Please sign in to comment.