~ubuntu-branches/ubuntu/natty/jabref/natty

« back to all changes in this revision

Viewing changes to src/resource/layout/tablerefsabsbib/tablerefsabsbib.layout

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-11-16 18:38:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071116183818-20x934jdsju14618
Tags: 2.3-2
* Add /usr/lib/jvm/java-7-icedtea to wrapper script. Doesn't work on
  Debian yet but helps Ubuntu users (TODO: add dependency on
  icedtea-java7-jre (not yet in Debian)).
* Reformat wrapper script.
* debian/rules: re-arrange targets and their dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        <td>\year</td>
5
5
        <td>\format[HTMLChars]{\journal}\format[HTMLChars]{\booktitle}\begin{school}<i>School</i>: \format[HTMLChars]{\school}\end{school} &nbsp;</td>
6
6
        <td>\format[ToLowerCase]{\bibtextype}</td>
7
 
        <td>\begin{doi}<a href="\format[DOICheck]{\doi}">DOI</a>\end{doi}\begin{url}<a href="\format{\url}">URL</a>\end{url} &nbsp;</td>
 
7
        <td>\begin{doi}<a href="\format[DOICheck]{\doi}">DOI</a>\end{doi}\begin{url}<a href="\format[HTMLChars]{\url}">URL</a>\end{url} &nbsp;</td>
8
8
</tr>\begin{abstract}
9
9
<tr id="abs_\format{\bibtexkey}" class="abstract noshow">
10
10
        <td colspan="6"><b>Abstract</b>: \format[HTMLChars]{\abstract}</td>
13
13
        <td colspan="6"><b>Review</b>: \format[HTMLChars]{\review}</td>
14
14
</tr>\end{review}
15
15
<tr id="bib_\format{\bibtexkey}" class="bibtex noshow">
16
 
<td colspan="6">
17
 
<b>BibTeX</b>:
 
16
<td colspan="6"><b>BibTeX</b>:
18
17
<pre>
19
18
@\format[ToLowerCase]{\bibtextype}{\bibtexkey,\begin{author}
20
 
  author = {\author}\end{author}\begin{title},
21
 
  title = {\title}\end{title}\begin{booktitle},
22
 
  booktitle = {\booktitle}\end{booktitle}\begin{journal},
23
 
  journal = {\journal}\end{journal}\begin{publisher},
24
 
  publisher = {\publisher}\end{publisher}\begin{school},
25
 
  school = {\school}\end{school}\begin{year},
26
 
  year = {\year}\end{year}\begin{volume},
27
 
  volume = {\volume}\end{volume}\begin{number},
28
 
  number = {\number}\end{number}\begin{pages},
29
 
  pages = {\pages}\end{pages}\begin{edition},
30
 
  edition = {\edition}\end{edition}\begin{note},
31
 
  note = {\note}\end{note}\begin{url},
32
 
  url = {\url}\end{url}\begin{doi},
 
19
  author = {\format[HTMLChars]{\author}}\end{author}\begin{title},
 
20
  title = {\format[HTMLChars]{\title}}\end{title}\begin{booktitle},
 
21
  booktitle = {\format[HTMLChars]{\booktitle}}\end{booktitle}\begin{journal},
 
22
  journal = {\format[HTMLChars]{\journal}}\end{journal}\begin{publisher},
 
23
  publisher = {\format[HTMLChars]{\publisher}}\end{publisher}\begin{school},
 
24
  school = {\format[HTMLChars]{\school}}\end{school}\begin{year},
 
25
  year = {\format[HTMLChars]{\year}}\end{year}\begin{volume},
 
26
  volume = {\format[HTMLChars]{\volume}}\end{volume}\begin{number},
 
27
  number = {\format[HTMLChars]{\number}}\end{number}\begin{pages},
 
28
  pages = {\format[HTMLChars]{\pages}}\end{pages}\begin{edition},
 
29
  edition = {\format[HTMLChars]{\edition}}\end{edition}\begin{note},
 
30
  note = {\format[HTMLChars]{\note}}\end{note}\begin{url},
 
31
  url = {\format[HTMLChars]{\url}}\end{url}\begin{doi},
33
32
  doi = {\format[DOICheck]{\doi}}\end{doi}
34
33
}
35
34
</pre></td>