Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 04-17-2011, 05:37 AM   #1 (permalink)
Junior Member
 
Join Date: Sep 2010
Posts: 9
Augustinus Sextus is on a distinguished road
Default LaTeX Math Font Size

Program: An open source SRS Program (for memorizing) integrated with LaTeX Anki (leads to Anki Website)

Situation: I always use LaTeX math environment [$]...[/$] for a lot of math equations, but the image produced is always bigger than necessary and sometimes it's annoying, is there anyway to change individual LaTeX math equation size?
if can't then could you give me the preamble script so all the result is the same in size.
please give me an example so I can use it ( because I'm not familiar with programming )

Resource:
'configure LaTeX.py' code:
from anki import latex
latex.latexDviPngCmd = ["dvipng", "-D", "150", "-T", "tight"]
latex.latexPreamble = ("\\documentclass[12pt]{article}\n"
"\\textwidth 12cm\n"
"\\usepackage{amsmath,amsthm,amssymb,enumerate }\n"
"%\\input completePathToYourMacros (remove percent to enable this)\n"
"\\usepackage[utf8]{inputenc}\n"
"\\pagestyle{empty}\n"
"\\begin{document}"
"\\begin{center}")
latex.latexPostamble = ("\\end{center}"
"\\end{document}")
Augustinus Sextus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
latex, math environment

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change the font and size of the header? veraowen Technology & Technical Skills 9 10-06-2010 12:00 PM
What's a good font for this picture? SatvikBeri Technology & Technical Skills 5 07-14-2010 08:59 AM
Can't change Chrome font Lupe Technology & Technical Skills 1 07-03-2010 07:02 AM
Changing the font in adsense ads Stu Business & Financial 2 07-04-2008 02:51 PM
How do you change font size in Joomla? Breakaway Technology & Technical Skills 3 04-02-2007 03:38 PM


All times are GMT. The time now is 01:17 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC