-
Notifications
You must be signed in to change notification settings - Fork 45
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
update page counter for both available sections #32
Conversation
…ure, to avoid mixture in reading text
The second update implements #31 |
Thanks! As written in the issue, I would remove your changes to the page counting and instead use the implementation #33 If you also agree, can you remove that part from the running PR so it's easier to merge? Also, why using "E" as the default for own publications? Is there any reason behind that (although of course the user can easily change that). Also, I would suggest adding the function to both subsubsections: %a maximum of ten publications
\subsubsection{Articles published by outlets with scientific quality assurance, book publications, and works accepted for publication but not yet published}
\newrefcontext[labelprefix=E]
\printbibliography[category=reviewed, heading=none, env=bibliographyNUM, resetnumbers]
\subsubsection{Other publications, both peer-reviewed and non-peer-reviewed}
% Own literature can be designated with a prefix. If the function is not desired, delete the "labelprefix" and "resetnumbers = false".
\newrefcontext[labelprefix=E]
\printbibliography[category=nonreviewed, heading=none, env=bibliographyNUM, resetnumbers=false] Because then all own project-relevant publications, regardless of preprint or peer-reviewed would get the prefix. |
Hi, i updated the pull request according your comments. The "E" is for the german "Eigen", so i replaced the "E" in the english template to "O" for "Own". By the way, the english and the german template differ in |
Hi, ah I see (I only checked the engl template so far), thanks for the explanation and fixes.
Hm, good question. I will have a look but can't tell right now. |
@gituser789 I think we should add the If I change the part in the \newrefcontext[labelprefix=E]
\printbibliography[category=reviewed, heading=none, env=bibliographyNUM, resetnumbers]
\subsubsection{Andere Veröffentlichungen mit und ohne
wissenschaftliche Qualitätssicherung}
\printbibliography[category=nonreviewed, heading=none, env=bibliographyNUM, resetnumbers=false] I get: as expected. If you agree, can you change that as well please? Finally, how could I deactivate this feature? In the comment you wrote that one can just remove the % Own literature can be designated with a prefix. If the function is not desired, delete the "labelprefix" and "resetnumbers = false".
%\newrefcontext[labelprefix=O]
\printbibliography[category=reviewed, heading=none, env=bibliographyNUM]%, resetnumbers]
\subsubsection{Other publications, both peer-reviewed and non-peer-reviewed}
\printbibliography[category=nonreviewed, heading=none, env=bibliographyNUM]%, resetnumbers=false] I get: And not counting from 1-4 as I would expect? |
Can you try all steps again deleting temporary files before? In case of no direct literature change, there might be some issues when modifying the display style, but not the literature. So force a full rebuild by deleting all temporary files (.aux, .bcf, ....). The unset |
I'm using the \newrefcontext[labelprefix=]
\printbibliography[category=reviewed, heading=none]%, resetnumbers]
\subsubsection{Other publications, both peer-reviewed and non-peer-reviewed}
\printbibliography[category=nonreviewed, heading=none]%, resetnumbers=false] in the engl template. but I get
Ah yeah you are right it's also defined in the |
Ahhh I think I found it. I also need to comment out this part: And then I get again: like it was before. |
The \printbibliography[category=nonreviewed, heading=none, env=bibliographyNUM, resetnumbers=false] and does, in my test, not impact the output. So It seems removing both \newrefcontext[labelprefix=] commands will restore the original behaviour of the template. Can you confirm that? If so, I would merge your PR and just change the description a bit to inform users how to deactivate this feature if they want to. Basically by just commenting out the two |
Yes, i can confirm this. Should i do any changes inside this PR? Here is a comparison without and with the without
with
The output seems to be identical. Can not see any differences. What do you guess? |
Yeah, for me it also seems identical. Can you please just remove the And then I would merge this PR finally :) thx! |
The |
Yes, let me double check first, thx
…On Thu, 18 Aug 2022, 08:40 gituser789, ***@***.***> wrote:
The env variable was introduced about 6 month ago, can you have a look at
this commit?
Please double check. Then i will remove the varialbe if necessary.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADN2CZ3L3XB6SRBO6SWXOZ3VZXLHHANCNFSM554SJCZQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hey @gituser789 , I looked at the commit but can't exactly reconstruct why I added that Anyway, I would merge your changes now and then do another PR to
Thanks again for the PR and the help! Cheers, |
This update will close #30