scribble/jfp: affiliation-mark example
This commit is contained in:
parent
2b972d9cc9
commit
7836b78809
|
@ -55,3 +55,19 @@ If different authors have different affiliations, use
|
||||||
use @racket[affiliation-mark] before each different affiliation within
|
use @racket[affiliation-mark] before each different affiliation within
|
||||||
a single @racket[affiliation], using @racket[(affiliation-sep)] to
|
a single @racket[affiliation], using @racket[(affiliation-sep)] to
|
||||||
separate affiliations.}
|
separate affiliations.}
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
@codeblock|{
|
||||||
|
#lang scribble/jfp
|
||||||
|
|
||||||
|
@title{My First Love Story}
|
||||||
|
|
||||||
|
@((author/short "Romeo M. and Juliet C.")
|
||||||
|
"ROMEO" (affiliation-mark "1")
|
||||||
|
" and "
|
||||||
|
"JULIET" (affiliation-mark "2")
|
||||||
|
@affiliation[
|
||||||
|
"House Montague" (affiliation-mark "1")
|
||||||
|
(affiliation-sep)
|
||||||
|
"House Capulet" (affiliation-mark "2")])
|
||||||
|
}|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user