Re: Inserire l’Abstract nella bibliografia

#5386
Up
0
Down
::


Per ottenere quello che ti serve ed utilizzando abstract.bst, rinomina il file e fai le seguenti correzioni:

    Nella riga 267, al posto di:

    FUNCTION {format.title}
    { title empty$
    { “” }
    { title “t” change.case$ }
    if$
    }

    sostituisci:

    FUNCTION {format.title}
    { title
    }

    (cioè cancella quello che c’è in mezzo…

    Nella riga 1259, al posto di:

    % DFK throw away stuff above and use cite$ for sort key
    pop$
    cite$
    #1 entry.max$ substring$

    lascia solo

    % DFK throw away stuff above and use cite$ for sort key
    #1 entry.max$ substring$

Così ottieni il titolo tale a quello che è e l’ordine in base all’autore.

Ciao
Roberto

Go to top