-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No input field "editor" available in the entry editor for e.g. entry type @Misc in biblatex mode #5859
Comments
This is totally odd. Could you please try resetting your preferences? |
I have now resetted the preferences and restarted JabRef afterwards. Then I created a new biblatex library with a new "misc" entry type. The "editor" field still does not show up. I have then closed JabRef once again and removed the whole settings directory located in For both aforementioned cases, JabRef shows the following: Then I created a new bibtex library with a new "book" entry type. No "editor" field could be found either (assuming there should be one, as stated in the bibtex documentation, attached below). JabRef shows the following: bibtex (http://mirror.kumi.systems/ctan/biblio/bibtex/base/btxdoc.pdf) states for entry type "book: "book":
|
Now I can reproduce it as well. Strange. @koppor @tobiasdiez Did we change that somehow or is this just some display issue? |
When I look in
and also for the reference
as well as for the reference
But So it doesn't seem to be a visual bug. |
Well, the real field defintions are here in the BiblatexEntryTypeDefintions
|
Yes, I have seen that, but finally |
I guess the problem is that jabref/src/main/java/org/jabref/model/entry/types/BiblatexEntryTypeDefinitions.java Lines 38 to 43 in f53568b
|
Remark: I guess, this problem will affect various entry types, so that some fields might not be shown at all (meaning: specific fields like |
I have noticed, that -- even if I changed something in
I found out, that these files are stored in:
and
My questions:
|
I would recommend for now that in How can this be achieved? |
The custom and builtin entry types can be modified using the dialog manage custom entry types. See my other PR, where I reimplemented that dialog |
Oh, I see, in the master branch, this entry in the options is currently hidden. |
@Siedlerchr Do you know how my suggestion (see above) could be implemented? |
Not completely sure, but the following might work: ̀ |
76f23a2 Fix the order for conference papers in APA styles (#5875) 5125c43 Fix bibliography date sorting (#5876) 873df06 Change order of publisher and publisher-place (#5874) 8066c66 Fix independent for BioScientific Review 9cc567e Add AMA brackets w 2 dependents (#5871) c33dd24 Create medicine-publishing.csl (#5866) 9cb9cdb Fishery&wildlife journals: Remove publishers for articles (#5868) fbd9165 Update universitatsmedizin-gottingen.csl (#5864) c563f03 Update mla8 and mla9 (#5859) 98d6a03 [ASM] Add DOI for preprints. (#5862) 05e7071 Create current-neurology-aktualnosci-neurologiczne.csl (#5858) 78d771d Update journal-of-clinical-neurophysiology.csl (#5857) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 76f23a2
I am using the latest JabRef 5 master build:
JabRef-5.0-portable_linux.tar.gz
JabRef 5.0-beta.360--2020-01-21--7ddfd9f
Linux 4.4.0-171-generic amd64
Java 13.0.2
on Ubuntu 16.04
I have enabled the biblatex mode for the current library as well as in the JabRef settings in general ("Default bibliography mode"). When I select an entry of e.g. type "Misc" in the list of references and I open the entry editor, then I cannot find the input field "Editor" in any of the listed tabs. This is independent of whether e.g.
editor={Abc, Def}
is actually defined in the this reference or not.The text was updated successfully, but these errors were encountered: