Reference documentation for deal.II version 9.6.0
|
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.