Do you mean that the locator ("p. 33") does not render? This is the expected behavior of the citation style you are using.

`mathematics-in-engineering.csl` is a dependent style of `aims-press.csl`. Citations are written by the citation element in this file:

https://github.com/citation-style-language/styles/blob/6152ccea8b7d7a472910d36524d1bf3557a83bfc/aims-press.csl

I notice that recent publications in Mathematics in Engineering do indeed use citations of the form "[1, p. 33]". If that is the journal policy, the csl file should be updated. You could open an issue at https://github.com/citation-style-language/styles

Ian
On Friday, March 3, 2023 at 6:49:06 AM UTC-6 A A wrote:

Why won’t thecitation suffix appear in the PDF from the markdown below?

---
biblio-style: numeric
csl: mathematics-in-engineering.csl
geometry:
- margin=2cm
fontsize: 12pt
references:
- type: document
  id: DevGuide
  author: 'Computer Simulation Ltd.'
  issued: 
    date-parts: 
    - - 2021
  title: 'Development Guide'
  language: en-GB
---

Hello world @DevGuide [p. 33]

\newpage

# References

I’m compiling with the following:

pandoc -s --no-check-certificate --citeproc -H deeplists.tex --from  markdown --to latex test.md -o test.tex
latexmk -pdflatex test.tex

Where deeplists.tex is similar to what is shown in this issue and should have no impact on what I’m doing here.


--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/91da7ece-b97d-47f9-a7c3-037b14401173n%40googlegroups.com.