TeXCheckR (version 0.6.0)

rm_editorial_square_brackets: Remove editorial square brackets

Description

Change text such as phas[e] out to phase out, without removing square brackets denoting optional arguments.

Usage

rm_editorial_square_brackets(tex_lines)

Arguments

tex_lines

Lines (as from readLines).

Examples

Run this code
# NOT RUN {
x <- "the BCA's call to `urgently phas[e] out all side deals'"
rm_editorial_square_brackets(x)

# }

Run the code above in your browser using DataLab