https://bugs.kde.org/show_bug.cgi?id=457499

Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |RESOLVED
         Resolution|WORKSFORME                  |NOT A BUG

--- Comment #3 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> ---
> This does solve the problem! I didn't realize that DOIs and URLs should go
> in the External tab, or that simply typing in a DOI or a URL was
> automatically recognized for what it was, and included in the source as doi
> = "..." and url = "...".
You are not the first who had this problem. Starting from KBibTeX 0.10, there
will a message widget explaining where to put URLs and DOIs.

> Is this documented somewhere? Are there other
> formats that External automatically recognizes? Thanks again!
Well, it is documented in code.
- Every field that starts with "postscript", "localfile", "file", "url", "doi",
"ee", or "biburl" goes into the External list.
- Writing back to BibTeX code: src/gui/element/elementwidget.cpp, function
FilesWidget::apply(..). Using regular expressions, it will check if the user's
input looks like a DOI or a URL, respectively, and treat everything else as a
local file's name.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to