escape_latex: Escape special characters in text intended to go into a LaTeX...

View source: R/escape_latex.R

escape_latexR Documentation

Escape special characters in text intended to go into a LaTeX document

Description

Escape special characters in text intended to go into a LaTeX document

Usage

escape_latex(x, ...)

## Default S3 method:
escape_latex(x, ...)

Arguments

x

The character string to escape

...

Passed to methods

Details

Do not escape text before sending it to this function.

Value

'x' with LaTeX special characters escaped


billdenney/latex.makers documentation built on July 9, 2023, 12:46 p.m.