Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fjen Undso
mathtex
Commits
bb24db0f
Commit
bb24db0f
authored
Sep 10, 2014
by
Fjen Undso
Browse files
use better fonts
parent
a7591a43
Changes
1
Hide whitespace changes
Inline
Side-by-side
mathtex.c
View file @
bb24db0f
...
@@ -557,11 +557,13 @@ static char tempdir[256] = "\000"; /* temporary work directory */
...
@@ -557,11 +557,13 @@ static char tempdir[256] = "\000"; /* temporary work directory */
* latex wrapper document template (default, isdepth=0, without depth)
* latex wrapper document template (default, isdepth=0, without depth)
* ------------------------------------------------------------------- */
* ------------------------------------------------------------------- */
static
char
latexdefaultwrapper
[
MAXEXPRSZ
+
16384
]
=
static
char
latexdefaultwrapper
[
MAXEXPRSZ
+
16384
]
=
"
\\
documentclass[10pt]{article}
\n
"
/*[fleqn] omitted*/
"
\\
documentclass[10pt]{article}
\n
"
/*[fleqn] omitted*/
"
\\
usepackage[latin1]{inputenc}
\n
"
"
\\
usepackage[T1]{fontenc}
\n
"
"
\\
usepackage{amsmath}
\n
"
"
\\
usepackage[utf8]{inputenc}
\n
"
"
\\
usepackage{amsfonts}
\n
"
"
\\
usepackage{lmodern}
\n
"
"
\\
usepackage{amssymb}
\n
"
"
\\
usepackage{amsmath}
\n
"
"
\\
usepackage{amsfonts}
\n
"
"
\\
usepackage{amssymb}
\n
"
/*"\\usepackage{bm}\n"*/
/* bold math */
/*"\\usepackage{bm}\n"*/
/* bold math */
#if defined(USEPACKAGE)
/* cc -DUSEPACKAGE=\"filename\" */
#if defined(USEPACKAGE)
/* cc -DUSEPACKAGE=\"filename\" */
#include USEPACKAGE
/* filename with \usepackage{}'s */
#include USEPACKAGE
/* filename with \usepackage{}'s */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment