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
a7591a43
Commit
a7591a43
authored
Sep 10, 2014
by
Fjen Undso
Browse files
fix default gamma
parent
f6eccaf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mathtex.c
View file @
a7591a43
...
@@ -332,7 +332,7 @@ static char density[256] = DPI; /*-D/-density arg for dvipng/convert*/
...
@@ -332,7 +332,7 @@ static char density[256] = DPI; /*-D/-density arg for dvipng/convert*/
* default -gamma for convert is 0.5, or --gamma for dvipng is 2.5
* default -gamma for convert is 0.5, or --gamma for dvipng is 2.5
* --------------------------------------------------------------- */
* --------------------------------------------------------------- */
#define DVIPNGGAMMA "2.5"
/* default gamma for dvipng */
#define DVIPNGGAMMA "2.5"
/* default gamma for dvipng */
#define CONVERTGAMMA "
0.5
"
/* default gamma for convert */
#define CONVERTGAMMA "
1.0
"
/* default gamma for convert */
#if !defined(GAMMA)
#if !defined(GAMMA)
#define ISGAMMA 0
/* no -DGAMMA=\"gamma\" switch */
#define ISGAMMA 0
/* no -DGAMMA=\"gamma\" switch */
#if IMAGEMETHOD == 1
/* for dvipng... */
#if IMAGEMETHOD == 1
/* for dvipng... */
...
...
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