addinsOutline (version 0.1.6)

run_addinsOutline_tex: Addin for Displays Outline of an LaTeX Project

Description

Addin for displays outline of an LaTeX Project with and without child files insert with: \input{} or \include{}.

Usage

run_addinsOutline_tex()

Arguments

Value

Addin 'RStudio' with browserViewer() This 'RStudio' addin will show a list of the different sections established in the LaTeX project and clicking on any element shown in the list will cause 'RStudio' to show that section by opening the file that contains it if it was not already open previously.

See Also

The function run_addinsOutline_Rmd() and run_addinsOutline_Rmd_bookdown().

Examples

Run this code
# NOT RUN {
if (interactive()) {
   library(addinsOutline)
   run_addinsOutline_tex()
}
# }

Run the code above in your browser using DataLab