Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
kthoden committed Feb 5, 2020
1 parent 9f61363 commit 144787d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stylesheets/tei2eoatex/eoatex_frontmatter.xsl
Expand Up @@ -20,7 +20,7 @@
<xsl:apply-templates select="//tei:titleStmt/tei:title[@type='sub']"/>
<xsl:text>}&#x000a;\end{center}&#x000a;&#x000a;\newpage&#x000a;&#x000a;</xsl:text>
<xsl:value-of select="eoa:texcomment('Page 2: Series Editors, Team, Board, Edition Open Access description, year')" />
<xsl:text>\begin{center}&#x000a;\Huge \textbf{</xsl:text>
<xsl:text>\begin{center}&#x000a;\Huge\textbf{</xsl:text>
<xsl:apply-templates select="//tei:publicationStmt/tei:publisher/tei:orgName[@n='EOA']"/>
<xsl:text>}&#x000a;\end{center}&#x000a;&#x000a;</xsl:text>
<xsl:text>\vspace{15mm}&#x000a;\noindent\textbf{</xsl:text>
Expand Down Expand Up @@ -158,7 +158,7 @@
<xsl:apply-templates select="//tei:publicationStmt/tei:availability/tei:licence"/>
<xsl:text> License\\&#x000a;</xsl:text>
<xsl:value-of select="//tei:publicationStmt/tei:availability/tei:licence/@target"/>
<xsl:text>&#x000a;\\[2mm]&#x000a;The Deutsche Nationalbibliothek lists this publication in the Deutsche National-bibliografie; detailed bibliographic data are available in the Internet at \url{http://dnb.d-nb.de}.&#x000a;</xsl:text>
<xsl:text>&#x000a;\\[2mm]&#x000a;The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data are available in the Internet at \url{http://dnb.d-nb.de}.&#x000a;</xsl:text>
<xsl:text>\\&#x000a;&#x000a;\end{flushleft}&#x000a;\clearpage&#x000a;\mbox{}&#x000a;&#x000a;\newpage</xsl:text>
<xsl:choose>
<xsl:when test="$extranewpage">
Expand Down

0 comments on commit 144787d

Please sign in to comment.