-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStrings.hpp
45 lines (39 loc) · 1.05 KB
/
Strings.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#pragma once
namespace Strings {
extern const char *Backslash;
extern const char *Begin;
extern const char *BoldFace;
extern const char *CodeEnd;
extern const char *CodeLine;
extern const char *CodeStart;
extern const char *CodeTilde;
extern const char *Document;
extern const char *End;
extern const char *Enumerate;
extern const char *Hspace;
extern const char *Input;
extern const char *Italic;
extern const char *Item;
extern const char *Itemize;
extern const char *Ldots;
extern const char *MakeTitle;
extern const char *NormalFont;
extern const char *Paragraph;
extern const char *Quote;
extern const char *Section;
extern const char *SourceCode;
extern const char *Subsection;
extern const char *Superscript;
extern const char *TextBackslash;
extern const char *Textbar;
extern const char *TextTT;
extern const char *TTFamily;
extern const char *Tilde;
extern const char *Title;
extern const char *Underscore;
extern const char *Verbatim;
} // Strings
namespace Unicode {
extern const char *NoSpaceDontBreak;
extern const char *NonBreakingSpace;
} // Unicode