NoTeX 1.0.0
A modern noteworthy LaTeX template
Loading...
Searching...
No Matches
reference.hpp File Reference

reference: the table of ready-to-paste snippets served by notex get. More...

#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

struct  notex::reference::Snippet
 One ready-to-paste snippet served by notex get. More...

Namespaces

namespace  notex
namespace  notex::reference

Functions

const std::vector< Snippet > & notex::reference::all_snippets ()
std::vector< std::string_view > notex::reference::snippet_names ()
std::vector< Snippetnotex::reference::find_snippets (std::string_view name)
 Looks up every snippet registered under name, whether as its canonical name or as an alias.

Detailed Description

reference: the table of ready-to-paste snippets served by notex get.

Definition in file reference.hpp.