como poner et al en italica

trate de poner et al en itálica pero no logro hacerlo estoy utilizando el estilo apa 7th edición, no se como abrir el estilo que genere en el editor visual, por favor si alguien pudiera explicarme como hacerlo se los agradecería
  • edited June 5, 2024
    You'd need to change the author-bib macro like so. Note that the order is important and the et-al needs to come before the substitute.
    <macro name="author-bib">
    <names variable="composer" delimiter=", ">
    <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
    <et-al font-style="italic"/>
    <substitute>
    <names variable="author"/>
    <names variable="illustrator"/>
    <names variable="director">
    <name........

    (shortened to make this easier to see)

    Make sure to follow this guide as you'll need to change ID etc.
    https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Sign In or Register to comment.