Skip to content
Draft

XMP #443

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
232 changes: 232 additions & 0 deletions src/test/resources/pdfs/KoppAZ-MADR-ZEUS-2018/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
# Created by https://www.gitignore.io/api/latex

### LaTeX ###
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2

## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf

## Generated if empty string is given at "Please type another file name for output:"
.pdf

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml

## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
*Notes.bib

## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa

# achemso
acs-*.bib

# amsthm
*.thm

# beamer
*.nav
*.pre
*.snm
*.vrb

# changes
*.soc

# cprotect
*.cpt

# elsarticle (documentclass of Elsevier journals)
*.spl

# endnotes
*.ent

# fixme
*.lox

# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm

#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R

# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs

# gnuplottex
*-gnuplottex-*

# gregoriotex
*.gaux
*.gtex

# hyperref
*.brf

# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
*-tikzDictionary

# listings
*.lol

# makeidx
*.idx
*.ilg
*.ind
*.ist

# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*

# minted
_minted*
*.pyg

# morewrites
*.mw

# nomencl
*.nlo

# pax
*.pax

# pdfpcnotes
*.pdfpc

# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd

# scrwfile
*.wrt

# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/

# pdfcomment
*.upa
*.upb

# pythontex
*.pytxcode
pythontex-files-*/

# thmtools
*.loe

# TikZ & PGF
*.dpth
*.md5
*.auxlock

# todonotes
*.tdo

# easy-todo
*.lod

# xindy
*.xdy

# xypic precompiled matrices
*.xyc

# endfloat
*.ttt
*.fff

# Latexian
TSWLatexianTemp*

## Editors:
# WinEdt
*.bak
*.sav

# Texpad
.texpadtmp

# Kile
*.backup

# KBibTeX
*~[0-9]*

# auto folder when using emacs and auctex
/auto/*

# expex forward references with \gathertags
*-tags.tex

### LaTeX Patch ###
# glossaries
*.glstex


# End of https://www.gitignore.io/api/latex
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
% Encoding: UTF-8

@InProceedings{KoppAZ-MADR-ZEUS-2018,
author = {Kopp, Oliver and Armbruster, Anita and Zimmermann, Olaf},
title = {Markdown Architectural Decision Records: Format and Tool Support},
booktitle = {Proceedings of the 10\textsuperscript{th} Central European Workshop on Services and their Composition ({ZEUS} 2018)},
year = {2018},
volume = {2072},
series = {{CEUR} Workshop Proceedings},
pages = {55--62},
publisher = {CEUR-WS.org},
keywords = {ADR; MADR; architecture decision records; architectural decision records; Nygard},
url = {https://adr.github.io/madr/},
}

@Comment{jabref-meta: databaseType:bibtex;}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
\documentclass{scrartcl}
\usepackage{pax}
\usepackage{pdfpages}
\usepackage{xmpincl}
\includexmp{\jobname}
\begin{document}
\thispagestyle{empty}
\pagestyle{empty}
\includepdf{paper.pdf}
\end{document}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<x:xmpmeta xmlns:x="adobe:ns:meta/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
<dc:subject>
<rdf:Bag>
<rdf:li>ADR</rdf:li>
<rdf:li>MADR</rdf:li>
<rdf:li>architecture decision records</rdf:li>
<rdf:li>architectural decision records</rdf:li>
<rdf:li>Nygard</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:date>
<rdf:Seq>
<rdf:li>2018</rdf:li>
</rdf:Seq>
</dc:date>
<dc:creator>
<rdf:Seq>
<rdf:li>Oliver Kopp</rdf:li>
<rdf:li>Anita Armbruster</rdf:li>
<rdf:li>Olaf Zimmermann</rdf:li>
</rdf:Seq>
</dc:creator>
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">Markdown Architectural Decision Records: Format and Tool Support</rdf:li>
</rdf:Alt>
</dc:title>
<dc:relation>
<rdf:Bag>
<rdf:li>bibtex/url/https://adr.github.io/madr/</rdf:li>
<rdf:li>bibtex/volume/2072</rdf:li>
<rdf:li>bibtex/pages/55--62</rdf:li>
<rdf:li>bibtex/series/{CEUR} Workshop Proceedings</rdf:li>
<rdf:li>bibtex/bibtexkey/KoppEtAl-MADR2018</rdf:li>
<rdf:li>bibtex/booktitle/Proceedings of the 10th Central European Workshop on Services and their Composition ({ZEUS} 2018)</rdf:li>
</rdf:Bag>
</dc:relation>
<dc:publisher>
<rdf:Bag>
<rdf:li>CEUR-WS.org</rdf:li>
</rdf:Bag>
</dc:publisher>
<dc:format>application/pdf</dc:format>
<dc:type>
<rdf:Bag>
<rdf:li>InProceedings</rdf:li>
</rdf:Bag>
</dc:type>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
11 changes: 11 additions & 0 deletions src/test/resources/pdfs/KoppAZ-MADR-ZEUS-2018/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Test case KoppAZ-MADR-ZEUS-2018

Files in this directory

- `.gitignore` - ignore LaTeX compilation output
- `KoppAZ-MADR-ZEUS-2018.bib` - manually created
- `KoppAZ-MADR-ZEUS-2018.pax` - generated by `perl D:\texlive\2018\texmf-dist\scripts\pax\pdfannotextractor.pl paper.pdf`
- `KoppAZ-MADR-ZEUS-2018.pdf` - generated pdf. Versioned to see differences when the `.tex` or `.xmp` files are modified
- `KoppAZ-MADR-ZEUS-2018.tex` - LaTeX code to generate `KoppAZ-MADR-ZEUS-2018.pdf`
- `KoppAZ-MADR-ZEUS-2018.xmp` - exported by JabRef. Currently modified by hand. TODO: Have JabRef export that file (keywords!)
- `paper.pdf` - the original ZEUS publication. Used in `KoppAZ-MADR-ZEUS-2018.tex` to generate `KoppAZ-MADR-ZEUS-2018.pdf`
Loading