sorry for the delay. I am talking of the style files (.jstyle) and yes I am working on LibreOffice. Essentially I need to create a style like this
100. Pietrasz, D.; Pécuchet, N.; Garlan, F.; Didelot, A.; Dubreuil, O.; Doat, S.; Imbert-Bismut, F.; Karoui, M.;
Vaillant, J.C.; Taly, V.; et al. Plasma circulating tumor DNA in pancreatic cancer patients is a prognostic
marker. Clin. Cancer Res. 2017, 23, 116–123. [CrossRef]
from the standard styles such as Vancouver:
100. Khan NS, Ahmad A and Hadi SM: Anti-oxidant, pro-oxidant properties of tannic acid and its binding to DNA. Chemico-Biological Interactions. 2000;125:177-189. DOI: 10.1016/S0009-2797(00)00143-5
The main differences are:
- short version of journal
- date/volume/page
- [crossref]/[PubMed] fields (but these I think are done by the journal so I can omit them).
I understand that this:
CITATION
AuthorField="author/editor"
AuthorLastSeparator=". "
AuthorLastSeparatorInText=""
AuthorSeparator=", "
BracketAfter="]"
BracketAfterInList=". "
BracketBefore="["
BracketBeforeInList=""
CitationCharacterFormat="Default Style"
CitationSeparator=", "
EtAlString="et al."
FormatCitations="false"
GroupedNumbersSeparator="-"
InTextYearSeparator=" "
ItalicEtAl="false"
MaxAuthors="1000"
MaxAuthorsFirst="1000"
MinimumGroupingCount="3"
MultiCiteChronological="true"
PageInfoSeparator="; "
UniquefierSeparator=","
YearField="year"
YearSeparator=" "
formats the reference I put on the text itself. The first question is: how do I use superscript numbers?
I then understand that the references themself, those at the end of the text are modifies by the fiels LAYOUT. So to pass from this:
100. Khan NS, Ahmad A and Hadi SM: Anti-oxidant, pro-oxidant properties of tannic acid and its binding to DNA. Chemico-Biological Interactions. 2000;125:177-189. DOI: 10.1016/S0009-2797(00)00143-5
to the example above, how do I modify this?
default=\format[Authors(LastFirst,Comma,InitialsNoSpace,NoPunc]{\author}: \format[Replace(\.$,)]{\title}. \begin{journal}\journal. \end{journal}\begin{year}\year\end{year}\begin{volume||issue};\end{volume||issue}\begin{volume}\volume\end{volume}\begin{issue}(\issue)\end{issue}\begin{pages}:\format[FormatPagesForHTML]{\pages}\end{pages}.\begin{url} Available from: \url\end{url}\begin{doi} DOI: \doi\end{doi}
I need to have:
- author separator: ’
- short of journals with punctuation and in italic
- year in bold
- volume in italic
- page range
- separators: ,
Is there a GUI to facilitate the construction?
Thank you