bookchap: bookchap

Description Usage Arguments Details Note Author(s) Examples

View source: R/pubOutput.R

Description

Creates output for book chapter publications in html format, ready for github website.

Usage

1
bookchap(title, orgs, booktitle, place, publisher, pages, href = NULL, lgg = "eng", author = "Oushiro, L.", year = "2020")

Arguments

title

Title of bookchapter.

orgs

Volume organizers. Format = Last Name, F.; Last Name; F.

booktitle

Title of the book.

place

Place of publication.

publisher

Name of the publisher.

pages

Start and end pages, separted by –.

href

NULL. Website link, when available.

lgg

Page language in my website. Default = "eng".

author

Bookchapter's author. Default = "Oushiro, L."

year

Year of publication. Default = "2020".

Details

Function to create html output for book chapter publication for my github website.

Note

Jan/2020.

Author(s)

Livia Oushiro

Examples

1
2
3
4
5
bookchap(title = "Questões e métodos", orgs = "Machado, Márcia & Marcos Wiedemer", booktitle = "Dimensões e experiências em Sociolinguística", place = "São Paulo", publisher = "Blucher", pages = "134--156")

bookchap(title = "Questões e métodos", orgs = "Machado, Márcia & Marcos Wiedemer", booktitle = "Dimensões e experiências em Sociolinguística", place = "São Paulo", publisher = "Blucher", pages = "134--156", href = "https://www.blucher.com.br/livro/detalhes/dimensoes-e-experiencias-em-sociolinguistica-1575", lgg = "pt")

bookchap(title = "Questões e métodos", orgs = "Machado, Márcia & Marcos Wiedemer", booktitle = "Dimensões e experiências em Sociolinguística", place = "São Paulo", publisher = "Blucher", pages = "134--156", author = "Freitag, R. M. K.; Oushiro, L.")

oushiro/pubOutput documentation built on Jan. 19, 2020, 12:23 a.m.