--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/java"/>
+ <classpathentry excluding="extensions/|java/|osx/|osx/osxadapter/|txt/|windows/" kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib" path="lib/plugin/commons-logging.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/spin.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/microba.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/looks-2.0.4.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/PDFBox-0.7.3-dev-reduced.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/antlr.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/antlr-3.0b5.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/plugin/jpf.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/plugin/jpf-boot.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/plugin/JPFCodeGenerator-rt.jar" sourcepath="/JPFCodeGenerator/src"/>
+ <classpathentry exported="true" kind="lib" path="lib/glazedlists-1.7.0_java15.jar"/>
+ <classpathentry kind="lib" path="lib/JempBox-0.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/forms-1.1.0.jar"/>
+ <classpathentry kind="lib" path="lib/mysql-connector-java-5.0.7-bin.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
--- /dev/null
+bak
+build
+work.jpx
+work.refactor
+.#build.xml.1.38
+.#jabref.log.1.2
+ini
+jabref.log
+jabref.log.lck
+build.number
+classes
+jabref.jpx
+jabref.oif
+build.properties
+.settings
+user.properties
+lib
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Jabref</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
+++ /dev/null
-Index: JabRefFrame.java
-===================================================================
---- JabRefFrame.java (revision 2498)
-+++ JabRefFrame.java (working copy)
-@@ -1513,7 +1513,7 @@
-
- /**
- * This method causes all open BasePanels to set up their tables
-- * anew. When called from PrefsDialog2, this updates to the new
-+ * anew. When called from PrefsDialog3, this updates to the new
- * settings.
- */
- public void setupAllTables() {
-@@ -1947,21 +1947,28 @@
- * @param openInNew Should the entries be imported into a new database?
- * @param callBack The callback for the ImportInspectionDialog to use.
- */
-- public void addImportedEntries(final BasePanel panel, final List<BibtexEntry> entries, String filename, boolean openInNew,
-- ImportInspectionDialog.CallBack callBack) {
-+ public void addImportedEntries(final BasePanel panel, final List<BibtexEntry> entries, String filename,
-+ final boolean openInNew,
-+ final ImportInspectionDialog.CallBack callBack) {
- // Use the import inspection dialog if it is enabled in preferences, and (there are more than
- // one entry or the inspection dialog is also enabled for single entries):
- if (Globals.prefs.getBoolean("useImportInspectionDialog") &&
- (Globals.prefs.getBoolean("useImportInspectionDialogForSingle") || (entries.size() > 1))) {
-- ImportInspectionDialog diag = new ImportInspectionDialog(ths, panel,
-- BibtexFields.DEFAULT_INSPECTION_FIELDS,
-- Globals.lang("Import"), openInNew);
-- diag.addEntries(entries);
-- diag.addCallBack(callBack);
-- diag.entryListComplete();
-- Util.placeDialog(diag, ths);
-- diag.setVisible(true);
-- diag.toFront();
-+
-+ SwingUtilities.invokeLater(new Runnable() {
-+ public void run() {
-+ ImportInspectionDialog diag = new ImportInspectionDialog(ths, panel,
-+ BibtexFields.DEFAULT_INSPECTION_FIELDS,
-+ Globals.lang("Import"), openInNew);
-+ diag.addEntries(entries);
-+ diag.addCallBack(callBack);
-+ diag.entryListComplete();
-+ Util.placeDialog(diag, ths);
-+ diag.setVisible(true);
-+ diag.toFront();
-+ }
-+ });
-+
- } else {
- ths.addBibEntries(entries, filename, openInNew);
- if ((panel != null) && (entries.size() == 1)) {
#Build Number for ANT. Do not edit!
-#Thu Nov 29 09:31:57 GMT 2007
-build.number=336
+#Wed Mar 12 21:30:18 CET 2008
+build.number=16
Compiler: Ant
Authors: Joerg K. Wegner, wegnerj@informatik.uni-tuebingen.de
Morten O. Alver
- Version: $Revision: 2460 $
- $Date: 2007-11-04 16:58:28 +0100 (Sun, 04 Nov 2007) $
+ Version: $Revision: 2600 $
+ $Date: 2008-03-04 22:06:51 +0100 (Tue, 04 Mar 2008) $
$Author: mortenalver $
modified:
<project name="JabRef" default="jars" basedir=".">
- <!-- ==========================================================================================
+ <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PROPERTY SETUP
- ========================================================================================== -->
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- some version information -->
- <property name="jabref.version" value="2.3.1" />
+ <property name="jabref.version" value="2.4b" />
<property name="jabref.placeholder.version" value="@version@" />
<!-- used by replace task -->
-
<!-- Set the properties for intermediate directory -->
<property name="build.jar" value="JabRef-${jabref.version}.jar" />
<property name="build.dir" value="build" />
<property name="build.extension-javadocs" value="${build.extensions}/API" />
<property name="build.extension-layout" value="${build.extensions}/layout" />
<property name="build.openoffice.meta" value="${build.resource}/openoffice" />
+ <property name="build.tests" value="${build.dir}/tests" />
<!-- Set the properties for source directories -->
<property name="src.dir" value="src" />
<property name="src.tests" value="src/java/tests" />
+ <property name="plugin.dir" value="src/plugins/" />
<property name="txt.dir" value="src/txt" />
<property name="java.dir" value="${src.dir}/java" />
<property name="osx.dir" value="${src.dir}/osx" />
<property name="help.dir" value="${src.dir}/help" />
<property name="extensions.dir" value="${src.dir}/extensions" />
<property name="layout.dir" value="${src.dir}/resource/layout" />
+ <property name="lib.dir" value="lib" />
+ <property name="tests.dir" value="${src.dir}/tests" />
- <!-- Set the properties for library directories -->
- <property name="library.directory" value="lib" />
-
-<!-- <property name="nsis.executable" value="makensis.exe"/> -->
+ <property name="nsis.executable" value="makensis.exe"/>
<property name="nsis.executable.linux" value="makensis"/>
<!-- Load user dependent properties -->
<!-- win.installer can only be build under Windows if the nsis.executable is found -->
<condition property="is.windows">
- <and>
- <os family="windows" />
- <isset property="nsis.executable" />
- </and>
+ <and>
+ <isset property="nsis.executable" />
+ <os family="windows" />
+ </and>
</condition>
- <taskdef name="jarbundler" classpath="${library.directory}/jarbundler-1.4.jar" classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
-
+ <fileset id="jarsFileset" dir="${lib.dir}">
+ <include name="antlr.jar" />
+ <include name="antlr-3.0b5.jar" />
+ <include name="looks-2.0.4.jar" />
+ <include name="forms-1.1.0.jar" />
+ <include name="spin.jar" />
+ <include name="glazedlists-1.7.0_java15.jar" />
+ <include name="microba.jar" />
+ <include name="PDFBox-0.7.3-dev-reduced.jar" />
+ <include name="JempBox-0.2.0.jar" />
+ <include name="zoom-java.jar" />
+ <include name="mysql-connector-java-5.0.7-bin.jar" />
+ <!--<include name="substance-4.1.jar" />-->
+ <!-- Plugin runtime dependencies -->
+ <include name="plugin/JPFCodeGenerator-rt.jar" />
+ <include name="plugin/jpf.jar" />
+ <include name="plugin/jpf-boot.jar" />
+ <include name="plugin/commons-logging.jar" />
+ </fileset>
<!-- Build classpath -->
<path id="classpath">
<pathelement path="${build.classes}" />
<pathelement path="${build.dir}" />
- <pathelement location="${library.directory}/antlr.jar" />
- <pathelement location="${library.directory}/antlr-3.0b5.jar" />
- <pathelement location="${library.directory}/looks-2.0.4.jar" />
- <pathelement location="${library.directory}/forms-1.1.0.jar" />
- <pathelement location="${library.directory}/spin.jar" />
- <pathelement location="${library.directory}/glazedlists-1.7.0_java15.jar" />
- <pathelement location="${library.directory}/microba.jar" />
- <pathelement location="${library.directory}/PDFBox-0.7.3-dev-reduced.jar" />
- <pathelement location="${library.directory}/JempBox-0.1.0-dev.jar" />
+ <fileset refid="jarsFileset" />
+ </path>
+
+ <!-- Classpath for running the code generator -->
+ <path id="codegenerator">
+ <pathelement location="${lib.dir}/plugin/JPFCodeGenerator.jar" />
+ <pathelement location="${lib.dir}/plugin/jpf.jar" />
+ <pathelement location="${lib.dir}/plugin/jpf-boot.jar" />
+ <pathelement location="${lib.dir}/plugin/velocity-dep-1.5.jar" />
+ </path>
+
+ <!-- Classpath for tests -->
+ <path id="classpathTest">
+ <path refid="classpath" />
+ <pathelement location="${lib.dir}/junit.jar" />
</path>
<target name="run" depends="build">
</target>
<!-- Runs project -->
- <target name="runFromJar" depends="jars">
- <java classname="net.sf.jabref.JabRefMain" fork="true">
+ <target name="runFromJar">
+ <java dir="${build.lib}" classname="net.sf.jabref.JabRefMain" fork="true">
<classpath>
<pathelement location="${build.lib}/${build.jar}" />
</classpath>
</java>
</target>
- <target name="profile" depends="jars" description="Profile JabRef">
- <fail unless="netbeans.home">This target can only run inside the NetBeans IDE.</fail>
-
- <nbprofiledirect>
- <classpath refid="classpath" />
- </nbprofiledirect>
-
- <property environment="env" />
- <java fork="true" classname="net.sf.jabref.JabRef" dir="${build.dir}" jvm="${profiler.info.jvm}">
- <jvmarg value="${profiler.info.jvmargs.agent}" />
- <jvmarg line="${profiler.info.jvmargs}" />
- <env key="LD_LIBRARY_PATH" path="${profiler.info.agentpath}:${env.LD_LIBRARY_PATH}" />
- <classpath refid="classpath" />
+ <!-- Only rerun the code generator if plug-in xml or jars are newer than generated java file. -->
+ <uptodate property="needsNoRegenerate" targetfile="${java.dir}/net/sf/jabref/plugin/core/generated/_JabRefPlugin.java">
+ <srcfiles dir=".">
+ <include name="${plugin.dir}/**/plugin.xml" />
+ <include name="${lib.dir}/plugin/*.jar" />
+ </srcfiles>
+ </uptodate>
+
+ <!-- Run the JPF Code Generator -->
+ <target name="generate" unless="needsNoRegenerate">
+ <java classname="net.sf.jabref.plugin.util.CodeGenerator" fork="true">
+ <arg value="${plugin.dir}" />
+ <classpath refid="codegenerator" />
</java>
</target>
- <!-- Compiles project -->
- <target name="compile">
+ <!-- Compiles project excluding tests -->
+ <target name="compile" depends="generate">
<mkdir dir="${build.classes}" />
- <javac debug="off" deprecation="on" destdir="${build.classes}" source="1.5" target="1.5">
+ <javac debug="on" deprecation="on" destdir="${build.classes}" source="1.5" target="1.5">
<src path="${java.dir}" />
<exclude name="tests/**" />
<exclude name="**/JabRefMain.java" />
<classpath refid="classpath" />
</javac>
- <javac debug="off" deprecation="on" destdir="${build.classes}" source="1.4" target="1.4">
- <src path="${java.dir}" />
- <include name="**/JabRefMain.java" />
- </javac>
-
+ <javac debug="on" deprecation="on" destdir="${build.classes}" source="1.4" target="1.4">
+ <src path="${java.dir}" />
+ <include name="**/JabRefMain.java" />
+ </javac>
</target>
- <!-- Compiles only the tests -->
+ <!-- Compiles project including tests -->
<target name="compiletest">
<mkdir dir="${build.classes}" />
- <!--deprecation="on"-->
- <javac srcdir="${java.dir}/tests" debug="off" destdir="${build.classes}" source="1.5" target="1.5">
- <classpath refid="classpath" />
+ <javac debug="on" destdir="${build.classes}" source="1.5" target="1.5">
+ <src path="${java.dir}" />
+ <include name="tests/**" />
+ <classpath refid="classpathTest" />
</javac>
</target>
<!-- Copies in the OSXAdapter class, which is compilable only on Mac -->
<target name="non_osx">
<mkdir dir="${build.osx}" />
- <copy file="${library.directory}/OSXAdapter.class" todir="${build.osx}" />
+ <copy file="${lib.dir}/OSXAdapter.class" todir="${build.osx}" />
</target>
<!-- Jars up project -->
<include name="help/no/**" />
<include name="resource/**" />
</fileset>
- <fileset dir="${library.directory}">
+
+ <!-- Add Plugins -->
+ <fileset dir="${src.dir}">
+ <include name="plugins/**" />
+ </fileset>
+
+ <fileset dir="${lib.dir}">
<include name="EndNote.zip" />
</fileset>
<fileset dir="${txt.dir}">
</fileset>
</copy>
- <!-- the fonts are used by the new about dialog
- <mkdir dir="${build.fonts}" />
- <copy todir="${build.fonts}">
- <fileset dir="${fonts.dir}">
- <include name="*" />
- </fileset>
- </copy> -->
-
<mkdir dir="${build.help}" />
<copy todir="${build.help}">
- <fileset dir="${help.dir}">
- <!--<include name="*" />-->
- </fileset>
+ <fileset dir="${help.dir}" />
</copy>
<!-- Insert version informations -->
</target>
+ <!-- Prepare for testing -->
+ <target name="buildtest" depends="build, compiletest" description="Build project for testing">
+
+ <mkdir dir="${build.tests}" />
+ <copy todir="${build.tests}">
+ <fileset dir="${tests.dir}">
+ <include name="**" />
+ </fileset>
+ </copy>
+ </target>
+
<!-- generate and save some build infos !!! necessary for dynamic build infos !!! -->
<!-- todo : replace it by the replace task :-),
src/resource/build.properties = template
<!-- Unpacks jar needed jar files from lib directory into temp directory. -->
<target name="unjarlib" description="Unpacks jars from library">
<mkdir dir="${build.tmp}" />
- <unjar src="${library.directory}/antlr.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/antlr-3.0b5.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/looks-2.0.4.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/forms-1.1.0.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/spin.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/glazedlists-1.7.0_java15.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/microba.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/PDFBox-0.7.3-dev-reduced.jar" dest="${build.tmp}" />
- <unjar src="${library.directory}/JempBox-0.1.0-dev.jar" dest="${build.tmp}" />
+ <unjar dest="${build.tmp}">
+ <fileset refid="jarsFileset" />
+ </unjar>
<delete dir="${build.tmp}/META-INF" />
<!-- rename the microba license file -->
<move file="${build.tmp}/license.txt" tofile="${build.tmp}/microba-license.txt" />
<target name="osxjar">
- <jarbundler dir="${build.lib}" name="JabRef" mainclass="net.sf.jabref.JabRef" jars="${build.lib}/${build.jar}" icon="${images.dir}/JabRef-Logo.icns" version="${jabref.version}" jvmversion="1.4+" stubfile="${library.directory}/JavaApplicationStub" />
+ <jarbundler dir="${build.lib}" name="JabRef" mainclass="net.sf.jabref.JabRef" jars="${build.lib}/${build.jar}" icon="${images.dir}/JabRef-Logo.icns" version="${jabref.version}" jvmversion="1.4+" stubfile="${lib.dir}/JavaApplicationStub" />
</target>
<target name="win.installer" description="Copy files in place to be used by the installer" depends="jars">
- <fail unless="is.windows" message="Not running on windows or NSIS not found. Please make sure that user.properties exists"/>
-
+ <fail unless="is.windows" message="Not running on windows or NSIS not found. Please make sure that user.properties exists" />
+
<!-- Gather everything that will go into the installer in dist -->
<mkdir dir="${win.installer.dir}/dist" />
- <copy file="${build.lib}/${build.jar}"
- todir="${win.installer.dir}/dist" />
+ <copy file="${build.lib}/${build.jar}" todir="${win.installer.dir}/dist" />
+
+ <available property="win.installer.jar.available" file="${win.installer.dir}/dist/${build.jar}" />
+
+ <fail unless="win.installer.jar.available" message="Did not find jar: ${build.jar}" />
- <available property="win.installer.jar.available" file="${win.installer.dir}/dist/${build.jar}"/>
-
- <fail unless="win.installer.jar.available" message="Did not find jar: ${build.jar}"/>
-
<copy todir="${win.installer.dir}/dist">
<fileset dir="${txt.dir}">
<include name="gpl.txt" />
<!-- "Create Exe-Wrapper" -->
<exec dir="." executable="${nsis.executable}" failonerror="true">
- <arg line="'/DJARFILE=${build.jar}' '/DVERSION=${jabref.version}' '/DAPPICON=../../../${images.dir}/JabRef.ico' ${win.installer.dir}/launcher.nsi" />
+ <arg line="'/DJARFILE=${build.jar}' '/DVERSION=${jabref.version}' '/DAPPICON=../../../${images.dir}/JabRef.ico' ${win.installer.dir}/launcher.nsi" />
</exec>
<!-- Finally create Windows-Installer -->
<exec dir="." executable="${nsis.executable}" failonerror="true">
<arg line="'/DVERSION=${jabref.version}' ${win.installer.dir}/setup.nsi" />
</exec>
-
+
<delete dir="${win.installer.dir}/dist" />
-
+
</target>
<target name="win.installer.linux" description="Copy files in place to be used by the installer" depends="jars">
</target>
+ <target name="test" depends="buildtest" description="Runs all unit tests">
+ <java fork="yes" classname="junit.textui.TestRunner" failonerror="true">
+ <arg value="tests.net.sf.jabref.AllTests" />
+ <classpath refid="classpathTest" />
+ </java>
+ </target>
+
+
+ <!--+++++++++++++++++++++++++++++++++++++++++++++++++
+ Auxiliary targets
+ +++++++++++++++++++++++++++++++++++++++++++++++++-->
+
+ <target name="profile" depends="jars" description="Profile JabRef">
+ <fail unless="netbeans.home">This target can only run inside the NetBeans IDE.</fail>
+
+ <nbprofiledirect>
+ <classpath refid="classpath" />
+ </nbprofiledirect>
+
+ <property environment="env" />
+ <java fork="true" classname="net.sf.jabref.JabRef" dir="${build.dir}" jvm="${profiler.info.jvm}">
+ <jvmarg value="${profiler.info.jvmargs.agent}" />
+ <jvmarg line="${profiler.info.jvmargs}" />
+ <env key="LD_LIBRARY_PATH" path="${profiler.info.agentpath}:${env.LD_LIBRARY_PATH}" />
+ <classpath refid="classpath" />
+ </java>
+ </target>
+
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
What's about the software design ?!;-)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask">
<classpath>
<pathelement path="${classpath}" />
- <fileset dir="${library.directory}">
+ <fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
</classpath>
<taskdef name="cpd" classname="net.sourceforge.pmd.cpd.CPDTask">
<classpath>
<pathelement path="${classpath}" />
- <fileset dir="${library.directory}">
+ <fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
</classpath>
<taskdef name="javancss" classname="javancss.JavancssAntTask">
<classpath>
<pathelement path="${classpath}" />
- <fileset dir="${library.directory}">
+ <fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
</classpath>
<taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
<classpath>
<pathelement path="${classpath}" />
- <fileset dir="${library.directory}">
+ <fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
</classpath>
</jalopy>
</target>
- <target name="test">
- <junit printsummary="yes" fork="yes" haltonfailure="no">
- <batchtest fork="yes" todir="/tmp/testres">
- <fileset dir="${build.classes}">
- <include name="**/*Tester.class" />
- <include name="**/*Test.class" />
- </fileset>
- </batchtest>
- <classpath refid="classpath" />
- </junit>
- </target>
+ <taskdef name="jarbundler" classpath="${lib.dir}/jarbundler-1.4.jar" classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
</project>
+++ /dev/null
-These are the most important new features and bugfixes in version 2.3.
-
-Features:
-- Added % at start of signature text in BibTeX output. Parser now reads both old and new style.
-- Added MIS Quarterly export format.
-- Added support for COPAC file format.
-- Added autocompletion feature for author/editors and other fields.
-- Added feature to save all open databases.
-- Added support for pushing citations to Vim when Vim server is enabled.
-- Improved handling of external links. The 'file' field can now specify a list of external links, and arbitrary file types are supported. Old-style PDF and PS links can be moved automatically into the 'file' field.
-- Removed antialias setting for main table, because it interferes with proper rendering on LCDs when running under JRE 6. Removed non-optional antialias settings for entry editor for the same reason.
-- Changed external link handling so remote (http) links can be sent to the external application. Applications like Evince and Gimp can open remote links.
-- Replaced Simle HTML export filter with improved version by Mark Schenk.
-- Introduced ParamLayoutFormatter interface for layout formatters that can take an argument by the following syntax: \format[MyFormatter(argument)]{\field} Implementing classes contain a setArgument(String) method that receives the argument (if any) before the format() method is called.
-- Timestamp and owner fields are now set also when appending a bib file, and new options have been introduced to control whether imported/appended/pasted entries should have these fields overwritten if already set.
-- Added \encoding tag for begin/end layouts in export filters to print the name of the character encoding used for the export. The tag is not available in entry layouts.
-- Added "authorLast" and "editorLast" markers for using last author's last name in BibTeX keys.
-- Numeric fields (year, volume, number, pmid, citeseercitationcount) are now sorted as numbers when possible.
-
-
-
-Important bug fixes:
-- Fixed bug in HTMLChars: commands like {\aa} and {\o} were not processed properly, even though defined in Globals.HTMLCHARS.
-- Fixed bug that made it possible to accidentally close database without saving, when error occurs during the save operation.
-- Fixed bug in entry editor: source panel edits were not properly stored when clicking a different entry in the main table.
-- Fixed problem with wrong enable/disable behaviour of Clear search button when switching between tabs.
-
+++ /dev/null
-#
-# An unexpected error has been detected by Java Runtime Environment:
-#
-# SIGSEGV (0xb) at pc=0x0634fa37, pid=7783, tid=3084979088
-#
-# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
-# Problematic frame:
-# V [libjvm.so+0x34fa37]
-#
-# If you would like to submit a bug report, please visit:
-# http://java.sun.com/webapps/bugreport/crash.jsp
-#
-
---------------- T H R E A D ---------------
-
-Current thread (0x08058800): JavaThread "main" [_thread_in_vm, id=7784]
-
-siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0101646e
-
-Registers:
-EAX=0x0101646e, EBX=0xb7e0f0f0, ECX=0x00000028, EDX=0x00000000
-ESP=0xb7e0f0b0, EBP=0xb7e0f0b8, ESI=0x080588dc, EDI=0xb7e0f170
-EIP=0x0634fa37, CR2=0x0101646e, EFLAGS=0x00010202
-
-Top of Stack: (sp=0xb7e0f0b0)
-0xb7e0f0b0: b7e0f0f0 b7e0f0f0 b7e0f0d8 0634fdf0
-0xb7e0f0c0: b7e0f0f0 00000028 00000000 00000042
-0xb7e0f0d0: 00000000 b7e0f0f0 b7e0f118 061c9d99
-0xb7e0f0e0: b7e0f0f0 08059100 00000005 94be5768
-0xb7e0f0f0: 064204a8 08059100 00000000 00000000
-0xb7e0f100: 00000063 00000000 00000000 080590fc
-0xb7e0f110: 94c61628 01016464 b7e0f1c8 06200039
-0xb7e0f120: b7e0f170 08059100 b5d509d4 b5d509d4
-
-Instructions: (pc=0x0634fa37)
-0x0634fa27: 08 0f be 4d 0c 8b 43 04 8b 53 08 8b 00 83 c0 0a
-0x0634fa37: 0f be 04 02 39 c8 74 1d 51 68 cc 9e 40 06 6a 2c
-
-Stack: [0xb7dc0000,0xb7e11000), sp=0xb7e0f0b0, free space=316k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-V [libjvm.so+0x34fa37]
-V [libjvm.so+0x34fdf0]
-V [libjvm.so+0x1c9d99]
-V [libjvm.so+0x200039]
-j java.awt.datatransfer.SystemFlavorMap$1.run()Ljava/lang/Object;+63
-v ~StubRoutines::call_stub
-V [libjvm.so+0x20bc6d]
-V [libjvm.so+0x30a828]
-V [libjvm.so+0x20bb00]
-V [libjvm.so+0x2619bb]
-C [libjava.so+0xa96d] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d
-j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
-j java.awt.datatransfer.SystemFlavorMap.<init>()V+67
-j java.awt.datatransfer.SystemFlavorMap.getDefaultFlavorMap()Ljava/awt/datatransfer/FlavorMap;+40
-j java.awt.dnd.DropTarget.<init>(Ljava/awt/Component;ILjava/awt/dnd/DropTargetListener;ZLjava/awt/datatransfer/FlavorMap;)V+23
-j java.awt.dnd.DropTarget.<init>(Ljava/awt/Component;ILjava/awt/dnd/DropTargetListener;Z)V+7
-j java.awt.dnd.DropTarget.<init>(Ljava/awt/Component;ILjava/awt/dnd/DropTargetListener;)V+5
-j javax.swing.TransferHandler$SwingDropTarget.<init>(Ljava/awt/Component;)V+5
-j javax.swing.SwingUtilities.installSwingDropTargetAsNecessary(Ljava/awt/Component;Ljavax/swing/TransferHandler;)V+46
-j javax.swing.JComponent.setTransferHandler(Ljavax/swing/TransferHandler;)V+21
-j javax.swing.plaf.basic.BasicTextUI.installDefaults2()V+157
-j javax.swing.plaf.basic.BasicTextUI.installUI(Ljavax/swing/JComponent;)V+20
-j javax.swing.plaf.basic.BasicEditorPaneUI.installUI(Ljavax/swing/JComponent;)V+2
-j javax.swing.plaf.basic.BasicTextPaneUI.installUI(Ljavax/swing/JComponent;)V+2
-j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
-j javax.swing.text.JTextComponent.setUI(Ljavax/swing/plaf/TextUI;)V+2
-j javax.swing.text.JTextComponent.updateUI()V+8
-j javax.swing.text.JTextComponent.<init>()V+62
-j javax.swing.JEditorPane.<init>()V+1
-j javax.swing.JTextPane.<init>()V+1
-j net.sf.jabref.HelpContent.<init>(Lnet/sf/jabref/JabRefPreferences;)V+1
-j net.sf.jabref.HelpDialog.<init>(Lnet/sf/jabref/JabRefFrame;)V+61
-j net.sf.jabref.JabRefFrame.<init>()V+190
-j net.sf.jabref.JabRef.openWindow(Ljava/util/Vector;)V+745
-j net.sf.jabref.JabRef.<init>([Ljava/lang/String;)V+191
-j net.sf.jabref.JabRef.main([Ljava/lang/String;)V+5
-v ~StubRoutines::call_stub
-V [libjvm.so+0x20bc6d]
-V [libjvm.so+0x30a828]
-V [libjvm.so+0x20bb00]
-V [libjvm.so+0x33156f]
-V [libjvm.so+0x333f6c]
-V [libjvm.so+0x277c28]
-C [libjava.so+0x15224] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
-j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
-j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
-j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
-j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
-j net.sf.jabref.JabRefMain.main([Ljava/lang/String;)V+157
-v ~StubRoutines::call_stub
-V [libjvm.so+0x20bc6d]
-V [libjvm.so+0x30a828]
-V [libjvm.so+0x20bb00]
-V [libjvm.so+0x234f26]
-V [libjvm.so+0x2265cb]
-C [java+0x1b98] JavaMain+0x2c8
-C [libpthread.so.0+0x546b]
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j java.awt.datatransfer.SystemFlavorMap$1.run()Ljava/lang/Object;+63
-v ~StubRoutines::call_stub
-j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
-j java.awt.datatransfer.SystemFlavorMap.<init>()V+67
-j java.awt.datatransfer.SystemFlavorMap.getDefaultFlavorMap()Ljava/awt/datatransfer/FlavorMap;+40
-j java.awt.dnd.DropTarget.<init>(Ljava/awt/Component;ILjava/awt/dnd/DropTargetListener;ZLjava/awt/datatransfer/FlavorMap;)V+23
-j java.awt.dnd.DropTarget.<init>(Ljava/awt/Component;ILjava/awt/dnd/DropTargetListener;Z)V+7
-j java.awt.dnd.DropTarget.<init>(Ljava/awt/Component;ILjava/awt/dnd/DropTargetListener;)V+5
-j javax.swing.TransferHandler$SwingDropTarget.<init>(Ljava/awt/Component;)V+5
-j javax.swing.SwingUtilities.installSwingDropTargetAsNecessary(Ljava/awt/Component;Ljavax/swing/TransferHandler;)V+46
-j javax.swing.JComponent.setTransferHandler(Ljavax/swing/TransferHandler;)V+21
-j javax.swing.plaf.basic.BasicTextUI.installDefaults2()V+157
-j javax.swing.plaf.basic.BasicTextUI.installUI(Ljavax/swing/JComponent;)V+20
-j javax.swing.plaf.basic.BasicEditorPaneUI.installUI(Ljavax/swing/JComponent;)V+2
-j javax.swing.plaf.basic.BasicTextPaneUI.installUI(Ljavax/swing/JComponent;)V+2
-j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
-j javax.swing.text.JTextComponent.setUI(Ljavax/swing/plaf/TextUI;)V+2
-j javax.swing.text.JTextComponent.updateUI()V+8
-j javax.swing.text.JTextComponent.<init>()V+62
-j javax.swing.JEditorPane.<init>()V+1
-j javax.swing.JTextPane.<init>()V+1
-j net.sf.jabref.HelpContent.<init>(Lnet/sf/jabref/JabRefPreferences;)V+1
-j net.sf.jabref.HelpDialog.<init>(Lnet/sf/jabref/JabRefFrame;)V+61
-j net.sf.jabref.JabRefFrame.<init>()V+190
-j net.sf.jabref.JabRef.openWindow(Ljava/util/Vector;)V+745
-j net.sf.jabref.JabRef.<init>([Ljava/lang/String;)V+191
-j net.sf.jabref.JabRef.main([Ljava/lang/String;)V+5
-v ~StubRoutines::call_stub
-j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
-j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
-j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
-j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
-j net.sf.jabref.JabRefMain.main([Ljava/lang/String;)V+157
-v ~StubRoutines::call_stub
-
---------------- P R O C E S S ---------------
-
-Java Threads: ( => current thread )
- 0x08374c00 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=7800]
- 0x0836c800 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=7799]
- 0x08367400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7798]
- 0x08364000 JavaThread "AWT-Shutdown" [_thread_blocked, id=7797]
- 0x08343000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=7796]
- 0x0832b000 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=7795]
- 0x082eb000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7794]
- 0x082db000 JavaThread "Thread-2" [_thread_blocked, id=7793]
- 0x082a5c00 JavaThread "Timer-0" daemon [_thread_blocked, id=7792]
- 0x0808d800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7790]
- 0x0808c000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7789]
- 0x0808ac00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7788]
- 0x08081c00 JavaThread "Finalizer" daemon [_thread_blocked, id=7787]
- 0x08080800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7786]
-=>0x08058800 JavaThread "main" [_thread_in_vm, id=7784]
-
-Other Threads:
- 0x0807f400 VMThread [id=7785]
- 0x0808f400 WatcherThread [id=7791]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- def new generation total 960K, used 536K [0x8c0a0000, 0x8c1a0000, 0x8c580000)
- eden space 896K, 56% used [0x8c0a0000, 0x8c11d9a8, 0x8c180000)
- from space 64K, 53% used [0x8c180000, 0x8c1889c8, 0x8c190000)
- to space 64K, 0% used [0x8c190000, 0x8c190000, 0x8c1a0000)
- tenured generation total 4096K, used 2630K [0x8c580000, 0x8c980000, 0x900a0000)
- the space 4096K, 64% used [0x8c580000, 0x8c811848, 0x8c811a00, 0x8c980000)
- compacting perm gen total 12288K, used 2751K [0x900a0000, 0x90ca0000, 0x940a0000)
- the space 12288K, 22% used [0x900a0000, 0x9034fe18, 0x90350000, 0x90ca0000)
- ro space 8192K, 73% used [0x940a0000, 0x94682560, 0x94682600, 0x948a0000)
- rw space 12288K, 58% used [0x948a0000, 0x94f97448, 0x94f97600, 0x954a0000)
-
-Dynamic libraries:
-06000000-06417000 r-xp 00000000 08:03 4524503 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/libjvm.so
-06417000-06430000 rwxp 00417000 08:03 4524503 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/libjvm.so
-06430000-0684f000 rwxp 06430000 00:00 0
-08048000-08052000 r-xp 00000000 08:03 4524480 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/java
-08052000-08053000 rwxp 00009000 08:03 4524480 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/java
-08053000-083de000 rwxp 08053000 00:00 0 [heap]
-8c0a0000-8c1a0000 rwxp 8c0a0000 00:00 0
-8c1a0000-8c580000 rwxp 8c1a0000 00:00 0
-8c580000-8c980000 rwxp 8c580000 00:00 0
-8c980000-900a0000 rwxp 8c980000 00:00 0
-900a0000-90ca0000 rwxp 900a0000 00:00 0
-90ca0000-940a0000 rwxp 90ca0000 00:00 0
-940a0000-94683000 r-xs 00001000 08:03 576285 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/classes.jsa
-94683000-948a0000 rwxp 94683000 00:00 0
-948a0000-94f98000 rwxp 005e4000 08:03 576285 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/classes.jsa
-94f98000-954a0000 rwxp 94f98000 00:00 0
-954a0000-95579000 rwxp 00cdc000 08:03 576285 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/classes.jsa
-95579000-958a0000 rwxp 95579000 00:00 0
-958a0000-958a4000 r-xs 00db5000 08:03 576285 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/classes.jsa
-958a4000-95ca0000 rwxp 958a4000 00:00 0
-b4f13000-b4f16000 ---p b4f13000 00:00 0
-b4f16000-b4f64000 rwxp b4f16000 00:00 0
-b4f64000-b4f67000 ---p b4f64000 00:00 0
-b4f67000-b4fb5000 rwxp b4f67000 00:00 0
-b4fb5000-b505e000 rwxs 00000000 00:09 10649610 /SYSV00000000 (deleted)
-b505e000-b5061000 ---p b505e000 00:00 0
-b5061000-b50af000 rwxp b5061000 00:00 0
-b50af000-b50b2000 ---p b50af000 00:00 0
-b50b2000-b5100000 rwxp b50b2000 00:00 0
-b5100000-b5102000 r-xs 00000000 08:03 4458195 /var/cache/fontconfig/603b2eb47209ddb3c5269b217a306167-x86.cache-2
-b5102000-b5108000 r-xs 00000000 08:03 4458194 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2
-b5108000-b510b000 r-xs 00000000 08:03 4458192 /var/cache/fontconfig/e383d7ea5fbe662a33d9b44caf393297-x86.cache-2
-b510b000-b510c000 r-xs 00000000 08:03 4458191 /var/cache/fontconfig/fd9505950c048a77dc4b710eb6a628ed-x86.cache-2
-b510c000-b510e000 r-xs 00000000 08:03 4458190 /var/cache/fontconfig/ddc79d3ea06a7c6ffa86ede85f3bb5df-x86.cache-2
-b510e000-b510f000 r-xs 00000000 08:03 4458189 /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-x86.cache-2
-b510f000-b5110000 r-xs 00000000 08:03 4458188 /var/cache/fontconfig/a2ab74764b07279e7c36ddb1d302cf26-x86.cache-2
-b5110000-b5114000 r-xs 00000000 08:03 4458177 /var/cache/fontconfig/921a30a17f0be15c70ac14043cb7a739-x86.cache-2
-b5114000-b5115000 r-xs 00000000 08:03 4458160 /var/cache/fontconfig/c69f04ab05004e31a6d5e715764f16d8-x86.cache-2
-b5115000-b5116000 r-xs 00000000 08:03 4458158 /var/cache/fontconfig/4c73fe0c47614734b17d736dbde7580a-x86.cache-2
-b5116000-b5118000 r-xs 00000000 08:03 4458157 /var/cache/fontconfig/646addb8444faa74ee138aa00ab0b6a0-x86.cache-2
-b5118000-b511b000 r-xs 00000000 08:03 4458156 /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-x86.cache-2
-b511b000-b511d000 r-xs 00000000 08:03 4458155 /var/cache/fontconfig/20bd79ad97094406f7d1b9654bfbd926-x86.cache-2
-b511d000-b511e000 r-xs 00000000 08:03 4458153 /var/cache/fontconfig/75a2cd575a62c63e802c11411fb87c37-x86.cache-2
-b511e000-b5120000 r-xs 00000000 08:03 4458152 /var/cache/fontconfig/9c0624108b9a2ae8552f664125be8356-x86.cache-2
-b5120000-b5126000 r-xs 00000000 08:03 4458151 /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-x86.cache-2
-b5126000-b5128000 r-xs 00000000 08:03 4458150 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-x86.cache-2
-b5128000-b512a000 r-xs 00000000 08:03 4458149 /var/cache/fontconfig/da1bd5ca8443ffe22927a23ce431d198-x86.cache-2
-b512a000-b5132000 r-xs 00000000 08:03 4458122 /var/cache/fontconfig/e3de0de479f42330eadf588a55fb5bf4-x86.cache-2
-b5132000-b5138000 r-xs 00000000 08:03 4458027 /var/cache/fontconfig/0f34bcd4b6ee430af32735b75db7f02b-x86.cache-2
-b5138000-b5139000 r-xs 00000000 08:03 4456462 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-x86.cache-2
-b5139000-b5150000 r-xs 00000000 08:03 4456461 /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-x86.cache-2
-b5150000-b5152000 r-xs 00000000 08:03 4456460 /var/cache/fontconfig/de9486f0b47a4d768a594cb4198cb1c6-x86.cache-2
-b5152000-b5158000 r-xs 00000000 08:03 4456459 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-x86.cache-2
-b5158000-b515b000 r-xs 00000000 08:03 4456458 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-x86.cache-2
-b515b000-b515f000 r-xs 00000000 08:03 4456457 /var/cache/fontconfig/089dead882dea3570ffc31a9898cfb69-x86.cache-2
-b515f000-b5166000 r-xs 00000000 08:03 4458203 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-x86.cache-2
-b5166000-b5167000 r-xs 00000000 08:03 4458218 /var/cache/fontconfig/e9e44584608a73233979f764b5f9dd81-x86.cache-2
-b5167000-b5168000 r-xs 00000000 08:03 4458183 /var/cache/fontconfig/b5a4f3f568a71026ccdc6a3a51afa9b4-x86.cache-2
-b5168000-b5169000 r-xs 00000000 08:03 4458215 /var/cache/fontconfig/bf1f9632594a1fa28e2cf4d7888deffe-x86.cache-2
-b5169000-b516b000 r-xs 00000000 08:03 4458214 /var/cache/fontconfig/b8613a33de00eecd32d5a94c3c617829-x86.cache-2
-b516b000-b516e000 r-xs 00000000 08:03 4458228 /var/cache/fontconfig/b21a91cee725896328b8cee8091cf747-x86.cache-2
-b516e000-b5177000 r-xs 00000000 08:03 4458212 /var/cache/fontconfig/fd9416c4b92f07c6f59a3a8cf496e9dc-x86.cache-2
-b5177000-b517a000 r-xs 00000000 08:03 4458227 /var/cache/fontconfig/059138ec877db160474b4d5de1248d14-x86.cache-2
-b517a000-b517b000 r-xs 00000000 08:03 4458210 /var/cache/fontconfig/f5a93ac943883aa0fd9a7bfe0f6ec3c1-x86.cache-2
-b517b000-b517d000 r-xs 00000000 08:03 4458219 /var/cache/fontconfig/118d8d5311348bbdf5fe3b106d7c13d4-x86.cache-2
-b517d000-b517e000 r-xs 00000000 08:03 4458208 /var/cache/fontconfig/a1131b7be650f9abae4907495aa5815d-x86.cache-2
-b517e000-b5183000 r-xs 00000000 08:03 4458207 /var/cache/fontconfig/8ab5f685cd6d8ba67c37c908faf08172-x86.cache-2
-b5183000-b5187000 r-xs 00000000 08:03 4458222 /var/cache/fontconfig/0f32d3adc6a232110812e17374eaa446-x86.cache-2
-b5187000-b5189000 r-xs 00000000 08:03 4458205 /var/cache/fontconfig/7b4a97c10f6c0166998ddfa1cf7392fb-x86.cache-2
-b5189000-b518c000 r-xs 00000000 08:03 4458187 /var/cache/fontconfig/61c830dfac3fd78a12654da5e9ba3f56-x86.cache-2
-b518c000-b518d000 r-xs 00000000 08:03 4458230 /var/cache/fontconfig/e0f9e95429e756d56293ed4d63866094-x86.cache-2
-b518d000-b518e000 r-xs 00000000 08:03 4458204 /var/cache/fontconfig/892f88ea27b235637f494d515247eddd-x86.cache-2
-b518e000-b5190000 r-xs 00000000 08:03 4458229 /var/cache/fontconfig/4123634e9c08547d899d0aaff05ebe69-x86.cache-2
-b5190000-b5196000 r-xs 00000000 08:03 4458237 /var/cache/fontconfig/142ecfc435bad6f1fbc2648c1119d5eb-x86.cache-2
-b5196000-b519c000 r-xs 00000000 08:03 4458226 /var/cache/fontconfig/102e5142c2e9e50c5e8ece26694a2dad-x86.cache-2
-b519c000-b519d000 r-xs 00000000 08:03 4458202 /var/cache/fontconfig/92a571655fb1c0ec1c4d6f496220600a-x86.cache-2
-b519d000-b51a5000 r-xs 00000000 08:03 4458199 /var/cache/fontconfig/a960c40fc9306f090224a04585f8a963-x86.cache-2
-b51a9000-b51ac000 ---p b51a9000 00:00 0
-b51ac000-b51fa000 rwxp b51ac000 00:00 0
-b51fa000-b51fd000 ---p b51fa000 00:00 0
-b51fd000-b524b000 rwxp b51fd000 00:00 0
-b524b000-b524f000 r-xp 00000000 08:03 4475528 /usr/lib/libXfixes.so.3.1.0
-b524f000-b5250000 rwxp 00003000 08:03 4475528 /usr/lib/libXfixes.so.3.1.0
-b5250000-b5257000 r-xp 00000000 08:03 4474918 /usr/lib/libXrender.so.1.3.0
-b5257000-b5258000 rwxp 00006000 08:03 4474918 /usr/lib/libXrender.so.1.3.0
-b5258000-b5260000 r-xp 00000000 08:03 4473311 /usr/lib/libXcursor.so.1.0.2
-b5260000-b5261000 rwxp 00007000 08:03 4473311 /usr/lib/libXcursor.so.1.0.2
-b5275000-b5278000 ---p b5275000 00:00 0
-b5278000-b52c6000 rwxp b5278000 00:00 0
-b52c6000-b5344000 r-xp 00000000 08:03 4524535 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libfontmanager.so
-b5344000-b534e000 rwxp 0007e000 08:03 4524535 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libfontmanager.so
-b534e000-b5353000 rwxp b534e000 00:00 0
-b5353000-b5357000 r-xp 00000000 08:03 4473410 /usr/lib/libXdmcp.so.6.0.0
-b5357000-b5358000 rwxp 00003000 08:03 4473410 /usr/lib/libXdmcp.so.6.0.0
-b5358000-b535a000 r-xp 00000000 08:03 4473358 /usr/lib/libXau.so.6.0.0
-b535a000-b535b000 rwxp 00001000 08:03 4473358 /usr/lib/libXau.so.6.0.0
-b535b000-b5362000 r-xp 00000000 08:03 4473747 /usr/lib/libXi.so.6.0.0
-b5362000-b5363000 rwxp 00006000 08:03 4473747 /usr/lib/libXi.so.6.0.0
-b5363000-b5367000 r-xp 00000000 08:03 4473927 /usr/lib/libXtst.so.6.1.0
-b5367000-b5368000 rwxp 00004000 08:03 4473927 /usr/lib/libXtst.so.6.1.0
-b5368000-b5455000 r-xp 00000000 08:03 4474866 /usr/lib/libX11.so.6.2.0
-b5455000-b5459000 rwxp 000ed000 08:03 4474866 /usr/lib/libX11.so.6.2.0
-b5459000-b5466000 r-xp 00000000 08:03 4475531 /usr/lib/libXext.so.6.4.0
-b5466000-b5467000 rwxp 0000d000 08:03 4475531 /usr/lib/libXext.so.6.4.0
-b546a000-b546f000 r-xs 00000000 08:03 4458200 /var/cache/fontconfig/9404ff413c67fc2a1526fd14eb4163a8-x86.cache-2
-b546f000-b5473000 r-xs 00000000 08:03 4458217 /var/cache/fontconfig/b3fedf7c409f006ca1a6fceffceb77cf-x86.cache-2
-b5473000-b5478000 r-xs 00000000 08:03 4458198 /var/cache/fontconfig/6330322105e0c4105d7c7a6ea2974107-x86.cache-2
-b5478000-b547b000 r-xs 00000000 08:03 4458236 /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86.cache-2
-b547b000-b54b9000 r-xp 00000000 08:03 4524530 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/xawt/libmawt.so
-b54b9000-b54bb000 rwxp 0003e000 08:03 4524530 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/xawt/libmawt.so
-b54bb000-b54bc000 rwxp b54bb000 00:00 0
-b54bc000-b5582000 r-xp 00000000 08:03 4524526 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libmlib_image.so
-b5582000-b5583000 rwxp 000c5000 08:03 4524526 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libmlib_image.so
-b5583000-b55fe000 r-xp 00000000 08:03 4524527 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libawt.so
-b55fe000-b5605000 rwxp 0007b000 08:03 4524527 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libawt.so
-b5605000-b5629000 rwxp b5605000 00:00 0
-b5629000-b562c000 ---p b5629000 00:00 0
-b562c000-b567a000 rwxp b562c000 00:00 0
-b567a000-b5688000 r-xs 00656000 08:03 4528453 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/charsets.jar
-b5688000-b568b000 ---p b5688000 00:00 0
-b568b000-b5709000 rwxp b568b000 00:00 0
-b5709000-b5885000 r-xs 02c8f000 08:03 4525058 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/rt.jar
-b5885000-b58d1000 r-xs 004f5000 08:03 3180064 /home/alver/Desktop/jabref-2.3.1/2.3.1/jabref-2.3.1/build/lib/JabRef-2.3.1.jar
-b58d1000-b591d000 r-xs 004f5000 08:03 3180064 /home/alver/Desktop/jabref-2.3.1/2.3.1/jabref-2.3.1/build/lib/JabRef-2.3.1.jar
-b591d000-b591e000 ---p b591d000 00:00 0
-b591e000-b599e000 rwxp b591e000 00:00 0
-b599e000-b59a1000 ---p b599e000 00:00 0
-b59a1000-b59ef000 rwxp b59a1000 00:00 0
-b59ef000-b59f2000 ---p b59ef000 00:00 0
-b59f2000-b5a70000 rwxp b59f2000 00:00 0
-b5a70000-b5a73000 ---p b5a70000 00:00 0
-b5a73000-b5ac1000 rwxp b5a73000 00:00 0
-b5ac1000-b5ac8000 r-xs 00000000 08:03 4492823 /usr/lib/gconv/gconv-modules.cache
-b5ac8000-b5b07000 r-xp 00000000 08:03 4528462 /usr/lib/locale/en_GB.utf8/LC_CTYPE
-b5b07000-b5b0a000 ---p b5b07000 00:00 0
-b5b0a000-b5b58000 rwxp b5b0a000 00:00 0
-b5b58000-b5b5b000 ---p b5b58000 00:00 0
-b5b5b000-b5ba9000 rwxp b5b5b000 00:00 0
-b5ba9000-b5baa000 ---p b5ba9000 00:00 0
-b5baa000-b5c3d000 rwxp b5baa000 00:00 0
-b5c3d000-b5c57000 rwxp b5c3d000 00:00 0
-b5c57000-b5c5a000 rwxp b5c57000 00:00 0
-b5c5a000-b5c75000 rwxp b5c5a000 00:00 0
-b5c75000-b5c76000 rwxp b5c75000 00:00 0
-b5c76000-b5c77000 rwxp b5c76000 00:00 0
-b5c77000-b5c7a000 rwxp b5c77000 00:00 0
-b5c7a000-b5c95000 rwxp b5c7a000 00:00 0
-b5c95000-b5c9b000 rwxp b5c95000 00:00 0
-b5c9b000-b5cb5000 rwxp b5c9b000 00:00 0
-b5cb5000-b5cc5000 rwxp b5cb5000 00:00 0
-b5cc5000-b5d40000 rwxp b5cc5000 00:00 0
-b5d40000-b5e60000 rwxp b5d40000 00:00 0
-b5e60000-b7d40000 rwxp b5e60000 00:00 0
-b7d40000-b7d4f000 r-xp 00000000 08:03 4524512 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libzip.so
-b7d4f000-b7d51000 rwxp 0000e000 08:03 4524512 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libzip.so
-b7d51000-b7d74000 r-xp 00000000 08:03 4524509 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libjava.so
-b7d74000-b7d76000 rwxp 00023000 08:03 4524509 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libjava.so
-b7d76000-b7d7f000 r-xp 00000000 08:03 5130028 /lib/tls/i686/cmov/libnss_files-2.6.1.so
-b7d7f000-b7d81000 rwxp 00008000 08:03 5130028 /lib/tls/i686/cmov/libnss_files-2.6.1.so
-b7d81000-b7d89000 r-xp 00000000 08:03 5130030 /lib/tls/i686/cmov/libnss_nis-2.6.1.so
-b7d89000-b7d8b000 rwxp 00007000 08:03 5130030 /lib/tls/i686/cmov/libnss_nis-2.6.1.so
-b7d8b000-b7d9f000 r-xp 00000000 08:03 5130025 /lib/tls/i686/cmov/libnsl-2.6.1.so
-b7d9f000-b7da1000 rwxp 00013000 08:03 5130025 /lib/tls/i686/cmov/libnsl-2.6.1.so
-b7da1000-b7da3000 rwxp b7da1000 00:00 0
-b7da3000-b7dae000 r-xp 00000000 08:03 4524508 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libverify.so
-b7dae000-b7daf000 rwxp 0000b000 08:03 4524508 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libverify.so
-b7daf000-b7db7000 rwxs 00000000 08:03 2654259 /tmp/hsperfdata_alver/7783
-b7db7000-b7dbe000 r-xp 00000000 08:03 5130035 /lib/tls/i686/cmov/librt-2.6.1.so
-b7dbe000-b7dc0000 rwxp 00006000 08:03 5130035 /lib/tls/i686/cmov/librt-2.6.1.so
-b7dc0000-b7dc3000 ---p b7dc0000 00:00 0
-b7dc3000-b7e11000 rwxp b7dc3000 00:00 0
-b7e11000-b7e34000 r-xp 00000000 08:03 5130023 /lib/tls/i686/cmov/libm-2.6.1.so
-b7e34000-b7e36000 rwxp 00023000 08:03 5130023 /lib/tls/i686/cmov/libm-2.6.1.so
-b7e36000-b7e37000 rwxp b7e36000 00:00 0
-b7e37000-b7f7b000 r-xp 00000000 08:03 5130019 /lib/tls/i686/cmov/libc-2.6.1.so
-b7f7b000-b7f7c000 r-xp 00143000 08:03 5130019 /lib/tls/i686/cmov/libc-2.6.1.so
-b7f7c000-b7f7e000 rwxp 00144000 08:03 5130019 /lib/tls/i686/cmov/libc-2.6.1.so
-b7f7e000-b7f81000 rwxp b7f7e000 00:00 0
-b7f81000-b7f83000 r-xp 00000000 08:03 5130022 /lib/tls/i686/cmov/libdl-2.6.1.so
-b7f83000-b7f85000 rwxp 00001000 08:03 5130022 /lib/tls/i686/cmov/libdl-2.6.1.so
-b7f85000-b7f8c000 r-xp 00000000 08:03 4524511 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/jli/libjli.so
-b7f8c000-b7f8e000 rwxp 00006000 08:03 4524511 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/jli/libjli.so
-b7f8e000-b7f8f000 rwxp b7f8e000 00:00 0
-b7f8f000-b7fa3000 r-xp 00000000 08:03 5130033 /lib/tls/i686/cmov/libpthread-2.6.1.so
-b7fa3000-b7fa5000 rwxp 00013000 08:03 5130033 /lib/tls/i686/cmov/libpthread-2.6.1.so
-b7fa5000-b7fa7000 rwxp b7fa5000 00:00 0
-b7fa9000-b7fb0000 r-xp 00000000 08:03 5130026 /lib/tls/i686/cmov/libnss_compat-2.6.1.so
-b7fb0000-b7fb2000 rwxp 00006000 08:03 5130026 /lib/tls/i686/cmov/libnss_compat-2.6.1.so
-b7fb2000-b7fb8000 r-xp 00000000 08:03 4524497 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/native_threads/libhpi.so
-b7fb8000-b7fb9000 rwxp 00006000 08:03 4524497 /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/native_threads/libhpi.so
-b7fb9000-b7fba000 rwxp b7fb9000 00:00 0
-b7fba000-b7fbb000 r-xp b7fba000 00:00 0
-b7fbb000-b7fbd000 rwxp b7fbb000 00:00 0
-b7fbd000-b7fd7000 r-xp 00000000 08:03 5095975 /lib/ld-2.6.1.so
-b7fd7000-b7fd9000 rwxp 00019000 08:03 5095975 /lib/ld-2.6.1.so
-bfab1000-bfae8000 rwxp bfab1000 00:00 0 [stack]
-ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
-
-VM Arguments:
-java_command: build/lib/JabRef-2.3.1.jar
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
-USERNAME=alver
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.03/jre/../lib/i386
-SHELL=/bin/bash
-DISPLAY=:0.0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x3b29c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x3b29c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x309ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x309ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x309ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x30bef0], sa_mask[0]=0x00000000, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR2: [libjvm.so+0x30bef0], sa_mask[0]=0x00000000, sa_flags=0x10000004
-
-
---------------- S Y S T E M ---------------
-
-OS:lenny/sid
-
-uname:Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
-libc:glibc 2.6.1 NPTL 2.6.1
-rlimit: STACK 8192k, CORE 0k, NPROC 8190, NOFILE 1024, AS infinity
-load average:1.57 1.42 1.32
-
-CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2
-
-Memory: 4k page, physical 1035536k(114348k free), swap 1815304k(1780512k free)
-
-vm_info: Java HotSpot(TM) Client VM (1.6.0_03-b05) for linux-x86, built on Sep 24 2007 22:45:46 by "java_re" with gcc 3.2.1-7a (J2SE release)
-
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<center>
<h1>JabRef version @version@</h1>
- <p>(c) 2007</p>
+ <p>(c) 2008</p>
<p><img src="/images/JabRef-icon-48.png" /></p>
<p>Michael Beckmann,
Oliver Beckmann,
+ Fedor Bezrukov,
Aaron Chen,
Fabrice Dessaint,
Nathan Dunn,
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>The JabRef main window</h1>
<p>In JabRef you write the contents of all fields the same way as you
would in a text editor, with one exception: to reference a
string, enclose the name of the string in a set of #
- characters, e.g.:<br>
- '#jan# 1997',<br>
+ characters, e.g.:<br />
+ '#jan# 1997',<br />
which will be interpreted as the string named 'jan' followed by
' 1997'.</p>
<body style="color: rgb(39, 88, 86);">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>About <em>bibtex</em></h1>
A unique string used to refer to the entry in LaTeX
documents. Note that when referencing an entry from LaTeX,
the key must match case-sensitively with the reference
- string.<br>
- <br></li>
+ string.<br />
+ <br /></li>
- <li><strong>address<br></strong> Usually the address of
+ <li><strong>address<br /></strong> Usually the address of
the <tt>publisher</tt> or other type of institution. For
major publishing houses, van Leunen recommends
omitting the information entirely. For small publishers, on
the other hand, you can help the reader by giving the
complete address.</li>
- <li><strong>annote<br></strong> An annotation. It is not
+ <li><strong>annote<br /></strong> An annotation. It is not
used by the standard bibliography styles, but may be used
by others that produce an annotated bibliography.</li>
- <li><strong>author<br></strong> This field should contain
+ <li><strong>author<br /></strong> This field should contain
the complete author list for your entry. The names are
separated by the word <em>and</em>, even if there are more
than two authors. Each name can be written in two
- equivalent forms:<br>
- Donald E. Knuth <em>or</em> Knuth, Donald E.<br>
- Eddie van Halen <em>or</em> van Halen, Eddie<br>
+ equivalent forms:<br />
+ Donald E. Knuth <em>or</em> Knuth, Donald E.<br />
+ Eddie van Halen <em>or</em> van Halen, Eddie<br />
The second form should be used for authors with more than
two names, to differentiate between middle names and last
- names.<br>
- <br></li>
+ names.<br />
+ <br /></li>
- <li><strong>booktitle<br></strong> Title of a book, part
+ <li><strong>booktitle<br /></strong> Title of a book, part
of which is being cited. For book entries, use the
<tt>title</tt> field instead.</li>
- <li><strong>chapter<br></strong> A chapter (or section or
+ <li><strong>chapter<br /></strong> A chapter (or section or
whatever) number.</li>
- <li><strong>crossref<br></strong> The database key of the
+ <li><strong>crossref<br /></strong> The database key of the
entry being cross referenced.</li>
- <li><strong>edition<br></strong> The edition of a
+ <li><strong>edition<br /></strong> The edition of a
book--for example, ``Second''. This should be an ordinal,
and should have the first letter capitalized, as shown
here; the standard styles convert to lower case when
necessary.</li>
- <li><strong>editor<br></strong> This field is analogue to
+ <li><strong>editor<br /></strong> This field is analogue to
the <em>author</em> field. If there is also an
<tt>author</tt> field, then the <tt>editor</tt> field gives
the editor of the book or collection in which the reference
appears.</li>
- <li><strong>howpublished<br></strong> How something
+ <li><strong>howpublished<br /></strong> How something
strange has been published. The first word should be
capitalized.</li>
- <li><strong>institution<br></strong> The sponsoring
+ <li><strong>institution<br /></strong> The sponsoring
institution of a technical report.</li>
- <li><strong>journal<br></strong> A journal name. The name
+ <li><strong>journal<br /></strong> A journal name. The name
of a journal can be abbreviated using a "string". To define
such string, use the <a href="StringEditorHelp.html">string
editor</a>.</li>
- <li><strong>key<br></strong> Used for alphabetizing,
+ <li><strong>key<br /></strong> Used for alphabetizing,
cross referencing, and creating a label when the ``author''
information is missing. This field should not be confused
with the key that appears in the <code>\cite</code> command
and at the beginning of the database entry.</li>
- <li><strong>month<br></strong> The month in which the
+ <li><strong>month<br /></strong> The month in which the
work was published or, for an unpublished work, in which it
was written. You should use the standard three-letter
abbreviation (jan, feb, mar, apr, may, jun, jul, aug, sep,
oct, nov, dec).</li>
- <li><strong>note<br></strong> Any additional information
+ <li><strong>note<br /></strong> Any additional information
that can help the reader. The first word should be
capitalized.</li>
- <li><strong>number</strong><br>
+ <li><strong>number</strong><br />
The number of a journal, magazine, technical report, or of
a work in a series. An issue of a journal or magazine is
usually identified by its volume and number; the
it a number; and sometimes books are given numbers in a
named series.</li>
- <li><strong>organization<br></strong> The organization
+ <li><strong>organization<br /></strong> The organization
that sponsors a conference or that publishes a manual.</li>
- <li><strong>pages<br></strong> One or more page numbers
+ <li><strong>pages<br /></strong> One or more page numbers
or range of numbers, such as <tt>42-111</tt> or
<tt>7,41,73-97</tt> or <tt>43+</tt> (the `<tt>+</tt>' in
this last example indicates pages following that don't form
dash used in TeX to denote number ranges (as in
<tt>7-33</tt>).</li>
- <li><strong>publisher<br></strong> The publisher's
+ <li><strong>publisher<br /></strong> The publisher's
name.</li>
- <li><strong>school<br></strong> The name of the school
+ <li><strong>school<br /></strong> The name of the school
where a thesis was written.</li>
- <li><strong>series<br></strong> The name of a series or
+ <li><strong>series<br /></strong> The name of a series or
set of books. When citing an entire book, the
<tt>title</tt> field gives its title and an optional
<tt>series</tt> field gives the name of a series or
multi-volume set in which the book is published.</li>
- <li><strong>title<br></strong> The work's title. The
+ <li><strong>title<br /></strong> The work's title. The
capitalization may depend on the bibliography style and on
the language used. For words that have to be capitalized
(such as a proper noun), enclose the word (or its first
letter) in braces.</li>
- <li><strong>type<br></strong> The type of a technical
+ <li><strong>type<br /></strong> The type of a technical
report--for example, ``Research Note''.</li>
- <li><strong>volume<br></strong> The volume of a journal
+ <li><strong>volume<br /></strong> The volume of a journal
or multivolume book.</li>
- <li><strong>year<br></strong> The year of publication or,
+ <li><strong>year<br /></strong> The year of publication or,
for an unpublished work, the year it was written. Generally
it should consist of four numerals, such as <tt>1984</tt>,
although the standard styles can handle any <tt>year</tt>
whose last four nonpunctuation characters are numerals,
such as `(about 1984)'. This field is required for most
entry types.</li>
- </ul><br>
+ </ul><br />
<h2>Other fields</h2>
<ul>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- affiliation*</span><br></strong> The authors
- affiliation.<br>
- <br></li>
+ affiliation*</span><br /></strong> The authors
+ affiliation.<br />
+ <br /></li>
- <li><strong>abstract<br></strong> An abstract of the
- work.<br>
- <br></li>
+ <li><strong>abstract<br /></strong> An abstract of the
+ work.<br />
+ <br /></li>
- <li><strong>doi<br></strong> The Digital Object
+ <li><strong>doi<br /></strong> The Digital Object
Identifier, a permanent identifier given to
- documents.<br>
- <br></li>
+ documents.<br />
+ <br /></li>
- <li><strong>eid<br></strong> The Electronic identifier is
+ <li><strong>eid<br /></strong> The Electronic identifier is
for electronic journals that also appear in print. This
number replaces the page number, and is used to find the
article within the printed volume. Sometimes also called
- <em>citation number</em>.<br>
- <br></li>
+ <em>citation number</em>.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- contents*</span><br></strong> A Table of Contents<br />
- <br></li>
+ contents*</span><br /></strong> A Table of Contents<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- copyright*</span><br></strong> Copyright
- information.<br>
- <br></li>
+ copyright*</span><br /></strong> Copyright
+ information.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- ISBN*</span><br></strong> The International Standard Book
- Number.<br>
- <br></li>
+ ISBN*</span><br /></strong> The International Standard Book
+ Number.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- ISSN*</span><br></strong> The International Standard
- Serial Number. Used to identify a journal.<br>
- <br></li>
+ ISSN*</span><br /></strong> The International Standard
+ Serial Number. Used to identify a journal.<br />
+ <br /></li>
- <li><strong>keywords<br></strong> Key words used for
- searching or possibly for annotation.<br>
- <br></li>
+ <li><strong>keywords<br /></strong> Key words used for
+ searching or possibly for annotation.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- language*</span><br></strong> The language the document
- is in.<br>
- <br></li>
+ language*</span><br /></strong> The language the document
+ is in.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- location*</span><br></strong> A location associated with
+ location*</span><br /></strong> A location associated with
the entry, such as the city in which a conference took
- place.<br>
- <br></li>
+ place.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- LCCN*</span><br></strong> The Library of Congress Call
- Number. I've also seen this as <tt>lib-congress</tt>.<br>
- <br></li>
+ LCCN*</span><br /></strong> The Library of Congress Call
+ Number. I've also seen this as <tt>lib-congress</tt>.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- mrnumber*</span><br></strong> The <i>Mathematical
- Reviews</i> number.<br>
- <br></li>
+ mrnumber*</span><br /></strong> The <i>Mathematical
+ Reviews</i> number.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- price*</span><br></strong> The price of the
- document.<br>
- <br></li>
+ price*</span><br /></strong> The price of the
+ document.<br />
+ <br /></li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- size*</span><br></strong> The physical dimensions of a
- work.<br>
- <br></li>
+ size*</span><br /></strong> The physical dimensions of a
+ work.<br />
+ <br /></li>
- <li><strong>URL<br></strong> The WWW Universal Resource
+ <li><strong>URL<br /></strong> The WWW Universal Resource
Locator that points to the item being referenced. This
often is used for technical reports to point to the ftp
site where the postscript source of the report is
<h3>JuraBib</h3>
<ul>
- <li><strong>urldate<br></strong> The date of the last
+ <li><strong>urldate<br /></strong> The date of the last
page visit.</li>
- </ul><br>
- *) not direct supported by JabRef<br>
- <br>
+ </ul><br />
+ *) not direct supported by JabRef<br />
+ <br />
</body>
</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Importing From CiteSeer</h1>
content page on CiteSeer. The citeseerurl field must be in one
of the following formats:</p>
- <p>http://citeseer.ist.psu.edu/DDDDDD[.html], or<br>
- oai:CiteSeerPSU:DDDDDD, or<br>
+ <p>http://citeseer.ist.psu.edu/DDDDDD[.html], or<br />
+ oai:CiteSeerPSU:DDDDDD, or<br />
DDDDDD</p>
<p>where DDDDD is a sequence of digits. To find the sequence of
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Command line options</h1>
contains only the known and used entries. That will mean, if an
entry is not defined in the standard bibtex file, it cannot be
located in the new file.</p>
+
+ <h2>Fetch from Web: --fetch==name of fetcher:query string</h2>
+
+ <p>The fetchers in the Web menu can also be run from the command
+ line. Use the --fetch option and then pass both the name of a fetcher
+ (for instance ieee, medline or jstor) and your search term or paper id and
+ the given fetcher will be run. Note that some fetcher will still display
+ GUI if they need feedback from you. To get a list of available fetchers run
+ --fetch without parameters.</p>
</body>
</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Field content selector</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Help contents</h1>
- <p><a href="HelpHelp.html">About the Help window</a><br>
- <a href="JabRefHelp.html">General information</a><br></p>
-
+<h2>General</h2>
+ <a href="HelpHelp.html">About the Help window</a><br>
+ <a href="JabRefHelp.html">General information</a><br>
+ <a href="BaseFrameHelp.html">The JabRef main window</a><br>
+ <a href="EntryEditorHelp.html">Entry editor</a><br>
+<h2>Fields</h2>
<p><a href="BibtexHelp.html"><em>Bibtex</em> help</a><br>
- <a href="CommandLine.html">Command line options</a><br>
- <a href="CustomExports.html">Custom export filters</a><br>
- <a href="CustomImports.html">Custom import filters</a><br>
+ <a href="FileLinks.html">External file links</a><br>
+ <a href="ExternalFiles.html">PDF/PS/URL/DOI links in
+ JabRef</a><br>
+ <a href="TimeStampHelp.html">Entry time stamps</a><br>
+ <a href="OwnerHelp.html">The 'owner' field</a><br>
+ <a href="ContentSelectorHelp.html">Field content
+ selector</a><br>
+ <a href="JournalAbbreviations.html">Journal
+ abbreviations</a><br>
+
+<h2>Finding and sorting entries</h2>
+ <a href="GroupsHelp.html">Help on using
+ <em>Groups</em></a><br>
+ <a href="MarkingHelp.html">Marking entries</a><br>
+ <a href="SearchHelp.html">Searching in JabRef</a><br>
+
+<h2>Setup</h2>
+ <a href="StringEditorHelp.html">String editor</a><br>
+ <a href="DatabaseProperties.html">Database properties window</<a><br>
+ <a href="PreviewHelp.html">Entry preview setup</a><br>
<a href="LabelPatterns.html">Customizing the BibTex key
generator</a><br>
<a href="CustomEntriesHelp.html">Customizing entry
types</a><br>
<a href="GeneralFields.html">Customizing general
fields</a><br>
+ <a href="Plugin.html">Extend JabRef using plugins</a><br>
+
+<h2>Import/Export</h2>
+ <a href="CustomExports.html">Custom export filters</a><br>
+ <a href="CustomImports.html">Custom import filters</a><br>
+ <a href="ImportInspectionDialog.html">Import inspection
+ window</a><br>
<a href="EndNoteFilters.html">The EndNote import/export filter
set</a><br>
- <a href="EntryEditorHelp.html">Entry editor</a><br>
- <a href="FileLinks.html">External file links</a><br>
- <a href="TimeStampHelp.html">Entry time stamps</a><br>
+ <a href="OpenOfficeHelp.html">Using JabRef bibliographies in
+ OpenOffice.org</a><br>
<a href="CiteSeerHelp.html">Fetching entries from
<em>CiteSeer</em></a><br>
- <a href="MedlineHelp.html">Fetching entries from
- <em>Medline</em></a><br>
<a href="IEEEXploreHelp.html">Fetching entries from
<em>IEEExplore</em></a><br>
- <a href="ContentSelectorHelp.html">Field content
- selector</a><br>
- <a href="GroupsHelp.html">Help on using
- <em>Groups</em></a><br>
- <a href="ImportInspectionDialog.html">Import inspection
- window</a><br>
- <a href="JournalAbbreviations.html">Journal
- abbreviations</a><br>
- <a href="BaseFrameHelp.html">The JabRef main window</a><br>
- <a href="OwnerHelp.html">The 'owner' field</a><br>
- <a href="MarkingHelp.html">Marking entries</a><br>
- <a href="OpenOfficeHelp.html">Using JabRef bibliographies in
- OpenOffice.org</a><br>
- <a href="ExternalFiles.html">PDF/PS/URL/DOI links in
- JabRef</a><br>
- <a href="SearchHelp.html">Searching in JabRef</a><br>
- <a href="StringEditorHelp.html">String editor</a><br>
- <a href="PreviewHelp.html">Entry preview setup</a><br>
- <a href="XMPHelp.html">XMP metadata support in JabRef</a></p>
+ <a href="MedlineHelp.html">Fetching entries from
+ <em>Medline</em></a><br>
+ <a href="JSTOR.html"><em>JStor</em> search</a><br>
+ <a href="Spires.html"><em>Spires</em> search</a><br>
+ <a href="SQLExport.html">Export to an External SQL Database</a><br>
+ <a href="XMPHelp.html">XMP metadata support in JabRef</a><br>
+ <a href="CommandLine.html">Command line options</a><br>
+ <a href="RemoteHelp.html">Remote operations</a><br>
+
+
+<h2>Miscellaneous</h2>
+ <a href="About.html">About JabRef</a><br>
+
</body>
-</html>
\ No newline at end of file
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Customizing entry types</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Custom export filters</h1>
<p>In our example export filter, these could look like the
following:</p>
- <p><i>html.begin.layout</i>:<br>
- <code><HTML><br>
- <BODY> text="#275856"><br>
+ <p><i>html.begin.layout</i>:<br />
+ <code><HTML><br />
+ <BODY> text="#275856"><br />
<basefont size="4" color="#2F4958"
face="arial"></code></p>
- <p><i>html.end.layout</i>:<br>
- <code></BODY><br>
+ <p><i>html.end.layout</i>:<br />
+ <code></BODY><br />
</HTML></code></p>
<p>The file <i>html.layout</i> provides the <i>default</i>
<p>You can define your own formatter in the preference tab
"Name Formatter" using the following format and then use it
with the name given to it as any other formatter</p>
- <code><case1>@<range11>@<format>@<range12>@<format>@<range13>...@@<br>
+ <code><case1>@<range11>@<format>@<range12>@<format>@<range13>...@@<br />
<case2>@<range21>@... and so on.</code>
by instead using the <code>\begin</code> and <code>\end</code>
commands:</p>
- <p><code>\begin{editor}<br>
- \format[HTMLChars,AuthorFirstFirst]{\editor} (Ed.)<br>
+ <p><code>\begin{editor}<br />
+ \format[HTMLChars,AuthorFirstFirst]{\editor} (Ed.)<br />
\end{editor}</code></p>
<p>The <code>\begin</code> and <code>\end</code> commands make
keyword:</p>
<p><code>\begingroup{keywords}New Category:
- \format[HTMLChars]{\keywords}<br>
+ \format[HTMLChars]{\keywords}<br />
\endgroup{keywords}</code></p>
<h2>Sharing your work</h2>
goes for formatter classes that you write. We'd be happy to
distribute a collection of submitted layout files, or to add to
the selection of standard export filters and formatters.</p>
+
+ <p>Starting with JabRef 2.4b1 you can also package your
+ ExportFormat or LayoutFormatter as a plug-in. If you do so,
+ you can provide a single zip-file to other user to make use
+ of your ExportFormat. For an example download the JabRef
+ source release and have a look at the directory
+ <code>src/plugins/</code>. Don't hesitate to stop by the
+ forums on Sourceforge, since we don't have extensive documentation, yet.</p>
+
+
</body>
</html>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Custom import filters</h1>
1936;John Maynard Keynes;The General Theory of Employment, Interest and Money
2003;Boldrin & Levine;Case Against Intellectual Monopoly
2004;ROBERT HUNT AND JAMES BESSEN;The Software Patent Experiment
-</pre><br>
- <br>
+</pre><br />
+ <br />
<p>In your favorite IDE or text editor create a class derived
from <code>ImportFormat</code> that implements methods
return bibitems;
}
}
-</pre><br>
- <br>
+</pre><br />
+ <br />
<p>Note that the example is in the default package. Suppose you
have saved it under
<pre>
javac -classpath JabRef-2.0.jar SimpleCsvImporter.java
</pre>Now there should be a file
-<code>/mypath/SimpleCsvImporter.class</code>.<br>
- <br>
+<code>/mypath/SimpleCsvImporter.class</code>.<br />
+ <br />
<p>In JabRef, open <b>Options -> Manage custom imports</b>,
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<body text="#275856">
+ <basefont size="4"
+ color="#2F4958"
+ face="arial" />
+
+ <h1>Database properties window</h1>
+
+<p><em>Opened from the main window by selecting <b>File -> Database properties</b></em></p>
+
+The database properties window lets you set certain database-specific settings.
+
+<h2>Database encoding</h2>
+
+<p>This setting determines which character encoding JabRef will use when writing this database
+to disk. Changing this setting will override the setting made in Preferences dialog for this
+database. JabRef specifies the encoding near the top of the bib file, in order to be able
+to use the correct encoding next time you open the file.</p>
+
+<h2>Override default file directories</h2>
+
+<p>These settings are used to specify which directory will be used to search for general file links
+(specified in the <em>file</em> field), and for legacy PDF/PS links (the <em>pdf</em> and <em>ps</em>
+fields were used in JabRef versions prior to 2.3, but should in current versions be replaced by
+general file links).</p>
+
+<p>Relative directories can be specified. This means that the location of the files will be interpreted
+relative to the location of the bib file. Simply setting a directory to "." (without quotes) means
+that the files should reside in the same directory as the bib file.</p>
+
+<p>These settings override the general file directories specified in the Preferences dialog. If
+no values are set, the general directories will be used.</p>
+
+<h2>Database protection</h2>
+
+<p>This setting lets you enforce reviewing of external changes before the database can be saved. Without
+the protection enabled, users have the option to save even if other users have made changes to the file,
+without reviewing the changes - although they will be warned about the changes. When the protection is
+enabled, users will only be able to save after any external changes have been reviewed and merged (however,
+the user can disable individual changes in the course of reviewing them).</p>
+
+<p><b>Note:</b> this is not a security feature, merely a way to prevent users from overwriting other users'
+changes inadvertently. This feature does not protect your database against malicious users.
+
+
+
+
+</body>
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>EndNote Export Filter</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>The entry editor</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>PDF/PS/URL/DOI links in JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>File links in JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Customizing general fields</h1>
the name of the tab, followed by a colon (:), and the fields it
should contain, separated by semicolons (;).</p>
- <p>E.g.<br>
- <code>General:url;keywords;doi;pdf<br>
+ <p>E.g.<br />
+ <code>General:url;keywords;doi;pdf<br />
Abstract:abstract;annote</code></p>
<p>which would give one tab named "General" containing the
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Groups</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>The help window</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Search IEEEXplore</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Import inspection window</h1>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+\r
+<body text="#275856">\r
+ <basefont size="4"\r
+ color="#2F4958"\r
+ face="arial">\r
+\r
+<h1>JStor search</h1>\r
+\r
+The following help was taken from the JStor website and may change if JStor does:\r
+\r
+ <p> * You will be searching the author, title, and full-text of all types of journal \r
+ content (articles, book reviews, etc.) by default<br>\r
+ * Use quotation marks to search for a phrase (e.g., "punctuated equilibrium")<br>\r
+ * Use ti: to search for an article title, au: to search for an author (e.g., \r
+ ti:"two-person cooperative games", au:"john nash")<br>\r
+ * Use AND, OR, NOT to combine terms (e.g., ti:"two-person cooperative games" \r
+ AND au:"john nash")</p>\r
+<p>JSTOR is a not-for-profit organization with a dual mission to create and maintain \r
+ a trusted archive of important scholarly journals, and to provide access to \r
+ these journals as widely as possible. JSTOR offers researchers the ability to \r
+ retrieve high-resolution, scanned images of journal issues and pages as they \r
+ were originally designed, printed, and illustrated. The journals archived in \r
+ JSTOR span many disciplines.</p>\r
+<p>JStor offers access to the following topics:</p>\r
+<p>art & sciences<br>\r
+ biology<br>\r
+ business<br>\r
+ ecology & botany<br>\r
+ health & general sciences<br>\r
+ languages & literature<br>\r
+ mathematics & statistics<br>\r
+ music</p>\r
+<p>The search provides a maximum of 200 results.</p>\r
+</body>\r
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Journal abbreviations</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Customizing the BibTeX key generator</h1>
<ul>
<li><b>[<code>auth</code>]</b>: The last name of the first
- author<br></li>
+ author<br /></li>
<li><b>[<code>authors</code>]</b>: The last name of all
- authors<br></li>
+ authors<br /></li>
<li><b>[<code>authorLast</code>]</b>: The last name of the last
- author<br></li>
+ author<br /></li>
<li><b>[<code>authorsN</code>]</b>: The last name of up to
N authors. If there are more authors, "EtAl" is
- appended.<br></li>
+ appended.<br /></li>
<li><b>[<code>authIniN</code>]</b>: The beginning of each
author's last name, using no more than N
- characters.<br></li>
+ characters.<br /></li>
<li><b>[<code>authorIni</code>]</b>: The first 5 characters
of the first author's last name, and the last name initials
- of the remaining authors.<br></li>
+ of the remaining authors.<br /></li>
<li><b>[<code>authN</code>]</b>: The first N characters of
- the first author's last name<br></li>
+ the first author's last name<br /></li>
<li><b>[<code>authN_M</code>]</b>: The first N characters
- of the Mth author's last name<br></li>
+ of the Mth author's last name<br /></li>
<li><b>[<code>auth.auth.ea</code>]</b>: The last name of
the first two authors, and ".ea" if there are more than
- two.<br></li>
+ two.<br /></li>
<li><b>[<code>auth.etal</code>]</b>: The last name of the
first author, and the last name of the second author if
there are two authors or ".etal" if there are more than
- two.<br></li>
+ two.<br /></li>
<li><b>[<code>authshort</code>]</b>: The last name if one
author is given; the first character of up to three
authors' last names if more than one author is given. A
plus character is added, if there are more than three
- authors.<br></li>
+ authors.<br /></li>
</ul><b>Note:</b> If there is no author (as in the case of an
edited book), then all of the above
<b><code>[auth...]</code></b> markers will use the editor(s)
<ul>
<li><b>[<code>edtr</code>]</b>: The last name of the first
- editor<br></li>
+ editor<br /></li>
<li><b>[<code>edtrIniN</code>]</b>: The beginning of each
editor's last name, using no more than N
- characters<br></li>
+ characters<br /></li>
<li><b>[<code>editors</code>]</b>: The last name of all
- editors<br></li>
+ editors<br /></li>
<li><b>[<code>editorLast</code>]</b>: The last name of the last
- editor<br></li>
+ editor<br /></li>
<li><b>[<code>editorIni</code>]</b>: The first 5 characters
of the first editor's last name, and the last name initials
- of the remaining editors.<br></li>
+ of the remaining editors.<br /></li>
<li><b>[<code>edtrN</code>]</b>: The first N characters of
- the first editor's last name<br></li>
+ the first editor's last name<br /></li>
<li><b>[<code>edtrN_M</code>]</b>: The first N characters
- of the Mth editor's last name<br></li>
+ of the Mth editor's last name<br /></li>
<li><b>[<code>edtr.edtr.ea</code>]</b>: The last name of
the first two editors, and ".ea" if there are more than
- two.<br></li>
+ two.<br /></li>
<li><b>[<code>edtrshort</code>]</b>: The last name if one
editor is given; the first character of up to three
editors' last names if more than one editor is given. A
plus character is added, if there are more than three
- editors.<br></li>
+ editors.<br /></li>
<li><b>[<code>firstpage</code>]</b>: The number of the
- first page of the publication<br></li>
+ first page of the publication (Caution: this will return
+ the lowest number found in the pages field, since bibtex
+ allows <code>7,41,73--97</code> or <code>43+</code>.)<br /></li>
<li><b>[<code>keywordN</code>]</b>: Keyword number N from
the "keywords" field, assuming keywords are separated by
- commas or semicolons.<br></li>
+ commas or semicolons.<br /></li>
<li><b>[<code>lastpage</code>]</b>: The number of the last
- page of the publication<br></li>
+ page of the publication (See the remark on
+ <code>firstpage</code>)<br /></li>
<li><b>[<code>shorttitle</code>]</b>: The first 3 words of
- the title<br></li>
+ the title<br /></li>
<li><b>[<code>shortyear</code>]</b>: The last 2 digits of
- the publication year<br></li>
+ the publication year<br /></li>
<li><b>[<code>veryshorttitle</code>]</b>: The first word of
- the title, discounting 'the', 'a', 'an'.<br></li>
+ the title, discounting 'the', 'a', 'an'.<br /></li>
</ul>
<p>A field name (or one of the above pseudo-field names) may
and subsequent characters following white space will be
included. For example, <b>[journal:abbr]</b> would from the
journal name "Journal of Fish Biology" produce
- "JoFB".<br></li>
+ "JoFB".<br /></li>
<li><b>:lower</b>: Forces the text inserted by the field
marker to be in lowercase. For example, <b>[auth:lower]</b>
expands the last name of the first author in
- lowercase.<br></li>
+ lowercase.<br /></li>
</ul>
<p>If you haven't defined a key pattern for a certain entry
labels might look like:</p>
<blockquote>
- <code>Yared1998</code><br>
- <code>Yared1998a</code><br>
+ <code>Yared1998</code><br />
+ <code>Yared1998a</code><br />
<code>Yared1998b</code>
</blockquote>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Mark entries</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Fetching Medline entries</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Using JabRef bibliographies in OpenOffice.org</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>The 'owner' field</h1>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+<body text="#275856">\r
+ <basefont size="4"\r
+ color="#2F4958"\r
+ face="arial" />\r
+\r
+ <h1>JabRef Plugin System</h1>\r
+\r
+ <p>Starting with 2.4b1, JabRef can be extended using a plugin system which was \r
+ build using Java Plugin Framework (JPF).</p>\r
+\r
+ <p>To <i>use plugins</i> simply put the jar file of the plugin in a folder called <code>plugins</code> in the\r
+ folder where the JabRef.jar is located. When starting up, JabRef will print a list of all plugins loaded.</p>\r
+ \r
+ <h2>How to write a plugin</h2>\r
+ \r
+ <p>JabRef offers the following extension-points for developers:</p>\r
+ <ul>\r
+ <li><code>ImportFormat</code> - Add importers to JabRef accessible from the 'Import into ... database'.</li> \r
+ <li><code>EntryFetcher</code> - Add access to databases like Citeseer or Medline to the <i>Web Search</i> menu.</li>\r
+ <li><code>ExportFormatTemplate</code> - Add a template based export like the ones accessible using the <i>Manage Custom Exports</i>.</li>\r
+ <li><code>ExportFormat</code> - Add an export filter to JabRef's export dialog, that is more complicated than the simple template based one.</li>\r
+ <li><code>ExportFormatProvider</code> - A more powerful way to add export formats to JabRef.</li> \r
+ <li><code>LayoutFormatter</code> - Add formatters that can be used in the layout based exporters.</li>\r
+ <li><code>SidePanePlugin</code> - Add a side pane component that can do any kinds of operations. The panel is\r
+ accessed from a <b>Plugins</b> menu in JabRef's main window.</li>\r
+ </ul>\r
+ \r
+ <p>These extension-points are defined in the <code>plugin.xml</code> of the JabRef-core-plugin,\r
+ which can be found in <code>JabRef/src/plugins/net.sf.jabref.core/</code>.</p>\r
+ \r
+ <p>To start developing follow these rough steps:</p>\r
+ <ol>\r
+ <li>Checkout the JabRef trunk from subversion (<code>https://jabref.svn.sourceforge.net/svnroot/jabref/trunk</code>).\r
+ This contains both JabRef itself and plug-ins contributed so far to JabRef (you don't need the htdocs folder), which make great starting points for your own plugins.</li>\r
+ <li>Compile JabRef using <code>ant jars</code>.</li>\r
+ <li>Create your own project and define your extension in your own plugin.xml that satisfy the extension points of the core plugin.xml. \r
+ In particular make sure that:\r
+ <ul>\r
+ <li>...your plugin.xml has a <code>requires</code>-section that imports the core plugin (<code>net.sf.jabref.core</code>).</li>\r
+ <li>...your plugin.xml has a <code>runtime</code>-section, where you tell JPF, where in your project you have stored your class files and resources.</li>\r
+ </ul>\r
+ </li>\r
+ <li>Create a jar of your project and put it into the <code>plugins</code>-folder of JabRef.</li>\r
+ <li>Your plugin should be loaded when you run JabRef from the jar.</li>\r
+ </ol>\r
+\r
+ <p>Feel free to ask us questions related to the plugin system on the mailing-list!</p> \r
+\r
+ <h2>How to add an extension point to JabRef</h2>\r
+ \r
+ <p>This documentation is intended for JabRef developers who want to add further extensions points.</p>\r
+ \r
+ <p>To add a new extension-point, you need to declare this extension-point in the plugin.xml of the core plugin similar to this:</p>\r
+ \r
+<code><pre> \r
+<extension-point id="PushToApplication">\r
+ <parameter-def type="string" id="pushToApp"\r
+ custom-data="<classname of the interface that plugin providers need to implement>" />\r
+ <!-- optionally other parameters (we currently do not use any of these for anything)\r
+ <parameter-def type="string" id="name" />\r
+ <parameter-def type="string" id="description"\r
+ multiplicity="none-or-one" />\r
+ -->\r
+</extension-point>\r
+</pre></code>\r
+\r
+ <p>Then you need to re-run the plugin code generator "<code>ant generate</code>", which will re-create the helper class in \r
+ "<code>net.sf.jabref.plugin.core.generated</code>" so that it includes a method <code>getPushToApplicationExtensions()</code> which \r
+ returns a list of all PushToTalk extensions registered with the system.</p>\r
+ \r
+ <p>This list then can be used like this (here an example what we do with the entry fetcher extensions):</p>\r
+\r
+<code><pre> \r
+/*\r
+ * Load fetchers that are plug-in extensions\r
+ */\r
+JabRefPlugin jabrefPlugin = JabRefPlugin.getInstance(PluginCore.getManager());\r
+if (jabrefPlugin != null){\r
+ for (EntryFetcherExtension ext : jabrefPlugin.getEntryFetcherExtensions()){\r
+ EntryFetcher fetcher = ext.getEntryFetcher();\r
+ if (fetcher != null){\r
+ fetchers.add(fetcher);\r
+ }\r
+ }\r
+}\r
+ \r
+// and later...\r
+ \r
+for (EntryFetcher fetcher : fetchers){\r
+ GeneralFetcher generalFetcher = new GeneralFetcher(sidePaneManager, this, fetcher);\r
+ web.add(generalFetcher.getAction());\r
+ fetcherActions.add(generalFetcher.getAction());\r
+}\r
+</pre></code>\r
+\r
+</body>\r
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Entry preview setup</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Remote operation</h1>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+<body text="#275856">\r
+ <basefont size="4"\r
+ color="#2F4958"\r
+ face="arial" />\r
+\r
+ <h1>Export to an External SQL Database</h1>\r
+\r
+ <p> JabRef is capable of\r
+ exporting the contents of the BibTeX database, along with groups\r
+ information, to an external MySQL database.</p>\r
+\r
+ <h2>Setup</h2>\r
+ <ol>\r
+ <li> Using your favorite MySQL administration tool, create an empty MySQL database.</li>\r
+ <li> Make sure there is a user for this database that has <em>full privileges</em>.</li>\r
+ </ol>\r
+\r
+ <h2>Export</h2>\r
+ <ol>\r
+ <li> Choose <b>File -> Export to external SQL database</b>, or click the corresponding button on the toolbar.</li>\r
+ <li> Enter the database connection information, and click <b>Connect</b>.</li>\r
+ </ol>\r
+\r
+ <p>\r
+ JabRef will then connect to the specified database, <b><em>drop the existing tables</em></b>, create new\r
+ tables, and populate those tables with entries and groups information. Note that you will\r
+ not be prompted for the connection information on subsequent exports. If you would like to\r
+ export to a different database, you can change the connection information by choosing <b>File ->\r
+ Connect to external SQL database</b> (or by clicking the associated toolbar button), and then\r
+ performing an export.\r
+ </p>\r
+\r
+ </body>\r
+\r
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Searching</h1>
<body>
<basefont size="-1"
color="#2F4958"
- face="arial"> This feature generates a new database,
+ face="arial" /> This feature generates a new database,
which contains only the used references of an existing
TeX project.
</body>
<body>
<basefont size="-1"
color="#2F4958"
- face="arial"> Integrity check is a process that checks
+ face="arial" /> Integrity check is a process that checks
for indications of wrongly filled out bibtex fields.
- "Scan" is the button that starts the check. <br>
+ "Scan" is the button that starts the check. <br />
</body>
</html>
<body>
<basefont size="-1"
color="#2F4958"
- face="arial">This is a simple copy and paste dialog.
+ face="arial" />This is a simple copy and paste dialog.
First load or paste some text into the text input
area. After that, you can mark text and assign it
- to a bibtex field. <br>
+ to a bibtex field. <br />
</body>
</html>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+\r
+<body text="#275856">\r
+ <basefont size="4"\r
+ color="#2F4958"\r
+ face="arial">\r
+\r
+<h1>Spires search</h1>\r
+\r
+<p>The spires search function merely passes your search queries onto the Spires web search, so\r
+you should build your queries in the same way, except omitting the <em>find</em> or <em>fin</em>\r
+command. This help page will only give a brief introduction to the search queries. More extensive help on\r
+searching Spires can be found on the page http://www.slac.stanford.edu/spires/hep/help/index.shtml.</p>\r
+\r
+ <p>Your query can be composed of several parts, combined using <em>and</em> and <em>or</em> as\r
+ logical operators. Each part is composed of a letter or word indicating the type of field to search,\r
+ followed by a space and the text to search for.</p>\r
+\r
+ <p>The following list shows some of the field indicators that can be used:\r
+ <ul>\r
+ <li><em>a</em> or <em>author</em>: search author names</li>\r
+ <li><em>t</em> or <em>title</em>: search in title</li>\r
+ <li><em>j</em>: journal. Here either the common abbreviation or the 5 letter CODEN abbreviation for\r
+ a journal can be used. Volume and page can also be included, separated by commas. For instance,\r
+ <em>j Phys. Rev.,D54,1</em> looks in the journal Phys. Rev., volume D54, page 1.</li>\r
+ <li><em>k</em>: search in keywords</li>\r
+ </ul>\r
+ </p>\r
+\r
+<p>Example queries:\r
+<ul>\r
+ <li><em>a smith and a jones</em>: search for references with authors "smith" and "jones"</li>\r
+ <li><em>a smith or a jones</em>: search for references with either author "smith" or author "jones"</li>\r
+ <li><em>a smith and not t processor</em>: search for author "smith" and omit references with "processor" in the title</li>\r
+</ul>\r
+</p>\r
+\r
+\r
+\r
+\r
+</body>\r
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>The string editor</h1>
<p><em>Opened from the main window
- by</em> Edit strings or pressing a button in the toolbar.</p>
+ by <b>BibTeX -> Edit strings</b> or pressing a button in the toolbar.</em></p>
<p><em>Strings</em> are the <em>bibtex</em> equivalent to
constants in a programming language. Each string is defined
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Entry time stamps</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>XMP metadata support in JabRef</h1>
<li>All other fields are saved using their
field-name as is.</li>
- </ul><br>
- <br>
+ </ul><br />
+ <br />
<p>The following is an example of the mapping</p>
<ul>
<li>In RDF attribute-value pairs can also be
expressed as nodes and vice versa.</li>
- </ul><br>
- <br>
+ </ul><br />
+ <br />
<h2>Related Links:</h2>
<li>
<a href="http://partners.adobe.com/public/developer/en/xmp/sdk/xmpspecification.pdf">
Adobe XMP Specification</a></li>
- </ul><br>
- <br>
+ </ul><br />
+ <br />
</div>
</li>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<center>
<h1>JabRef Version @version@</h1>
- <p>(c) 2007</p>
+ <p>(c) 2008</p>
<p><img src="/images/JabRef-icon-48.png" /></p>
<p>Michael Beckmann,
Oliver Böckmann,
+ Fedor Bezrukov,
Aaron Chen,
Fabrice Dessaint,
Nathan Dunn,
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Das Hauptfenster von JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Über <em>BibTeX</em></h1>
<ul>
<li>
- <strong style="font-style: italic;">Bibtexkey<br></strong>Eine
+ <strong style="font-style: italic;">Bibtexkey<br /></strong>Eine
eindeutige Bezeichnung, um sich in LaTeX-Dokumenten auf den
Eintrag beziehen zu können. Beachten Sie, dass der
Bibtexkey genau mit dem Verweis im LaTeX-Dokument
übereinstimmen muss (auch die
- Groß-/Kleinschreibung).<br>
+ Groß-/Kleinschreibung).<br />
</li>
- <li><strong>address<br></strong> Der Ort des
+ <li><strong>address<br /></strong> Der Ort des
<em>Verlags</em> oder einer anderen Institution.</li>
- <li><strong>annote<br></strong> Eine Anmerkung. Dieses
+ <li><strong>annote<br /></strong> Eine Anmerkung. Dieses
Feld wird von den Standard-Bibliographiestilen nicht
verwendet, kann aber bei einigen Stilen benutzt werden, um
eine kommentierte Literaturliste zu erstellen.</li>
<li>
- <strong>author<br></strong> Dieses Feld sollte alle
+ <strong>author<br /></strong> Dieses Feld sollte alle
Autoren Ihres Eintrags enthalten. Die Namen werden
durch das Wort <tt>and</tt> getrennt, auch wenn es mehr
als zwei Autoren gibt. Jeder Name kann in zwei
Eddie</li>
</ul>Die zweite Form sollte für Autoren mit zwei
oder mehr Nachnamen benutzt werden, um zwischen dem
- mittleren und dem Nachnamen zu unterscheiden.<br>
+ mittleren und dem Nachnamen zu unterscheiden.<br />
</li>
- <li><strong>booktitle<br></strong> Der Titel eines
+ <li><strong>booktitle<br /></strong> Der Titel eines
Buches, aus dem ein Teil zitiert wird. Falls Sie ein Buch
zitieren wollen, nehmen Sie für den Titel stattdessen
das <tt>title</tt>-Feld.</li>
- <li><strong>chapter<br></strong> Eine Kapitelnummer (oder
+ <li><strong>chapter<br /></strong> Eine Kapitelnummer (oder
Abschnittsnummer oder was-auch-immer-Nummer).</li>
- <li><strong>crossref<br></strong> Der <tt>key</tt> eines
+ <li><strong>crossref<br /></strong> Der <tt>key</tt> eines
Eintrags, auf den ein Querverweis gesetzt wird. Damit
lassen sich beispielsweise die Daten eines Sammelbandes in
einem Eintrag für einen Aufsatztitel wiederverwenden,
Funktionalität von <tt>crossref</tt> ist jedoch nicht
in jedem Fall praktikabel.</li>
- <li><strong>edition<br></strong> Die Auflage eines Buch,
+ <li><strong>edition<br /></strong> Die Auflage eines Buch,
z.B. ,,Zweite``. Die Ordnungszahl sollte mit einem
Großbuchstaben beginnen; sie wird von den
Standardstilen gegebenenfalls in Kleinbuchstaben
umgewandelt. Manche Stile verlangen hier eine Ziffer.</li>
- <li><strong>editor<br></strong> Dieses Feld ist analog zu
+ <li><strong>editor<br /></strong> Dieses Feld ist analog zu
dem <em>author</em>-Feld. Falls zusätzlich ein
<tt>author</tt>-Feld angegeben wird, bezeichnet das
<tt>editor</tt>-Feld den Herausgeber des Buches oder des
Sammelbandes, in dem die referenzierte Literatur erschienen
ist.</li>
- <li><strong>howpublished<br></strong> Die Art, wie ein
+ <li><strong>howpublished<br /></strong> Die Art, wie ein
Werk veröffentlicht wurde (meist außerhalb eines
Verlags). Das erste Wort sollte mit einem
Großbuchstaben beginnen.</li>
- <li><strong>institution<br></strong> Die fördernde
+ <li><strong>institution<br /></strong> Die fördernde
Institutions eines technischen Reports.</li>
- <li><strong>journal<br></strong> Ein Zeitschriftenname.
+ <li><strong>journal<br /></strong> Ein Zeitschriftenname.
Mit Hilfe von "Strings" können Zeitschriftennamen
abgekürzt werden. Zum Erstellen eines solchen Strings
können Sie den
<a href="JournalAbbreviations.html">Abkürzung von
Zeitschriftentiteln</a> verwenden.</li>
- <li><strong>key<br></strong> Dieses Feld wird zur
+ <li><strong>key<br /></strong> Dieses Feld wird zur
Sortierung, zur Erstellung von Labels (falls kein
<tt>author</tt> vorhanden ist) und für Querverweise
(<tt>crossref</tt>) verwendet. Verwechseln Sie dieses Feld
<code>\cite</code>-Kommandos gebraucht wird und am Anfang
jedes Eintrags erscheint (im BibTeX-Quelltext).</li>
- <li><strong>month<br></strong> Der Monat, in dem ein Werk
+ <li><strong>month<br /></strong> Der Monat, in dem ein Werk
veröffentlicht oder geschrieben wurde. Benutzen Sie am
besten die englischen Abkürzungen (jan, feb, mar, apr,
may, jun, jul, aug, sep, oct, nov, dec).</li>
- <li><strong>note<br></strong> Zusätzliche
+ <li><strong>note<br /></strong> Zusätzliche
Infromationen. Das erste Wort sollte mit einem
Großbuchstaben beginnen.</li>
- <li><strong>number</strong><br>
+ <li><strong>number</strong><br />
Die Nummer einer Zeitschrift, eines technischen Reports
oder eines Bandes innerhalb einer Reihe (<tt>series</tt>).
Zeitschriften haben oft eine Band- und Heftzählung,
der Band entspricht dem <tt>volume</tt>-, das Heft dem
<tt>number</tt>-Eintrag.</li>
- <li><strong>organization<br></strong> Die Organisation,
+ <li><strong>organization<br /></strong> Die Organisation,
die einen Konferenzband fördert.</li>
- <li><strong>pages<br></strong> Die Seitenzahl(en) oder
+ <li><strong>pages<br /></strong> Die Seitenzahl(en) oder
der Seitenzahlbereich, z.B. <tt>42-111</tt> oder
<tt>7,41,73-97</tt> or <tt>43+</tt> (das `<tt>+</tt>'
deutet auf folgende Seiten, die nicht einen einfachen
(<tt>--</tt>) verwandelt, der in TeX den bis-Strich anzeigt
(also 7–33).</li>
- <li><strong>publisher<br></strong> Der Name des
+ <li><strong>publisher<br /></strong> Der Name des
Verlags.</li>
- <li><strong>school<br></strong> Der Name einer
+ <li><strong>school<br /></strong> Der Name einer
Universität, an der eine Abschlussarbeit - z.B. eine
Dissertation (<tt>phdthesis</tt>) oder Magisterarbeit
(<tt>mastersthesis</tt>) - geschrieben wurde.</li>
- <li><strong>series<br></strong> Der Name einer Reihe, in
+ <li><strong>series<br /></strong> Der Name einer Reihe, in
der ein Buch erschienen ist. Falls die Bücher einer
Reihe nummeriert sind, wird die entsprechende Nummer im
Feld <tt>number</tt> angegeben.</li>
- <li><strong>title<br></strong> Der Titel des Werkes. Die
+ <li><strong>title<br /></strong> Der Titel des Werkes. Die
Groß- und Kleinschreibung kann von den
Bibliographiestilen und der benutzten Sprache abhängig
sein (wobei sie mit deutschen Bibliographiestilen
sollen, müssen in geschweifte Klammern eingefasst
werden (z.B. <tt>A {German} title</tt>).</li>
- <li><strong>type<br></strong> Der Typ eines technischen
+ <li><strong>type<br /></strong> Der Typ eines technischen
Reports, z.B. ``Research Note''. Bei <em>jurabib</em> wird
dieses Feld auch für den Typ einer Abschlussarbeit
verwendet.</li>
- <li><strong>volume<br></strong> Der Band (Jahrgang) einer
+ <li><strong>volume<br /></strong> Der Band (Jahrgang) einer
Zeitschrift oder der Band eines Buches in einem
mehrbändigen Werk.</li>
- <li><strong>year<br></strong> Das Jahr der
+ <li><strong>year<br /></strong> Das Jahr der
Veröffentlichung (oder bei einem
unveröffentlichten Werk das Jahr, in dem es
geschrieben wurde). Normalerweise sollte im
<ul>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- affiliation*</span><br></strong> Die Zugehörigkeit
- eines Autors.<br>
+ affiliation*</span><br /></strong> Die Zugehörigkeit
+ eines Autors.<br />
</li>
- <li><strong>abstract<br></strong> Die Zusammenfassung
- eines Werks.<br>
+ <li><strong>abstract<br /></strong> Die Zusammenfassung
+ eines Werks.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- contents*</span><br></strong> Ein
- Inhaltsverzeichnis.<br>
+ contents*</span><br /></strong> Ein
+ Inhaltsverzeichnis.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- copyright*</span><br></strong>
- Copyright-Informationen.<br>
+ copyright*</span><br /></strong>
+ Copyright-Informationen.<br />
</li>
- <li><strong>doi<br></strong> Der <em>Digital Object
+ <li><strong>doi<br /></strong> Der <em>Digital Object
Identifier</em> ist eine permanente Kennung von
- Dokumenten.<br>
+ Dokumenten.<br />
</li>
- <li><strong>eid<br></strong> Der EID (<em>Electronic
+ <li><strong>eid<br /></strong> Der EID (<em>Electronic
identifier</em>) wird für elektronische Zeitschriften
benutzt, die auch im Druck erscheinen. Mit dieser Nummer,
die die Seitenzahlen ersetzt, lässt sich der Artikel
in der gedruckten Ausgabe finden. Der EID wird manchmal
- auch <em>citation number</em> genannt.<br>
+ auch <em>citation number</em> genannt.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- ISBN*</span><br></strong> Die Internationale
- Standardbuchnummer.<br>
+ ISBN*</span><br /></strong> Die Internationale
+ Standardbuchnummer.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- ISSN*</span><br></strong> Die Internationale
- Standardseriennummer (für Zeitschriften).<br>
+ ISSN*</span><br /></strong> Die Internationale
+ Standardseriennummer (für Zeitschriften).<br />
</li>
- <li><strong>keywords<br></strong> Stichworte, können
- in JabRef gut zum Gruppieren verwendet werden.<br>
+ <li><strong>keywords<br /></strong> Stichworte, können
+ in JabRef gut zum Gruppieren verwendet werden.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- language*</span><br></strong> Die Sprache des
- Werks.<br>
+ language*</span><br /></strong> Die Sprache des
+ Werks.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- location*</span><br></strong> Der Ort, der mit einem Werk
+ location*</span><br /></strong> Der Ort, der mit einem Werk
in Verbindung steht, z.B. die Stadt, in der eine Konferenz
- stattgefunden hat.<br>
+ stattgefunden hat.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- LCCN*</span><br></strong> Die <em>Library of Congress
+ LCCN*</span><br /></strong> Die <em>Library of Congress
Call Number</em>. Manchmal heißt das Feld auch
- <tt>lib-congress</tt>.<br>
+ <tt>lib-congress</tt>.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- mrnumber*</span><br></strong> Die <i>Mathematical
- Reviews</i>-Nummer.<br>
+ mrnumber*</span><br /></strong> Die <i>Mathematical
+ Reviews</i>-Nummer.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- price*</span><br></strong> Der Preis.<br />
+ price*</span><br /></strong> Der Preis.<br />
</li>
<li>
<strong><span style="font-weight: normal; font-style: italic;">
- size*</span><br></strong> Die physische Größe
- eines Dokuments.<br>
+ size*</span><br /></strong> Die physische Größe
+ eines Dokuments.<br />
</li>
- <li><strong>url<br></strong> Der <em>Uniform Resource
+ <li><strong>url<br /></strong> Der <em>Uniform Resource
Locator</em> (URL, "einheitlicher Quellenanzeiger"), der
- auf eine Webseite im Internet verweist.<br>
+ auf eine Webseite im Internet verweist.<br />
</li>
- <li><strong>urldate<br></strong> Das Datum, an dem eine
+ <li><strong>urldate<br /></strong> Das Datum, an dem eine
Webseite zuletzt besucht wurde.</li>
- </ul><br>
- <br>
- <br>
+ </ul><br />
+ <br />
+ <br />
</body>
</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>CiteSeer-Import</h1>
<em>citeseerurl</em> muss in einem der folgenden Formate
eingegeben werden:</p>
- <p>http://citeseer.ist.psu.edu/DDDDDD[.html], oder<br>
- oai:CiteSeerPSU:DDDDDD, oder<br>
+ <p>http://citeseer.ist.psu.edu/DDDDDD[.html], oder<br />
+ oai:CiteSeerPSU:DDDDDD, oder<br />
DDDDDD</p>
<p>wobei DDDDDD eine Ziffernfolge darstellt. Um diese
<p>Wenn Sie einen
HTTP-Proxy-Server benutzen müssen, übergeben Sie den
Servernamen und die Portnummer an Java. Diese
- Umgebungseinstellungen sind dokumentiert unter<br>
+ Umgebungseinstellungen sind dokumentiert unter<br />
<a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html">http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html</a></p>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Kommandozeilen-Optionen</h1>
bedeutet, dass ein Eintrag, der in der Standard-BibTeX-Datei
nicht definiert ist, auch nicht in die neue Datei geschrieben
werden kann.</p>
+
+ <h2>Aus dem Internet abrufen: --fetch==Name des Fetchers:Suchausdruck</h2>
+
+ <p>Die <em>Fetcher</em>, also die direkte Suche in Online-Datenbanken,
+ die Sie im Menü <b>Internet</b> finden, können auch von der Kommandozeile
+ aus gestartet werden. Nutzen Sie dazu die Option <code>--fetch</code> und geben
+ sowohl den Namen des Fetchers (z.B. 'ieee', 'medline' oder 'jstor')
+ als auch den Suchausdruck oder die ID des gesuchten Mediums an. Beachten
+ Sie, dass einige Fetcher eine graphische Oberfläche (GUI) anzeigen,
+ falls Sie eine Rückmeldung von Ihnen brauchen. Um eine Übersicht der
+ verfügbaren Fetcher zu erhalten, geben Sie <code>--fetch</code> ohne
+ Parameter ein.
+
</body>
</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Wortauswahl verwalten</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Hilfe - Inhalt</h1>
+<h2>Allgemeines</h2>
<p><a href="HelpHelp.html">Über die
- Hilfe</a><br>
- <a href="JabRefHelp.html">Allgemeines</a></p>
+ Hilfe</a><br />
+ <a href="JabRefHelp.html">Allgemeines</a><br/ >
+ <a href="BaseFrameHelp.html">Das Hauptfenster von
+ JabRef</a><br />
+ <a href="EntryEditorHelp.html">Der Eintrags-Editor</a><br />
+ </p>
+
+<h2>Felder</h2>
+ <p>
+ <a href="BibtexHelp.html"><em>BibTeX</em> Hilfe</a><br />
+ <a href="FileLinks.html">Links zu externen Dateien</a><br />
+ <a href="ExternalFiles.html">Links zu PDF- und PS-Dateien,
+ URLs und DOIs</a><br />
+ <a href="TimeStampHelp.html">Zeitstempel</a><br />
+ <a href="OwnerHelp.html">Das 'Besitzer' (owner) Feld</a><br />
+ <a href="ContentSelectorHelp.html">Wortauswahl
+ verwalten</a><br />
+ <a href="JournalAbbreviations.html">Zeitschriftentitel
+ abkürzen</a><br />
+ </p>
- <p>
+<h2>Einträge finden und sortieren</h2>
+ <p>
+ <a href="GroupsHelp.html">Hilfe zu den
+ <em>Gruppen</em></a><br />
+ <a href="MarkingHelp.html">Einträge markieren</a><br />
+ <a href="SearchHelp.html">Die Suchfunktionen von
+ JabRef</a><br />
+ </p>
+
+<h2>Einstellungen</h2>
+ <p>
+ <a href="CustomEntriesHelp.html">Eintragstypen
+ anpassen</a><br />
<a href="GeneralFields.html">Allgemeine Felder
- festlegen</a><br>
+ festlegen</a><br />
<a href="LabelPatterns.html">Anpassen der automatischen
- Generierung von BibTeX-keys</a><br>
- <a href="OwnerHelp.html">Das 'Besitzer' (owner) Feld</a><br>
- <a href="BibtexHelp.html"><em>BibTeX</em> Hilfe</a><br>
- <a href="MarkingHelp.html">Einträge markieren</a><br>
+ Generierung von BibTeX-keys</a><br />
+ <a href="PreviewHelp.html">Eintragsvorschau anpassen</a><br />
+ <a href="StringEditorHelp.html">Der String-Editor</a><br />
+ <a href="Plugin.html">Plugins hinzufügen</a><br />
+ </p>
+
+<h2>Import/Export</h2>
+ <p>
<a href="CiteSeerHelp.html">Einträge von
- <em>CiteSeer</em> abrufen</a><br>
+ <em>CiteSeer</em> abrufen</a><br />
<a href="IEEEXploreHelp.html">Einträge von
- <em>IEEExplore</em> abrufen</a><br>
+ <em>IEEExplore</em> abrufen</a><br />
<a href="MedlineHelp.html">Einträge von <em>Medline</em>
- abrufen</a><br>
- <a href="EntryEditorHelp.html">Der Eintrags-Editor</a><br>
- <a href="CustomEntriesHelp.html">Eintragstypen
- anpassen</a><br>
- <a href="PreviewHelp.html">Eintragsvorschau anpassen</a><br>
- <a href="CustomExports.html">Exportfilter anpassen</a><br>
- <a href="RemoteHelp.html">Externer Zugriff</a><br>
+ abrufen</a><br />
+ <a href="JSTOR.html"><em>JStor</em>-Suche</a><br />
+ <a href="CustomExports.html">Exportfilter anpassen</a><br />
+ <a href="CustomImports.html">Importfilter anpassen</a><br /> <a href="SQLExport.html">Export in eine externe SQL-Datenbank</a><br />
+ <a href="RemoteHelp.html">Externer Zugriff</a><br />
<a href="EndNoteFilters.html">Die Exportfilter und
- Importfilter für EndNote</a><br>
- <a href="BaseFrameHelp.html">Das Hauptfenster von
- JabRef</a><br>
- <a href="GroupsHelp.html">Hilfe zu den
- <em>Gruppen</em></a><br>
- <a href="CustomImports.html">Importfilter anpassen</a><br>
- <a href="ImportInspectionDialog.html">Import-Kontrollfenster</a><br>
+ Importfilter für EndNote</a><br />
+ <a href="ImportInspectionDialog.html">Import-Kontrollfenster</a><br />
<a href="OpenOfficeHelp.html">JabRef-Bibliographien in
- OpenOffice.org benutzen</a><br>
- <a href="CommandLine.html">Kommandozeilen-Optionen</a><br>
- <a href="FileLinks.html">Links zu externen Dateien</a><br>
- <a href="ExternalFiles.html">Links zu PDF- und PS-Dateien,
- URLs und DOIs</a><br>
- <a href="StringEditorHelp.html">Der String-Editor</a><br>
- <a href="SearchHelp.html">Die Suchfunktionen von
- JabRef</a><br>
- <a href="ContentSelectorHelp.html">Wortauswahl
- verwalten</a><br>
- <a href="XMPHelp.html">XMP-Metadaten und JabRef</a><br>
- <a href="JournalAbbreviations.html">Zeitschriftentitel
- abkürzen</a><br>
- <a href="TimeStampHelp.html">Zeitstempel</a><br></p>
+ OpenOffice.org benutzen</a><br />
+ <a href="XMPHelp.html">XMP-Metadaten und JabRef</a><br />
+ <a href="CommandLine.html">Kommandozeilen-Optionen</a><br />
+ </p>
</body>
</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Eintragstypen anpassen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Exportfilter anpassen</h1>
<p>In unserem Beispiel-Exportfilter könnten diese Dateien
folgendermaßen aussehen:</p>
- <p><i>html.begin.layout</i>:<br>
- <code><HTML><br>
- <BODY> text="#275856"><br>
+ <p><i>html.begin.layout</i>:<br />
+ <code><HTML><br />
+ <BODY> text="#275856"><br />
<basefont size="4" color="#2F4958"
face="arial"></code></p>
- <p><i>html.end.layout</i>:<br>
- <code></BODY><br>
+ <p><i>html.end.layout</i>:<br />
+ <code></BODY><br />
</HTML></code></p>
<p>Die Datei <i>html.layout</i> stellt die
<p>Sie können unter <strong>Optionen -> Einstellungen
-> Namens-Formatierer</strong> Ihren eigenen Formatierer
schreiben. Benutzen Sie das folgende Format:
- <code><Fall1>@<Bereich11>@<Format>@<Bereich12>@<Format>@<Bereich13>...@@<br>
+ <code><Fall1>@<Bereich11>@<Format>@<Bereich12>@<Format>@<Bereich13>...@@<br />
<Fall2>@<Bereich21>@... und so weiter.</code></p>
Kommandos <code>\begin</code> und <code>\end</code>
verhindern:</p>
- <p><code>\begin{editor}<br>
- \format[HTMLChars,AuthorFirstFirst]{\editor} (Hrsg.)<br>
+ <p><code>\begin{editor}<br />
+ \format[HTMLChars,AuthorFirstFirst]{\editor} (Hrsg.)<br />
\end{editor}</code></p>
<p>Die Kommandos <code>\begin</code> und <code>\end</code>
Kommandos, um nach keyword zu gruppieren:</p>
<p><code>\begingroup{keywords}New Category:
- \format[HTMLChars]{\keywords}<br>
+ \format[HTMLChars]{\keywords}<br />
\endgroup{keywords}</code></p>
<h2>Teilen Sie Ihre Arbeit mit anderen</h2>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Importfilter anpassen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>EndNote Exportfilter</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Der Eintrags-Editor</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Links zu PDF- und PS-Dateien, URLs und DOIs in
JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Datei-Links in JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Allgemeine Felder festlegen</h1>
<p>Das Beispiel</p>
- <p><code>Allgemeine Felder:url;keywords;doi;pdf<br>
+ <p><code>Allgemeine Felder:url;keywords;doi;pdf<br />
Zusammenfassung:abstract;annote</code></p>
<p>ergibt somit einen Tab mit dem Namen "Allgemeine Felder",
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Gruppen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Das Hilfefenster</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>IEEEXplore durchsuchen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Import-Kontrollfenster</h1>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+\r
+<body text="#275856">\r
+<basefont size="4" color="#2F4958" face="arial" />\r
+\r
+<h1>JStor durchsuchen</h1>\r
+\r
+Folgende Beschreibung stammt von der JStor-Webseite:\r
+\r
+<p>* Standardmäßig wird nach Author, Titel und Volltext\r
+gesucht (articles, book reviews, etc.)<br>\r
+* Benutze Anführungszeichen, um nach einer Phrase zu suchen (z.B.\r
+"punctuated equilibrium")<br>\r
+* Benutze ti: um nach einem Titel zu suchen, au: um nach einem Author zu\r
+suchen (z.B. ti:"two-person cooperative games", au:"john\r
+nash")<br>\r
+* Benutze AND, OR, NOT ,um Bezeichnungen zu kombinieren (z.B.\r
+ti:"two-person cooperative games" AND au:"john\r
+nash")</p>\r
+<p>JSTOR ist eine gemeinnützige Organisation mit einer\r
+doppelten Mission: Aufbau und Unterhalt eines verlässlichen Archivs\r
+von wichtigen wissenschaftlichen Zeitschriften und Bereitstellung eines\r
+möglichst breiten Zugriffs auf diese Zeitschriften. JSTOR bietet\r
+Forschern die Möglichkeit, hochauflösende gescannte Bilder von\r
+Zeitschriftenausgaben und Seiten genau so abzurufen, wie sie\r
+ursprünglich entworfen, gedruckt und illustriert wurden. Die in\r
+JSTOR gespeicherten Inhalte umfassen zahlreiche Fachgebiete. Listen der\r
+derzeit verfügbaren Titel und Sammlungen finden Sie unter:<br>\r
+<a href="http://www.jstor.org/about/collection.list.html">http://www.jstor.org/about/collection.list.html</a></p>\r
+<p>JStor bietet Zugang zu Literatur in den Bereichen:</p>\r
+<p>Kunst & Wissenschaft<br>\r
+Biologie<br>\r
+Business<br>\r
+Ökologie & Botanik<br>\r
+Gesundheit & Allgemeine Wissenschaften <br>\r
+Sprachen & Literatur<br>\r
+Mathematik & Statistik<br>\r
+Musik</p>\r
+<p>Die Suche liefert max. 200 Ergebnisse.</p>\r
+</body>\r
+</html>
\ No newline at end of file
%%%%% To do %%%%%
-% DW 2007-03-23
-% - Bibliographie mit biblatex statt jurabib?
+% DW 2007-12-03
+% - Wiki-Seiten 'Searching with regular expressions' und 'Translating JabRef' übersetzen und einbinden
+% - [2.4 beta] Plugin.html ergänzen
+% - [2.4 beta?] SQLExport.html ergänzen
+
\documentclass[10pt,normalheadings,ngerman]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{xspace}
%%%%% author, version of file %%%%%
-\newcommand{\versiondate}{in Bearb.}%23.\,7.\,2007}
+\newcommand{\versiondate}{in Bearb.}%11.\,12.\,2007
\def\FileAuthor{Dominik Waßenhoven}
\def\FileTitle{\jabrefversion{} Benutzerhandbuch}
}
%%% version number
-\newcommand{\versionnr}{\texorpdfstring{2.3\,(beta)}{2.3 (beta)}} %
+\newcommand{\versionnr}{\texorpdfstring{2.3.1}{2.3.1}} %
%%% JabRef logo with version nr
\newcommand{\jabrefversion}{\jabref~\versionnr}
%%% BibTeX logo
\end{center}%
}%
+\newcommand{\verfasser}[1]{%
+ \begin{flushright}%
+ \colorbox{pyellow}{\parbox{0.7\textwidth}{%
+ \color{dkblue}\textit{Dieser Abschnitt stammt von #1}}}%
+ \end{flushright}%
+}%
+
%%% for the FAQ
\newcounter{faq}
\newcommand{\faq}[2]{\refstepcounter{faq}%
Der \menu{Einstellungen}-Button im Suchdialog öffnet ein Menü, in
dem man mehrere Optionen (de)aktivieren kann: das Beachten von Groß-
-und Kleinschreibung, das Nutzen regulärer Ausdrücke sowie das Auswählen
+und Kleinschreibung, das Nutzen regulärer Ausdrücke (siehe dazu den Abschnitt ">\nameref{search-regular-expressions}"<) sowie das Auswählen
der Suchergebnisse.
\tip{Suchen Sie mit der Option \menu{Treffer auswählen} und drücken
bibtexkey = miller2005
\end{lstlisting}
+\subsubsection{Suche mit regulären Ausdrücken}
+\label{search-regular-expressions}
+\verfasser{Pedro J. Aphalo, zuerst veröffentlicht im \jabref{}-Wiki in englischer Sprache}
+
+\paragraph{Hintergrund}
+Reguläre Ausdrücke (kurz ">regex"< für engl. ">regular expressions"<) definieren eine Sprache zum Spezifizieren von passendem Text, zum Beispiel bei Suchanfragen. \jabref{} nutzt reguläre Ausdrücke, wie sie in Java definiert sind. Eine Dokumentation dazu findet sich unter \href{http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html}{http://java.sun.com\slash{}j2se\slash{}1.4.2\slash{}docs\slash{}api\slash{}java\slash{}util\slash{}regex\slash{}Pattern.html}.
+
+\tip[]{Die folgenden Beispiele sind alle in Kleinbuchstaben, damit werden aber auch Großbuchstaben oder gemischte Varianten gefunden.}
+
+\paragraph{Suche nach Einträgen mit leerem oder fehlendem Feld}
+\tip[]{\texttt{.} bezeichnet irgendein Zeichen
+
+\texttt{+} heißt ein- oder mehrmals}
+\begin{lstlisting}
+author != .+
+\end{lstlisting}
+
+\paragraph{Wortgrenzen beachten}
+\tip[]{\texttt{\textbackslash b} bezeichnet eine Wortgrenze
+
+\texttt{\textbackslash B} heißt: keine Wortgrenze}
+\begin{lstlisting}
+keywords = \buv\b
+\end{lstlisting}
+findet ">uv"<, aber nicht ">lluvia"< (es findet allerdings ">uv-b"<)
+\begin{lstlisting}
+author = \bblack\b
+\end{lstlisting}
+findet ">black"<, aber weder ">blackwell"< noch ">blacker"<
+
+\begin{lstlisting}
+author == black
+\end{lstlisting} findet ">john black"< nicht,
+\begin{lstlisting}
+author = \bblack\b
+\end{lstlisting} hingegen schon
+
+\begin{lstlisting}
+author = \bblack\B
+\end{lstlisting}
+findet ">blackwell"< und ">blacker"<, aber nicht ">black"<
+
+\paragraph{Suche mit optionaler Schreibweise}
+
+\tip[]{\texttt{?} bezeichnet keine oder eine Kopie des vorhergehenden Buchstaben
+
+\texttt{{n,m}} heißt mindestens n, aber nicht mehr als m Kopien des vorhergehenden Buchstaben
+
+\texttt{[ ]} definiert eine Buchstabengruppe}
+
+\begin{lstlisting}
+title =neighbou?r
+\end{lstlisting}
+findet ">neighbour"< und ">neighbor"<, aber auch ">neighbours"< und ">neighbors"<, ">neighbouring"< und ">neighboring"< etc.
+
+\begin{lstlisting}
+title = neighbou?rs?\b
+\end{lstlisting}
+findet ">neighbour"< und ">neighbor"<, auch ">neighbours"< und ">neighbors"< , aber weder ">neighbouring"< noch ">neighboring"<.
+
+\begin{lstlisting}
+author = s[aá]nchez
+\end{lstlisting}
+findet ">sanchez"< und ">sánchez"<
+
+\begin{lstlisting}
+abstract = model{1,2}ing
+\end{lstlisting}
+findet ">modeling"< und ">modelling"<
+
+\begin{lstlisting}
+abstract = modell?ing
+\end{lstlisting}
+findet ebenfalls ">modeling"< und ">modelling"<
+
+\paragraph{Das Problem von Anführungszeichen (\texorpdfstring{\texttt{"}}{"}) in Suchausdrücken}
+Sind reguläre Ausdrücke ausgeschaltet, findet
+\begin{lstlisting}
+author = {\"O}quist
+\end{lstlisting} nichts, auch wenn der Name in der Datenbank vorkommt. Ebensowenig wird bei aktivierten regulären Ausdrücken
+\begin{lstlisting}
+author = \{\\\"O\}quist
+\end{lstlisting} irgendetwas finden.
+
+\begin{lstlisting}
+author = \{\\\x22O\}quist
+\end{lstlisting}
+funktioniert bei aktivierten regulären Ausdrücken für ">\texttt{\{\textbackslash "{}O\}quist}"<, weil \lstinline{\"} nicht als Aufhebung von \lstinline{"} wirkt, \lstinline{\x22} aber schon (also das Zeichen hexadezimal 22 in der ASCII-Tabelle).
+
+\begin{lstlisting}
+author = Bolh{\`a}r
+\end{lstlisting}
+funktioniert mit ausgeschalteten regulären Ausdrücken und
+
+\begin{lstlisting}
+author = Bolh\{\\`a\}r
+\end{lstlisting}
+funktioniert mit aktivierten regulären Ausdrücken.
+
+Einfache Anführungszeichen (\texttt{'}) funktionieren ebenfalls.
+
+Es gibt also anscheinend eine Einschränkung, wie \lstinline{"} in der Eingabe behandelt wird, aber Sie können stattdessen \lstinline{\x22} nutzen, um dieses Problem zu umgehen. (Das Zeichen \lstinline{"} hat eine spezielle Bedeutung: es wird benutzt, um mehrere Wörter zu einer Phrase zu gruppieren, die exakt gefunden werden soll.)
+
\subsection{Gruppen}
Mit Gruppen können Sie Ihre \bibtex{}-Datei in einer Baumstruktur
\subsubsection{Kommandozeilen-Optionen}
-
+\label{kommandozeilenoptionen}
Im folgenden werden die wichtigsten Optionen und Befehle für die Kommandozeile
vorgestellt.
dass ein Eintrag, der in der Standard-\bibtex{}-Datei nicht definiert
ist, auch nicht in die neue Datei geschrieben werden kann.
+\item Aus dem Internet abrufen: \lstinline{--fetch==Name des Fetchers:Suchausdruck}
+
+Die \emph{Fetcher}, also die direkte Suche in Online-Datenbanken,
+die Sie im Menü \menu{Internet} finden, können auch von der Kommandozeile
+aus gestartet werden. Nutzen Sie dazu die Option \lstinline{--fetch} und geben
+sowohl den Namen des Fetchers (z.B. ">ieee"<, ">medline"< oder ">jstor"<)
+als auch den Suchausdruck oder die ID des gesuchten Mediums an. Beachten
+Sie, dass einige Fetcher eine graphische Oberfläche (GUI) anzeigen,
+falls Sie eine Rückmeldung von Ihnen brauchen. Um eine Übersicht der
+verfügbaren Fetcher zu erhalten, geben Sie \texttt{-{-}fetch} ohne
+Parameter ein.
+
\end{itemize}
\subsubsection{Externer Zugriff}
%\end{revhist}
\begin{revhist}{\versiondate}%endgültiges Datum}
+\item Abschnitte ">\nameref{search-regular-expressions}"< und ">\nameref{kommandozeilenoptionen}"< ergänzt
+\item Kleinere Änderungen
+\end{revhist}
+
+\begin{revhist}{1.\,12.\,2007}
\item Abschnitt ">\nameref{NameFormatter}"< hinzugefügt
\item Abschnitte ">\nameref{par:Feldformatierer}"< und ">\nameref{subsub:SpezielleFeldmarken}"< ergänzt
\end{revhist}
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>JabRef</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Zeitschriftentitel abkürzen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Anpassen der automatischen Erstellung von
BibTeX-Keys</h1>
<ul>
<li><b>[<code>auth</code>]</b>: Der Nachname des ersten
- Autors.<br></li>
+ Autors.<br /></li>
<li><b>[<code>authors</code>]</b>: Die Nachnamen aller
- Autoren.<br></li>
+ Autoren.<br /></li>
<li><b>[<code>authorLast</code>]</b>: Der Nachname des
- letzten Autors<br></li>
+ letzten Autors<br /></li>
<li><b>[<code>authorsN</code>]</b>: Die Nachnamen von bis
zu N Autoren. Falls es mehr Autoren gibt, wird EtAl
- angehängt.<br></li>
+ angehängt.<br /></li>
<li><b>[<code>authIniN</code>]</b>: Der Anfang des
Nachnamens von jedem Autoren, wobei nicht mehr als N
- Buchstaben verwendet werden.<br></li>
+ Buchstaben verwendet werden.<br /></li>
<li><b>[<code>authorIni</code>]</b>: Die ersten 5
Buchstaben des Nachnamens des ersten Autors und die
- Initialen der Nachnamen der restlichen Autoren.<br></li>
+ Initialen der Nachnamen der restlichen Autoren.<br /></li>
<li><b>[<code>authN</code>]</b>: Die ersten N Buchstaben
- des Nachnamens des ersten Autors.<br></li>
+ des Nachnamens des ersten Autors.<br /></li>
<li><b>[<code>authN_M</code>]</b>: Die ersten N Buchstaben
- des Nachnamens des M. Autors.<br></li>
+ des Nachnamens des M. Autors.<br /></li>
<li><b>[<code>auth.auth.ea</code>]</b>: Die Nachnamen der
beiden ersten Autoren und ".ea", falls es mehr als zwei
- Autoren sind.<br></li>
+ Autoren sind.<br /></li>
<li><b>[<code>auth.etal</code>]</b>: Der Nachname des
ersten Autors und der Nachname des zweiten Autors bei zwei
Autor; der erste Buchstabe der Nachnamen von bis zu drei
Autoren, falls mehr als ein Autor vorhanden ist. Ein Plus
(+) wird angehängt, falls es mehr als drei Autoren
- gibt.<br></li>
+ gibt.<br /></li>
</ul><b>Anmerkung:</b>Falls es keinen Autor gibt (z.B. bei
einem Buch mit Herausgeber), benutzen die genannten
[auth...]-Feldmarken den oder die Herausgeber, die im
<ul>
<li><b>[<code>edtr</code>]</b>: Der Nachname des ersten
- Herausgebers.<br></li>
+ Herausgebers.<br /></li>
<li><b>[<code>editors</code>]</b>: Die Nachnamen aller
- Herausgeber.<br></li>
+ Herausgeber.<br /></li>
<li><b>[<code>editorLast</code>]</b>: Der Nachname des letzten
- Herausgebers.<br></li>
+ Herausgebers.<br /></li>
<li><b>[<code>edtrIniN</code>]</b>: Der Anfang des
Nachnamens von jedem Herausgeber, wobei nicht mehr als N
- Buchstaben verwendet werden.<br></li>
+ Buchstaben verwendet werden.<br /></li>
<li><b>[<code>editorIni</code>]</b>: Die ersten 5
Buchstaben des Nachnamens des Herausgebers und die Initialen der
- Nachnamen der restlichen Herausgeber.<br></li>
+ Nachnamen der restlichen Herausgeber.<br /></li>
<li><b>[<code>edtrN</code>]</b>: Die ersten N Buchstaben
- des Nachnamens des ersten Herausgebers.<br></li>
+ des Nachnamens des ersten Herausgebers.<br /></li>
<li><b>[<code>edtrN_M</code>]</b>: Die ersten N Buchstaben
- des Nachnamens des M. Herausgebers.<br></li>
+ des Nachnamens des M. Herausgebers.<br /></li>
<li><b>[<code>edtr.edtr.ea</code>]</b>: Der Nachname der
ersten beiden Herausgeber und ".ea", falls es mehr als zwei
- Herausgeber sind.<br></li>
+ Herausgeber sind.<br /></li>
<li><b>[<code>edtrshort</code>]</b>: Der Nachname bei einem
Herausgeber; der erste Buchstabe der Nachnamen von bis zu drei
Herausgebern, falls mehr als ein Herausgeber vorhanden ist. Ein Plus
(+) wird angehängt, falls es mehr als drei Herausgeber
- gibt.<br></li>
+ gibt.<br /></li>
<li><b>[<code>firstpage</code>]</b>: Die erste Seitenzahl
- einer Veröffentlichung (pages).<br></li>
+ einer Veröffentlichung (pages).<br /></li>
<li><b>[<code>keywordN</code>]</b>: Stichwort Nummer N aus
dem Feld "keywords", gesetzt den Fall, dass die Stichworte
durch Komma oder Semikolon voneinander getrennt
- sind.<br></li>
+ sind.<br /></li>
<li><b>[<code>lastpage</code>]</b>: Die letzte Seitenzahl
- einer Veröffentlichung (pages).<br></li>
+ einer Veröffentlichung (pages).<br /></li>
<li><b>[<code>shorttitle</code>]</b>: Die ersten 3 Worte
- eines Titels (title).<br></li>
+ eines Titels (title).<br /></li>
<li><b>[<code>shortyear</code>]</b>: Die letzten 2 Ziffern
- des Jahrgangs (year).<br></li>
+ des Jahrgangs (year).<br /></li>
<li><b>[<code>veryshorttitle</code>]</b>: Die ersten beiden
Worte des Titels (title), wobei 'the', 'a' und 'an'
- ausgelassen werden.<br></li>
+ ausgelassen werden.<br /></li>
</ul>
<p>Hinter einem Feldnamen (oder einem der oben
erste Buchstabe und weitere Buchstaben, die auf ein
Leerzeichen folgen, werden berücksichtigt. Zum
Beispiel würde <b>[journal:abbr]</b> die Zeitschrift
- "Jorunal of Fish Biology" zu "JoFB" wandeln.<br></li>
+ "Jorunal of Fish Biology" zu "JoFB" wandeln.<br /></li>
<li><b>:lower</b>: Wandelt den von der Feldmarke
eingefügten Text in Kleinbuchstaben. So wird
aussehen:</p>
<blockquote>
- <code>Yared1998</code><br>
- <code>Yared1998a</code><br>
+ <code>Yared1998</code><br />
+ <code>Yared1998a</code><br />
<code>Yared1998b</code>
</blockquote>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Einträge markieren</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Einträge von Medline abrufen</h1>
<p>Wenn Sie einen
HTTP-Proxy-Server benutzen müssen, übergeben Sie den
Servernamen und die Portnummer an Java. Diese
- Umgebungseinstellungen sind dokumentiert unter<br>
+ Umgebungseinstellungen sind dokumentiert unter<br />
<a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html">http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html</a></p>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>JabRef-Bibliographien in OpenOffice.org benutzen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Das 'Besitzer' (owner) Feld</h1>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+<body text="#275856">\r
+ <basefont size="4"\r
+ color="#2F4958"\r
+ face="arial" />\r
+\r
+ <h1>Das Plugin-System von JabRef</h1>\r
+\r
+ <p>Ab Version 2.4 beta1 kann man JabRef mit Hilfe eines Plugin-Systems erweitern, dass\r
+ mit dem Java Plugin Framework (JPF) erstellt wurde.</p>\r
+\r
+ <p>Um Plugins zu nutzen, müssen Sie nur die jar-Datei des Plugins in einen Ordner mit dem Namen\r
+ <code>plugins</code> speichern, wobei der <code>plugins</code>-Ordner in demselben Verzeichnis\r
+ liegen muss, in dem sich auch die Datei JabRef.jar befindet. Beim Start von JabRef wird eine\r
+ Liste mit allen geladenen Plugins angezeigt.</p>\r
+\r
+ <h2>Schreiben eines Plugins</h2>\r
+\r
+ <p>JabRef bietet die folgenden Erweiterungs-Möglichkeiten für Entwickler:</p>\r
+ <ul>\r
+ <li><code>ImportFormat</code> - Importformate hinzufügen, die über den Menüpunkt <i>Datei -> Importieren in ... Datenbank</i> aufgerufen werden können.</li>\r
+ <li><code>EntryFetcher</code> - Zugang zu Datenbanken wie Citeseer oder Medline zum <i>Internet</i>-Menü hinzufügen.</li>\r
+ <li><code>ExportFormatTemplate</code> - Einen vorlagenbasierten Export wie diejenigen, die unter <i>Optionen -> Verwalte externe Exportfilter</i> verfügbar sind, hinzufügen.</li>\r
+ <li><code>ExportFormat</code> - Einen Exportfilter zum Exportdialog von JabRef hinzufügen – das ist komplizierter als einen vorlagenbasierten Export zu erstellen.</li>\r
+ <li><code>ExportFormatProvider</code> - Ein leistungsfähigerer Weg, um Exportformate hinzuzufügen.</li>\r
+ <li><code>LayoutFormatter</code> - Formatierer hinzufügen, die im Layout-basierten Export benutzt\r
+ werden können.</li>\r
+ </ul>\r
+\r
+ <p>Diese Erweiterungs-Möglichkeiten sind in <code>plugin.xml</code> des JabRef-core-plugin definiert,\r
+ das in <code>JabRef/src/plugins/net.sf.jabref.core/</code> zu finden ist.</p>\r
+\r
+ <p>Gehen Sie folgendermaßen vor, um ein Plugin zu erstellen:</p>\r
+ <ol>\r
+ <li>Machen Sie einen checkout des JabRef 'trunk' mit subversion (<code>https://jabref.svn.sourceforge.net/svnroot/jabref/trunk</code>) – den Ordner 'htdocs' brauchen Sie nicht.\r
+ Im 'trunk' sind sowohl JabRef selbst als auch die Plugins enthalten, die bislang zu JabRef\r
+ beigesteuert wurden und die einen guten Startpunkt für Ihre eigenen Plugins bieten.</li>\r
+ <li>Kompilieren Sie JabRef mit <code>ant jars</code>.</li>\r
+ <li>Erstellen Sie Ihr eigenes Projekt und definieren Sie Ihr Plugin in Ihrer eigenen plugin.xml,\r
+ wobei Sie die oben beschriebenen Erweiterungs-Möglichkeiten beachten müssen.\r
+ Achten Sie besonders darauf, dass\r
+ <ul>\r
+ <li>...Ihre plugin.xml einen <code>requires</code>-Bereich enthält, der das <i>core plugin</i> (<code>net.sf.jabref.core</code>) importiert.</li>\r
+ <li>...Ihre plugin.xml einen <code>runtime</code>-Bereich enthält, in dem Sie JPF mitteilen,\r
+ wo in Ihrem Projekt die class-Dateien und Ressourcen gespeichert werden.</li>\r
+ </ul>\r
+ </li>\r
+ <li>Erstellen Sie eine jar-Datei Ihres Projektes und speichern es in den <code>plugins</code>-Ordner\r
+ von JabRef.</li>\r
+ <li>Ihr Plugin sollte nun beim Start von JabRef.jar geladen werden.</li>\r
+ </ol>\r
+\r
+ <p>Falls Sie noch Fragen zum Plugin-System haben, zögern Sie nicht, sie auf der Mailing-Liste zu stellen.</p>\r
+\r
+ <h2>Erstellen einer Erweiterungs-Möglichkeit</h2>\r
+\r
+ <p>Dieser Abschnitt ist für JabRef-Entwickler gedacht, die zusätzliche Erweiterungs-Möglichkeiten\r
+ bereitstellen wollen.</p>\r
+\r
+ <p>Um eine neue Erweiterungs-Möglichkeit hinzuzufügen, müssen Sie diese in der plugin.xml des core-plugins\r
+ deklarieren. Hier ist ein Beispiel:</p>\r
+\r
+<code><pre>\r
+<extension-point id="PushToApplication">\r
+ <parameter-def type="string" id="pushToApp"\r
+ custom-data="<classname of the interface that plugin providers need to implement>" />\r
+ <!-- optionally other parameters (we currently do not use any of these for anything)\r
+ <parameter-def type="string" id="name" />\r
+ <parameter-def type="string" id="description"\r
+ multiplicity="none-or-one" />\r
+ -->\r
+</extension-point>\r
+</pre></code>\r
+\r
+ <p>Anschließend müssen Sie den Plugin-Code-Generator "<code>ant generate</code>" aufrufen,\r
+ der die Klasse "<code>net.sf.jabref.plugin.core.generated</code>" neu erstellt, so dass sie\r
+ die Methode <code>getPushToApplicationExtensions()</code> enthält; sie gibt eine Liste aller\r
+ PushToTalk-Erweiterungen aus, die im System registriert sind.</p>\r
+\r
+ <p>Diese Liste kann dann folgendermaßen genutzt werden (als Beispiel dient die EntryFetcher-Erweiterung):</p>\r
+\r
+<code><pre>\r
+/*\r
+ * Load fetchers that are plug-in extensions\r
+ */\r
+JabRefPlugin jabrefPlugin = JabRefPlugin.getInstance(PluginCore.getManager());\r
+if (jabrefPlugin != null){\r
+ for (EntryFetcherExtension ext : jabrefPlugin.getEntryFetcherExtensions()){\r
+ EntryFetcher fetcher = ext.getEntryFetcher();\r
+ if (fetcher != null){\r
+ fetchers.add(fetcher);\r
+ }\r
+ }\r
+}\r
+\r
+// and later...\r
+\r
+for (EntryFetcher fetcher : fetchers){\r
+ GeneralFetcher generalFetcher = new GeneralFetcher(sidePaneManager, this, fetcher);\r
+ web.add(generalFetcher.getAction());\r
+ fetcherActions.add(generalFetcher.getAction());\r
+}\r
+</pre></code>\r
+\r
+</body>\r
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Eintragsvorschau einstellen</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Externer Zugriff</h1>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+<body text="#275856">\r
+ <basefont size="4"\r
+ color="#2F4958"\r
+ face="arial" />\r
+\r
+ <h1>Export in eine externe SQL-Datenbank</h1>\r
+\r
+ <p> JabRef kann Inhalte einer BibTeX-Datei in eine MySQL-Datenbank exportieren.\r
+ Auch die Informationen zu Gruppen werden dabei berücksichtigt.</p>\r
+\r
+ <h2>Einstellungen</h2>\r
+ <ol>\r
+ <li> Erstellen Sie mit einem beliebigen MySQL-Administrationsprogramm\r
+ eine leere MySQL-Datenbank.</li>\r
+ <li> Vergewissern Sie sich, dass es einen Benutzer ('user') für diese\r
+ Datenbank gibt, der <em>alle Rechte</em> hat.</li>\r
+ </ol>\r
+\r
+ <h2>Export</h2>\r
+ <ol>\r
+ <li> Wählen Sie <b>Datei -> Export in externe SQL-Datenbank</b> oder\r
+ klicken Sie auf das entsprechende Symbol in der Symbolleiste.</li>\r
+ <li> Geben Sie die Informationen zur Datenbank-Verbindung ein und klicken auf <b>Verbinden</b>.</li>\r
+ </ol>\r
+\r
+ <p>\r
+ JabRef baut dann die Verbindung zu dieser Datenbank auf, <b>löscht\r
+ existierende Tabellen</b>, erstellt neue Tabellen und fügt in diese\r
+ den Inhalt der Einträge und Gruppeninformationen ein. Falls Sie ein\r
+ weiteres Mal eine Verbindung zu dieser Datenbank aufbauen wollen,\r
+ müssen Sie die Verbindungs-Informationen nicht noch einmal eingeben.\r
+ Wenn Sie in eine andere Datenbank exportieren wollen, können Sie die\r
+ Verbindungs-Einstellungen unter <b>Datei -> Mit externer SQL-Datenbank\r
+ verbinden</b> (oder durch Klicken des entsprechenden Symbols) ändern\r
+ und anschließend den Export durchführen.\r
+ </p>\r
+\r
+ </body>\r
+\r
+</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Suchfunktionen</h1>
<body>
<basefont size="-1"
color="#2F4958"
- face="arial"> Dieses Modul erstellt eine neue
+ face="arial" /> Dieses Modul erstellt eine neue
Datenbank, welche nur die im TeX Projekt vorkommenden
Verweise/Einträge enthält.
</body>
<body>
<basefont size="-1"
color="#2F4958"
- face="arial"> Die Integritätsprüfung
+ face="arial" /> Die Integritätsprüfung
überprüft alle Einträge auf deren
Gültigkeit und versucht Fehler aufzudecken. Mit dem
"Überprüfen" Button kann der Vorgang gestartet
<body>
<basefont size="-1"
color="#2F4958"
- face="arial"> Dieser Dialog ermöglicht das
+ face="arial" /> Dieser Dialog ermöglicht das
schnelle Einfügen von Einträgen aus normalen
Text. Die gewünschten Textstellen werden markiert
und z.B. durch Doppelklick einem selektierten BibTeX
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Der String-Editor</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Zeitstempel</h1>
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>Unterstützung von XMP-Metadaten in JabRef</h1>
<li>Alle anderen Felder werden unter ihrem Feld-Namen
gespeichert.</li>
- </ul><br>
- <br>
+ </ul><br />
+ <br />
<p>Es folgt ein Beispiel:</p>
<ul>
<li>In RDF können Attribut-Wert-Paare auch als Knoten
wiedergegeben werden und vice versa.</li>
- </ul><br>
- <br>
+ </ul><br />
+ <br />
<h2>Weiterführende Links</h2>
<li>
<a href="http://partners.adobe.com/public/developer/en/xmp/sdk/xmpspecification.pdf">
Adobe XMP Spezifikation</a></li>
- </ul><br>
- <br>
+ </ul><br />
+ <br />
</body>
</html>
\ No newline at end of file
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<center>
<h1>JabRef version @version@</h1>
- <p>(c) 2007</p>
+ <p>(c) 2008</p>
<p><img src="/images/JabRef-icon-48.png" /></p>
<p>Michael Beckmann,
Oliver Beckmann,
+ Fedor Bezrukov,
Aaron Chen,
Fabrice Dessaint,
Nathan Dunn,
Spin 1.3.1, qui est distribuée selon les termes de
la Lesser GNU Public License.</p>
- <p>Certains composants de l'interface graphique de la
- biblioth�que Microba sont
- utilis�s. Elle est
- distribu�e sous une license de type
+ <p>Certains composants de l'interface graphique de la
+ bibliothè&que Microba sont
+ utilisé&. Elle est
+ distribuée sous une license de type
BSD. Voir
<code>http://sourceforge.net/projects/microba/</code> pour
plus d'informations.</p>
- <p>La majorit� des
- ic�nes proviennent de l'ensemble
- d'ic�nes Crystal Clear par Everaldo
+ <p>La majorité des
+ icônes proviennent de l'ensemble
+ d'icônes Crystal Clear par Everaldo
(<code>http://www.everaldo.com</code>), qui est
- distribu�e sous les termes de la
+ distribuée sous les termes de la
Lesser General Public License.</p>
<p>JabRef utilise les bibliothèques JempBox et
<body text="#275856">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>La fenêtre principale de
JabRef</h1>
éditeur de texte, à une exception
près : pour référencer une
chaîne, entourer le nom de la chaîne avec le
- caractère #, tel que dans :<br>
- '#jan# 1997',<br>
+ caractère #, tel que dans :<br />
+ '#jan# 1997',<br />
ce qui sera interprété comme la chaîne
nommée 'jan' suivie de '1997'.</p>
<body style="color: rgb(39, 88, 86);">
<basefont size="4"
color="#2F4958"
- face="arial">
+ face="arial" />
<h1>A propos de <em>BibTeX</em></h1>
LaTeX. Notez que lorsque vous référencez une
entrée dans LaTeX, la clef doit respecter la casse
(majuscules/minuscules) de la chaîne de
- référence.<br></li>
+ référence.<br /></li>
- <li><strong>address<br></strong> Habituellement l'adresse
+ <li><strong>address<br /></strong> Habituellement l'adresse
de l'<tt>éditeur commercial</tt> ("publisher" en
anglais) ou d'un autre type d'institution. Pour les
principales maisons d'édition, van Leunen
coté, vous pouvez aider le lecteur en donnant
l'adresse complète.</li>
- <li><strong>annote<br></strong> Une annotation. Ce champ
+ <li><strong>annote<br /></strong> Une annotation. Ce champ
n'est pas utilisé par les styles bibliographiques
standards, mais peut être utilisé par d'autres
styles qui produisent une bibliographie
annotée.</li>
- <li><strong>author<br></strong> Ce champ doit contenir la
+ <li><strong>author<br /></strong> Ce champ doit contenir la
liste complète des auteurs de votre entrée.
Les noms sont séparés par le mot
<em>and</em>, même si il y a plus de deux auteurs.
Chaque nom peut être écrit dans deux formes
- équivalentes :<br>
- Donald E. Knuth <em>ou</em> Knuth, Donald E.<br>
- Eddie van Halen <em>ou</em> van Halen, Eddie<br>
+ équivalentes :<br />
+ Donald E. Knuth <em>ou</em> Knuth, Donald E.<br />
+ Eddie van Halen <em>ou</em> van Halen, Eddie<br />
La seconde forme devrait être utilisée pour
les auteurs ayants plus de deux noms afin de
différencier les seconds prénoms et les noms
- de famille [NDT: pas sur de la traduction...].<br>
- <br></li>
+ de famille [NDT: pas sur de la traduction...].<br />
+ <br /></li>
- <li><strong>booktitle<br></strong> Titre d'un livre, dont
+ <li><strong>booktitle<br /></strong> Titre d'un livre, dont
une partie est citée. Pour les entrées du
type "book", utilisez le champ <tt>title</tt>.</li>
- <li><strong>chapter<br></strong> Un numéro de
+ <li><strong>chapter<br /></strong> Un numéro de
chapitre (ou de partie, ou d'autre chose).</li>
- <li><strong>crossref<br></strong> La clef de
+ <li><strong>crossref<br /></strong> La clef de
l'entrée vers laquelle on effectue le renvoi.</li>
- <li><strong>edition<br></strong> Le numéro
+ <li><strong>edition<br /></strong> Le numéro
d'édition d'un livre -- par exemple
"Troisième". Cela doit être un nombre, et la
première lettre doit être capitalisée,
comme montré ici ; les styles standards la
convertisse en minuscule si nécessaire.</li>
- <li><strong>editor<br></strong> Ce champ est analogue au
+ <li><strong>editor<br /></strong> Ce champ est analogue au
champ <em>author</em>. Il permet d'indiquer le nom des
éditeurs scientifiques, coordonateurs, etc.</li>
- <li><strong>howpublished<br></strong> Comment quelque
+ <li><strong>howpublished<br /></strong> Comment quelque
chose de non-standard a été publiée.
Le premier mot prend une majuscule.</li>
- <li><strong>institution<br></strong> L'institution ayant
+ <li><strong>institution<br /></strong> L'institution ayant
promue un rapport technique.</li>
- <li><strong>journal<br></strong> Un nom de journal. Le
+ <li><strong>journal<br /></strong> Un nom de journal. Le
nom d'un journal peut être abrégé en
utilisant une "chaîne". Pour définir une
chaîne, utilisez
<a href="StringEditorHelp.html">l'éditeur de
chaînes</a>.</li>
- <li><strong>key<br></strong> utilisé pour
+ <li><strong>key<br /></strong> utilisé pour
alphabétiser, renvoyer et créer une
étiquette quand l'information sur "author" est
manquante. Ce champ ne doit pas être confondu avec la
clef qui est fournie dans la commande <code>\cite</code> et
au début de l'entrée.</li>
- <li><strong>month<br></strong> Le mois au cours duquel le
+ <li><strong>month<br /></strong> Le mois au cours duquel le
travail a été publié ou, pour un