deal.II version GIT relicensing-2287-g6548a49e0a 2024-12-20 18:30: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.