1 <html xmlns="http://www.w3.org/1999/xhtml">
8 <h1>Customizing general fields</h1>
10 <p>You can add an arbitrary number of tabs to the entry editor.
11 These will be present for all entry types. To customize these
12 tabs, go to "Options -> Set up general fields".</p>
14 <p>You specify one tab on each line. The line should start with
15 the name of the tab, followed by a colon (:), and the fields it
16 should contain, separated by semicolons (;).</p>
19 <code>General:url;keywords;doi;pdf<br>
20 Abstract:abstract;annote</code></p>
22 <p>which would give one tab named "General" containing the
23 fields <em>url</em>, <em>keywords</em>, <em>doi</em> and
24 <em>pdf</em>, and another tab named "Abstract" containing the
25 fields <em>abstract</em> and <em>annote</em>.</p>