texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.82k stars 345 forks source link

Feature Request: annotated bibliography detection #1287

Open jrmoserbaltimore opened 4 years ago

jrmoserbaltimore commented 4 years ago

Environment

Description

In biblatex, the following code directs biblatex to broken-out files for an annotated bibliography when annotation=true:

\renewcommand*{\bibannotationprefix}{bibtex/annotations/}
\renewcommand*{\bibabstractprefix}{bibtex/abstracts/}

It would be nice if TexStudio could detect this and list the individual annotations under the BIBLIOGRAPHY heading for the file, e.g. BIBLIOGRAPHYFoo2009Annotation opening {\bibannotation}/Foo2009.tex.

sunderme commented 4 years ago

very unlikely, looks like a one user functionality ...

jrmoserbaltimore commented 4 years ago

See biblatex manual 3.13.8

I've been in college 2 semesters, in both of which at least one class required us to produce an annotated bibliographies. This is a core research tool used for academic writing and technical or peer-reviewed books; it is not generally useful for fiction novella or communicative flyers.

The alternative is to write the bibliography into the bibtex file, which may be in the ANNOTE or ANNOTATE or ANNOTATION field depending on the style package. Both APA and Reading implement the separate annotation file. When producing a literature review as well, the researcher may change \bibannotationprefix in the preamble to use different annotations.