Removing p. and pp. from Università di Bologna (modified) style

Hi
I'm using Zotero for my thesis and I modified the University of Bologna style according to my tutor's requests (small things, italic and a "in" before Publication title)...But I can't figure out how to remove "p" or "pp." (before pages numbers in both notes and bibliography).
I tried to follow instructions on previous comments, but I can't figure the right labels to delete without making a mess (during one of my experiments I managed to erase pp but the pages number went immediately after the year, no comma).
The style is here: https://pastebin.com/6Rbqyd4E
Thank you in advance to anyone that could help me!
  • That is the page label. Line 444 has that set for the pages macro. Delete it and wherever you call that macro it'll not show anymore.
  • Thank you for your prompt reply...I tried deleting line 444 but the notes look like this: yearpage
    2018345 ss. instead of 2018, 345 ss.
    and I don't how and where to insert the comma.

    Bibliography in preview still has p.
  • As you weren't specific, I tried to give a generic answer. The principle is the same. Just look for the same "label" throughout your code and you'll see it appear several times.

    For example the notes have that in the point-locators/point-locators-subsequent macros.
  • ok sorry for not being specific, I'm actually not able to code and I managed to do just the simple edits that were somehow easy to guess.
    Anyway now I did some tests and I think I understood what you meant: I deleted just "label variable" and replaced it with the text variable, leaving prefix and suffix...It worked!!! Thanks!
Sign In or Register to comment.