latexFigure: Insert a figure in LaTex

Description Usage Arguments

Description

Insert a figure in LaTex

Usage

1
2
  latexFigure(file, caption = NULL,
    placementSpecifier = "tdp", clearpage = FALSE)

Arguments

file

The name of the picture to insert

placementSpecifier

Options for LaTex that go in brackets when starting a figure. Tells LaTex where to put the picture. Note that the placement specifier here is the latex default, tdp. When using many images other packages, e.g. floats, morefloats may be useful. Alternatively, a \clearpage can clear out the floats.

clearpage

Whether to trigger a \clearpage after the figure.

caption

(optional) The caption for the figure in LaTex


russmisc documentation built on May 2, 2019, 4:44 p.m.