which_latex: Check which LaTeX software will compile PDF output

View source: R/Utility_Functions.R

which_latexR Documentation

Check which LaTeX software will compile PDF output

Description

Check which LaTeX software (TinyTeX vs. other LaTeX distribution) will be used to compile PDF output.

Usage

which_latex()

Details

This function facilitates checking whether the computer running the script will use TinyTeX or some other LaTeX software to compile PDF files from LaTeX files. It assumes that if TinyTeX is installed, that will be used in preference to some alternative LaTeX software (which would be MiKTeX on CSTAT's virtual server).

Value

A character value describing which LaTeX software will be used.

Examples

which_latex()


sjpierce/piercer documentation built on Dec. 30, 2024, 3:28 p.m.