deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
Functions | |
std::string | escape (const std::string &input, const PatternBase::OutputStyle style) |
std::string Patterns::internal::escape | ( | const std::string & | input, |
const PatternBase::OutputStyle | style | ||
) |
Escape the string input
for the specified style
so that characters will appear as intended. For example, characters like _ can not be written as is in LateX and have to be escaped as _.
Definition at line 52 of file patterns.cc.