latex_env: Insert text in Latex environments

Description Usage Arguments Value

View source: R/latex_env.R

Description

Insert text in Latex environments

Usage

1
2
3
latex_env(text = "", env = "hypothesis", space_before = "15pt",
  space_between = "5pt", space_after = "15pt", author = "",
  bibkey = FALSE, pages = "")

Arguments

text

charactervector. Text to be inserted. If more than one entry are prvided, create a sub-environment.

env

Character. Latex environment in which the text has to be inserted.

space_before

Character. Spacing before the group.

space_between

Character. Spacing between entries.

space_after

Character. Spacing after the group.

author

Character. Person quoted.

bibkey

Logical. Wheter the author is formated as a reference.

pages

Character. Pages of the quote.

Value

Character. Formated Latex environment.


NicolasJBM/writer documentation built on Aug. 12, 2019, 2:36 p.m.