Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moving templates
  • Loading branch information
Klaus Thoden committed Jan 22, 2020
1 parent a84d6b0 commit 01fe334
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontpage_template.tex → data/frontpage_template.tex
@@ -1,7 +1,7 @@
\documentclass[$FONTSIZE]{scrartcl}
\usepackage[no-math]{fontspec}
\usepackage{fixltx2e}
\setmainfont[Mapping=tex-text]{Times New Roman}
\setmainfont[Mapping=tex-text]{TeX Gyre Termes}

\setlength{\parindent}{0pt}

Expand Down Expand Up @@ -54,4 +54,4 @@
Nationalbibliografie; detailed bibliographic data are available in the
Internet at \url{http://dnb.d-nb.de}}
\end{document}
\end{document}
93 changes: 93 additions & 0 deletions data/omp_template.xml
@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* plugins/importexport/native/sample.xsl
*
* Copyright (c) 2014-2017 Simon Fraser University
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Sample native XML import document.
-->
<monograph xmlns="http://pkp.sfu.ca" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:onix="http://ns.editeur.org/onix/3.0/reference" locale="en_US" stage="submission" date_published="$PUB_DATE" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<id type="internal">$INTERNAL_ID</id>
<title locale="en_US">$FORMAT_TITLE</title>
<prefix locale="en_US"></prefix>
$OMP_SUBTITLE
<abstract locale="en_US">$ABSTRACT</abstract>
<authors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">$FORMAT_AUTHORS
</authors>
<submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" stage="proof" id="4" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<revision number="1" genre="Book Manuscript" filename="$SUBMISSION_NAME.pdf" viewable="true" date_uploaded="$TODAY" date_modified="$TODAY" direct_sales_price="10" user_group_ref="Author" uploader="klaus" filesize="10" filetype="application/pdf">
<name locale="en_US">$SUBMISSION_NAME</name>
<embed encoding="base64">$BASE64_PDF</embed>
</revision>
</submission_file>
<publication_format xmlns:onix="http://ns.editeur.org/onix/3.0/reference" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" approved="true" physical_format="false" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<name locale="en_US">PDF</name>
<seq>1000</seq>
<submission_file_ref id="4" revision="1"/>
<Product xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:onix="http://ns.editeur.org/onix/3.0/reference">
<onix:ProductIdentifier xmlns="http://ns.editeur.org/onix/3.0/reference">
<onix:ProductIDType>15</onix:ProductIDType>
<onix:IDValue>$ISBN_CODE</onix:IDValue>
</onix:ProductIdentifier>
<onix:DescriptiveDetail xmlns="http://ns.editeur.org/onix/3.0/reference">
<onix:ProductComposition>20</onix:ProductComposition>
<onix:ProductForm>DA</onix:ProductForm>
<onix:ProductFormDetail>E107</onix:ProductFormDetail>
<onix:EpubTechnicalProtection>00</onix:EpubTechnicalProtection>
<onix:TitleDetail>
<onix:TitleType>01</onix:TitleType>
<onix:TitleElement>
<onix:TitleElementLevel>01</onix:TitleElementLevel>
<onix:TitleText>$FORMAT_TITLE</onix:TitleText>
$ONIX_SUBTITLE
</onix:TitleElement>
</onix:TitleDetail>
<onix:Extent>
<onix:ExtentType>08</onix:ExtentType>
<onix:ExtentValue>$PAGES</onix:ExtentValue>
<onix:ExtentUnit>03</onix:ExtentUnit>
</onix:Extent>
<onix:Audience>
<onix:AudienceCodeType>01</onix:AudienceCodeType>
<onix:AudienceCodeValue>08</onix:AudienceCodeValue>
</onix:Audience>
</onix:DescriptiveDetail>
<onix:PublishingDetail xmlns="http://ns.editeur.org/onix/3.0/reference">
<onix:Publisher>
<onix:PublishingRole>01</onix:PublishingRole>
<onix:PublisherName>Max Planck Research Library</onix:PublisherName>
<onix:Website>
<onix:WebsiteRole>18</onix:WebsiteRole>
<onix:WebsiteLink>http://ocropus2.rz-berlin.mpg.de:8078/index.php/mprl
</onix:WebsiteLink>
</onix:Website>
</onix:Publisher>
<onix:CityOfPublication>Berlin
</onix:CityOfPublication>
<onix:PublishingDate>
<onix:PublishingDateRole>01</onix:PublishingDateRole>
<onix:Date dateformat="00">$PUBDATE_00</onix:Date>
</onix:PublishingDate>
</onix:PublishingDetail>
<onix:ProductSupply xmlns="http://ns.editeur.org/onix/3.0/reference">
<onix:SupplyDetail>
<onix:Supplier>
<onix:SupplierRole>02</onix:SupplierRole>
<onix:SupplierName>$SUPPLIER_COMP</onix:SupplierName>
<onix:Website>
<onix:WebsiteRole>35</onix:WebsiteRole>
<onix:WebsiteLink>$SUPPLIER_URL</onix:WebsiteLink>
</onix:Website>
</onix:Supplier>
<onix:ProductAvailability>20</onix:ProductAvailability>
<onix:Price>
<onix:PriceType>04</onix:PriceType>
<onix:PriceAmount>$PRICE</onix:PriceAmount>
<onix:CurrencyCode>EUR</onix:CurrencyCode>
</onix:Price>
</onix:SupplyDetail>
</onix:ProductSupply>
</Product>
</publication_format>
</monograph>

0 comments on commit 01fe334

Please sign in to comment.