CbmRoot
Loading...
Searching...
No Matches
CbmQaReportLatexFormat.h
Go to the documentation of this file.
1/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#pragma once
11
12#include <string>
13#include <string_view>
14
15namespace cbm::qa::report
16{
17 // Latex formatting collection
20 public:
22 static std::string Apply(std::string_view input);
23 };
24} // namespace cbm::qa::report
static std::string Apply(std::string_view input)
Applies a LaTeX-friendly formatting.