How to prevent \renewcommand{\bibsection}{}
from being included in generated tex?
#6230
-
DescriptionIf I place the bibliography with the special div: ::: {#refs}
::: I get in .tex: \renewcommand{\bibsection}{}
\bibliography{wileyNJD-AMA} If I omit that div altogether, my .tex template makes sure the bibliography is added right before the end:
And I get in .tex: \bibliography{wileyNJD-AMA} And that is desirable in my case because of Wiley's class I am working with... So, how can I make sure that |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
If I understand the source of that LaTeX command correctly, that's currently not possible: we hardcode it here. We currently add that entry if we detect the use of the I would like to add more fine-grained control over our postprocessors, but this is currently low in our priority and we have our plates pretty full. The easiest workaround for you to at the moment is probably to |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your answer! I don't think the sed post-processing solution is viable because this is an extension for a journal template. AFAIK, you can't automate that kind of post-processing in your extension, can you? |
Beta Was this translation helpful? Give feedback.
-
As a workaround use a shortcode:
|
Beta Was this translation helpful? Give feedback.
As a workaround use a shortcode: