Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Media.hh
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6 public:
7 LaTeXString(const std::string& );
8
9 std::string latex() const;
10 private:
11 std::string content;
12};
Definition Media.hh:5
std::string content
Definition Media.hh:11
std::string latex() const
Definition Media.cc:9