Skip to content

Commit

Permalink
Got rid of the pdf field in the export formats
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Jan 11, 2016
1 parent 2ecfd14 commit 0a0a272
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
- MS Office 2007 export is working again

### Removed

- The pdf field is removed from the export formats, use the file field



Expand Down
1 change: 0 additions & 1 deletion src/main/resources/resource/layout/bibtexml.layout
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
\begin{url} <bibtex:url>\format[XMLChars]{\url}</bibtex:url>\end{url}
\begin{doi} <bibtex:doi>\format[XMLChars]{\doi}</bibtex:doi>\end{doi}
\begin{eid} <bibtex:eid>\format[XMLChars]{\eid}</bibtex:eid>\end{eid}
\begin{pdf} <bibtex:pdf>\format[ResolvePDF,XMLChars]{\pdf}</bibtex:pdf>\end{pdf}
\begin{type} <bibtex:type>\format[XMLChars]{\type}</bibtex:type>\end{type}
\begin{crossref} <bibtex:crossref>\format[XMLChars]{\crossref}</bibtex:crossref>\end{crossref}
\begin{annote} <bibtex:annote>\format[XMLChars]{\annote}</bibtex:annote>\end{annote}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 article
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 book
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 booklet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 inbook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 incollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 inproceedings
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/resource/layout/endnote/EndNote.layout
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 \entrytype
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 manual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 mastersthesis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 misc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 phdthesis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 proceedings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 techreport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
%*
%L
%M
\format[ResolvePDF,WrapContent(%1 ,)]{\pdf}
\format[FileLink(pdf),WrapContent(%1 ,)]{\file}
%2 \comment
%3 unpublished
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/resource/layout/html.book.layout
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
</div>
\end{file}

\begin{pdf}
<div class="bibtex_pdf">
<a href="\format[ResolvePDF]{\pdf}">pdf</a>
</div>
\end{pdf}

\begin{url}
<div class="bibtex_url">
<a href="\url">url</a>
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/resource/layout/html.inbook.layout
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
</div>
\end{file}

\begin{pdf}
<div class="bibtex_pdf">
<a href="\format[ResolvePDF]{\pdf}">pdf</a>
</div>
\end{pdf}

\begin{url}
<div class="bibtex_url">
<a href="\url">url</a>
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/resource/layout/html.inproceedings.layout
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
</div>
\end{file}

\begin{pdf}
<div class="bibtex_pdf">
<a href="\format[ResolvePDF]{\pdf}">pdf</a>
</div>
\end{pdf}

\begin{url}
<div class="bibtex_url">
<a href="\url">url</a>
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/resource/layout/html.layout
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
</div>
\end{file}

\begin{pdf}
<div class="bibtex_pdf">
<a href="\format[ResolvePDF]{\pdf}">pdf</a>
</div>
\end{pdf}

\begin{url}
<div class="bibtex_url">
<a href="\url">url</a>
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/resource/layout/html.mastersthesis.layout
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
</div>
\end{file}

\begin{pdf}
<div class="bibtex_pdf">
<a href="\format[ResolvePDF]{\pdf}">pdf</a>
</div>
\end{pdf}

\begin{url}
<div class="bibtex_url">
<a href="\url">url</a>
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/resource/layout/html.phdthesis.layout
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
</div>
\end{file}

\begin{pdf}
<div class="bibtex_pdf">
<a href="\format[ResolvePDF]{\pdf}">pdf</a>
</div>
\end{pdf}

\begin{url}
<div class="bibtex_url">
<a href="\url">url</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\format[GetOpenOfficeType]{\bibtextype},"\begin{isbn}\isbn\end{isbn}","\bibtexkey","\format[AuthorLastFirst,AuthorAndsReplacer]{\author}","\format[RemoveBrackets,RemoveWhitespace]{\title}","\journal",\volume,\number,"\month","\pages",\year,"\address","\note","\url","\booktitle","\chapter","\edition","\series","\format[AuthorLastFirst,AuthorAndsReplacer]{\editor}","\publisher","\begin{reporttype}\reporttype\end{reporttype}","\howpublished","\institution","\organization","\school","\annote","\format[Replace(\n, )]{\abstract}","\comment","\keywords","\format[ResolvePDF]{\pdf}","\key"
\format[GetOpenOfficeType]{\bibtextype},"\begin{isbn}\isbn\end{isbn}","\bibtexkey","\format[AuthorLastFirst,AuthorAndsReplacer]{\author}","\format[RemoveBrackets,RemoveWhitespace]{\title}","\journal",\volume,\number,"\month","\pages",\year,"\address","\note","\url","\booktitle","\chapter","\edition","\series","\format[AuthorLastFirst,AuthorAndsReplacer]{\editor}","\publisher","\begin{reporttype}\reporttype\end{reporttype}","\howpublished","\institution","\organization","\school","\annote","\format[Replace(\n, )]{\abstract}","\comment","\keywords","\format[FileLink(pdf)]{\file}","\key"

0 comments on commit 0a0a272

Please sign in to comment.