QuickLaTeX

QuickLaTeX.com is a free web service I created to help people include mathematical formulas into the web pages easily and with high typesetting quality.

There are two unique features which make QuickLaTeX.com distinct from the others:

  • Correct formula positioning. Besides converting LaTeX code into image QuickLaTeX.com provides information on how to position generated image on the web page properly so that the formula and surrounding text will blend together well. For example, usual online LaTeX service produces formulas like floating independently from the text which caused by improper vertical alignment relative to text baseline.


    QuickLaTeX.com provides formulas like  w_i = \frac{2}{\left(1-\xi_i^2\right)\,\left[P'_n(\xi_i)\right]^2} which is perfectly aligned with the text.

  • Meaningful error indication for debugging. In case of mistake in LaTeX code other services return some useless message like: "Formula does not parse”. On the contrary, QuickLaTeX.com gives detailed explanation on error in LaTeX code. For example, if \sqrt was misspelled as \srt, QuickLaTeX.com will say so. Please check this screenshot for demonstration.

Another nice thing is that QuickLaTeX.com doesn’t require LaTeX software to be installed on user’s server or hosting account. Feel free to check other pages on this site to see more examples of QuickLaTeX.com in action.

To use it in your WordPress blog you need to install special plugin I developed – WP-QuickLaTeX. Follow simple steps to do that:

  • Download WP-QuickLaTeX plug-in.
  • Unzip the plugin file and upload its content to wp-content/plugins folder of your blog.
  • Activate WP-QuickLaTeX through the ‘Plugins’ menu in WordPress.
  • If you want maximum performance you might create ql-cache folder in wp-content. It will be used by WP-QuickLaTeX for caching necessary data to decrease loading time of your pages. Just make sure ql-cache is writable (by chmod 777 or through File Manager in cPanel).

That’s it. Now you can publish mathematics in posts, comments and even titles just placing LaTeX code between tags or or using HTML or Visual mode in WordPress Editor.

Oh, I forget one more step – give me your feedback!

WP-QuickLaTeX.zip

Usage Conditions

Usage of QuickLaTeX.com service is completely free as well as WP-QuickLaTeX plugin itself. Link “Powered by QuickLaTeX.com” would be highly appreciated as well as any other kind of support. Use the comments for questions and bug reports.

I also appreciate your contributions to the development of the plugin, so feel free to email me any code or your suggestions. Your support is very important.

Books I recommend


1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 5.00)
Loading ... Loading ...
Print This Page Print This Page

69 Comments

  1. MrBrown
    Posted May 25, 2009 at 6:27 am | Permalink

    nice plugin, just one question: why you don’t provide also MathML output for the formulas? At least for browsers that support it, and generate the image for other browsers?

    • Posted May 25, 2009 at 11:30 am | Permalink

      Thank you for the good question!

      Main reason is that support of MathML in the browsers is not mature enough. They still render MathML equations in poor quality.

      For example, LaTeX produces nice looking formula

      y=\sqrt{1-x^2}

      . Whereas Firefox renders the same formula in MathML notation as: Firefox MathML rendering with jumping square root sign.

      Another thing is that there are several LaTeX to MathML converters but none of them solves the task perfectly.

      I think MathML is future of math publishing in the web and I will include it in WP-QuickLaTeX someday, but for the moment LaTeX-to-image conversion method is the best in the sense of rendering quality.

      • MrBrown
        Posted May 25, 2009 at 4:11 pm | Permalink

        Thanks for the very clear reply.
        Since I need to display math formulas in an academic website, I am using a mixed solution based on Javascript (JS does the conversion from LaTeX) that displays MathML in Firefox and creates an image for other browsers.

        Now, my solution works quite well, but there are some alignment problems with text and formulas’ images. So I am very interested in your solution but for some reasons, I can’t use QuickLaTeX.com service but I can ask to my co-workers to set up a “dedicated” conversion service (the main reason is that the website has a lot of traffic and we can install LaTeX software).

        Can I have more info about how your conversion service works? And, would be possible to have a copy of the conversion script? If you want, you can send to me also a private message.
        Thanks in advance!

  2. Posted June 16, 2009 at 5:55 pm | Permalink

    When I have installed your plugin I get an error:

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /plugins/wp-quicklatex/wp-quicklatex.php on line 76

    Any idea?

    • Posted June 16, 2009 at 6:15 pm | Permalink

      This means that PHP function file_get_contents() is disabled on the server where you host your site. Some hosting companies do that as extra security measure.

      Now my plugin uses this function to get formula from the QuickLaTeX.com.
      I’m planning to add support of such restricted servers in the future versions.

      • Posted June 17, 2009 at 2:02 pm | Permalink

        Thanks for the quick reply!

        • Posted June 22, 2009 at 4:52 pm | Permalink

          I’ve made changes to fix this problem. Please download and try the latest version of the plugin.

  3. Posted August 4, 2009 at 2:22 am | Permalink

    Hi there, I try to use your plugin to write a simple formula from least square method. The equation should have a beta hat = (X transpose X) inverse X transpose Y. I just don’t know how to get it right since I can not make the inverse sign (power -1) works right. I can do it with easy latex by this code  (X^T X)^(-1) X^T Y , but your plugin can not do that. Any suggestion how to make it right?

    • Pavel Holoborodko
      Posted August 4, 2009 at 8:52 pm | Permalink

      In LaTeX, if you want to write something like

      A^{-1}

      you should use this code: A^{-1} and not A^(-1) which is plain incorrect.
      For your particular formula we get:

      (X^T X)^{-1} X^T

      .

      • Posted August 6, 2009 at 4:14 pm | Permalink

        OK thank, it works well.
        There is one more thing, I want to use a hat on the beta, I try  \hat \beta = (X^T X)^{-1} X^T Y , but it doesn’t work. Sorry, novice question.

  4. Posted August 6, 2009 at 4:15 pm | Permalink

    Wow, it works well with your plugin. Thank you very much.

  5. Charlie
    Posted August 16, 2009 at 3:54 am | Permalink

    Hi Pavel, I am getting:
    Error: Cannot create dvi file
    Is the service down?

    • Posted August 16, 2009 at 7:02 pm | Permalink

      No, that means there is an error in you formula. When this happens QuickLaTeX shows error icon instead of the formula. If you drag mouse pointer to the area of that icon – tooltip with the detailed expanation of the error will be shown.

      See screenshot: here.

  6. Posted August 18, 2009 at 8:00 pm | Permalink

    Hi.
    I have simiral problem as Charlie. Using

    \alpha

    works, but

    \cos\alpha

    doesn’t.
    I think, it’s because previously created formulas (matrices, more complex things than just “\cos”,…) works, new doesn’t.

    Error: Cannot create dvi file

    Thanks for answer ;) .

  7. JorgeGT
    Posted August 24, 2009 at 11:39 pm | Permalink

    Hello! Yours is a great service! but, just a pair of questions:
    Is there a way to get displaymath LaTeX output?
    If there isn’t, do you plan on implementing this on future releases of your rendering engine?

    Anyway, congratulations and thank you for your work! =)

    • JorgeGT
      Posted August 24, 2009 at 11:43 pm | Permalink

      Well, I just discovered that \displaystyle does the trick ^_^
      Sorry! you can delete this thread if you want…

  8. Posted September 16, 2009 at 7:43 pm | Permalink

    Hello from turkey. I tried other 3 wp latex plugin too. But yours best. (May be transparency or something else but yours best). I need to say that if you add more services to your plugin, this may perfect. For example:

    http://l.wordpress.com/latex.php?latex=

    and

    http://www.bytea.net/cgi-bin/mimetex.cgi?formdata=

    and other services etc… And this is last one: If all servers down we may not add latex equations so can you add an option to convert pics with our server like wp-latex plugin?

    • Posted September 16, 2009 at 8:58 pm | Permalink

      Hi
      Thanks!

      There are several unique features which make my service distinct from the others: correct formula positioning and meaningful error messages.

      Other services (like wordpress, mimitex,etc) don’t include these features which make them incompatible/interchangeable with my plugin. That is why I have no plans to support them in the future.

      As for the second question about self-hosted service – I’m not ready to share all the source code and scripts. Maybe I’ll do this in the future.

  9. Posted September 19, 2009 at 2:35 am | Permalink

    Hi!
    Thanks for the great work!
    I’ve got some problem with the “-” sign though. When I use something like “\sqrt{1 – 2}” in a formula, the renderer will drop the “-” and just show the squareroot of 12. When I write “\sqrt{1-2}” it works as it should. This is kind of annoying, because my formula editor always exports the tex-code with the whitespaces. And it works fine with ” + “, …
    Would it be much work to fix this?

  10. Posted September 20, 2009 at 5:50 am | Permalink

    And another bug: The first derivative of a function is displayed correctly as f ‘.
    The second derivative however drops both dashes, so if I write f ” it is just displayed as f. It does the same when I add a whitespace between the dashes.

    • Posted September 21, 2009 at 11:25 am | Permalink

      Both bugs are fixed. Sometimes WordPress uses non ASCII encoding for simple symbols like minus or prime. Such extended encoding is not supported by LaTeX. That was the cause.

      Please download and check out the latest version of the plugin.

      Thank you very much for your help!

  11. Posted September 29, 2009 at 8:11 pm | Permalink

    Hi there,

    My website just crashed with the following formula:

    ” (0 – 2,27)^2 + (0 – 2,27)^2 + (0 – 2,27)^2 + (0 – 2,27)^2 + (0 – 2,27)^2 + (1 – 2,27)^2 + (1 – 2,27)^2 + (2 – 2,27)^2 + (2 – 2,27)^2 + (2 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (4 – 2,27)^2 + (4 – 2,27)^2 + (4 – 2,27)^2 + (4 – 2,27)^2 + (5 – 2,27)^2 + (5 – 2,27)^2 ”

    Replacing ” by the latex tags.

    Any ideas?

  12. Posted September 29, 2009 at 8:20 pm | Permalink

    Hi!
    I don’t see any problem with this formula:

    <br />
(0 – 2,27)^2 + (0 – 2,27)^2 + (0 – 2,27)^2 + (0 – 2,27)^2 + (0 – 2,27)^2 + (1 – 2,27)^2 + (1 – 2,27)^2 + (2 – 2,27)^2 + (2 – 2,27)^2 + (2 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (3 – 2,27)^2 + (4 – 2,27)^2 + (4 – 2,27)^2 + (4 – 2,27)^2 + (4 – 2,27)^2 + (5 – 2,27)^2 + (5 – 2,27)^2<br />

  13. Posted September 29, 2009 at 9:08 pm | Permalink

    I do: http://www.janbroos.nl/
    Got this error when activating this formula. Please respond when seen. I solved it by putting the formula out of latex, it is possible but not the best solution.

    • Posted September 29, 2009 at 9:16 pm | Permalink

      I see correctly compiled formula on your site. No problems appearing. What do you mean by “error”?

  14. Posted September 29, 2009 at 10:12 pm | Permalink

    Hey,

    Now I do to, strange, I think the server needed time to process or something.
    Well thanks!

  15. Posted November 3, 2009 at 11:36 pm | Permalink

    Hi Pavel,

    I found your plugin to be the best latex plugin for wordpress amond al out there.. I am using it in a preliminary technical blog I am keeping for my own bookkeeping purposes. Just wanted to say thanks !

  16. Vadim
    Posted November 6, 2009 at 2:04 pm | Permalink

    Hi, thank for the plugin,

    I have a free hosting which does not allow for cURL, fsock, get_contents… So, I am personally not aware of any other methods to get a contents of an external file. So, what do you think, is it possible to provide another way to put formula images from your website on pages?

    For example, http://www.quicklatex.com/image/latex.f?formula=... or http://www.quicklatex.com/latex.f?image&formula=... or something like that.

    If there is an error in the formula, well, you can just place an error sign without explanation, it is not really a problem (not the one I would care about). The only real problem I see is that the image is supposed to be shifted depending on the base line. I don’t think there is any way to provide this information with image only, but one way to solve this would be to make a constant shift for all images (something like a maximum shift for all symbols). Maybe there is another better way?

  17. Posted November 20, 2009 at 1:30 pm | Permalink

    Is it possible to use the align environment from amsmath? I tried using [math]\begin{align*} etc., but it causes an error.

    • Posted November 20, 2009 at 9:24 pm | Permalink

      I’m afraid no. QuickLatex treats all formulas in inline mode, but {align} needs to be used in display mode.

      • Posted November 24, 2009 at 10:28 am | Permalink

        Any chance of you adding display mode as an option then? I know I can fudge a single equation with $\displaystyle…$ but anything involving multiple lines can’t be done, at least not with proper alignment.

  18. Posted November 24, 2009 at 10:20 am | Permalink

    Hi, excellent tool. Especially cacheing and line aligment!

    I’m in progress of building Google Wave Gadget for writing mathematical formulas live in documents cooperativelly edited by multiple persons in the same time.

    I have working prototype of tex part here:
    http://smp.if.uj.edu.pl/~baryluk/tex-wave/texwave.html

    I was wondering about any possible UI enhancments, so it will be easier to use.

    I have many performance improvments in my mind, especially to not generate excessive load on quicklatex server. I already implemented few of them.

    What is interesting the if I put additionall $ $ in formula= GET parameter, my formulas renders as display-math mode (not just inline mode)

    • Witold Baryluk
      Posted November 29, 2009 at 8:36 am | Permalink

      Hi again.

      Is there possibility of changing maximal width of produced gif? becuase currently
      QuickLatex wraps long formulas into multiple lines. It is generally very good,
      but sometmes, i have text of different width, and it looks pretty ugly.

      Other solution will also be to emit two gif, one for first n-1 rows, and second for n’th
      row (which could be smaller than the width of all previous rows), becuase currently
      last row have big empty space which isn’t filled by text.

      Any ideas?

      • Witold Baryluk
        Posted November 30, 2009 at 12:07 am | Permalink

        Another idea is to generate PNG file instad of GIF. PNG have better support for transparency (alpha channel), making quicklatex images look better on non-white background, and still having very smooth output.

        I also think that having different size of output (for example 200% can be usefull),
        for example when making full-screen presentation in HTML.

        • Posted December 1, 2009 at 10:03 pm | Permalink

          Hi Witold!

          I am very grateful for your supportive feedback and great ideas. Thank you!

          I’ve played with your application – I think it is outstanding idea and thank you for choosing QuickLaTeX for your project.

          As for display mode math, extended gif width, image scaling – they all are in my schedule for development. I’ll add these features in the future. I cannot promise to do this very soon but I’ll do my best.

          Now you can magnify images by setting font size in the formula code (ex. \Large, \HUGE, etc.)

          I decided to use GIF instead of PNG because IE doesn’t support transparent PNG well.

          Keep me updated on your project progress and other suggested features.

          All the best.

  19. Christopher Battles
    Posted November 26, 2009 at 12:26 pm | Permalink

    Firstly, Great Plugin!

    One thing I’d like to see is support for the \LaTeX tag, which doesn’t seem to work for me. Anyway to include the proper typesetting of LaTeX?

    Thanks, Chris

    • Witold Baryluk
      Posted November 29, 2009 at 8:35 am | Permalink

      Try \textrm{\LaTeX}

  20. Posted December 12, 2009 at 3:46 am | Permalink

    Hi!
    I have been using yout tool for half a year now. At the moment 13786 generated images represent all the formula in a nice way, thanks for your work :D
    One thing that is bugging me though is the printable version of the articles. The images are rendered in a very low resolution, making them fit in 72dpi text on the screen. When you print them, these low-res images are scaled up. Due to this they look quite ugly and are often hard to read.
    Magnifying the images by setting font size in the formula code can not solve the problem, because I don’t want to have bigger images in the online-version.

    Is there any chance to solve this?

  21. Posted December 13, 2009 at 3:06 pm | Permalink

    Hi!
    I use quicklatex but there is something that bored me. In the page
    http://www.ahmath.com/?page_id=99
    the size of the font of quicklatex is bigger than the normal text. How can i get rid of this problem.

    • Posted December 14, 2009 at 8:52 pm | Permalink

      You can use LaTeX commands to control font size: \tiny \scriptsize \footnotesize \small, etc.

      • Kim Kirkpatrick
        Posted December 16, 2009 at 2:19 pm | Permalink

        Font size commands don’t work in math environment. And they don’t work (for me) in QuickLatex environment either. Some math packages have special font size commands; do you implement any?

      • Posted December 27, 2009 at 5:00 pm | Permalink

        So, how can i use any of the LaTex commands

        \tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \Huge

        in this sample expression:

        \mathop {\lim }\limits_{x \to \infty } \frac{x}{x+1}

        Could you please write the new expression with any of the LaTex commands (\tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \Huge) included..

  22. Kim Kirkpatrick
    Posted December 16, 2009 at 3:02 pm | Permalink

    Along the lines of changing font sizes, but more subtle: QuickLaTeX output is about 10% too big for the font on my page. I can make it look OK if I set body{font-size:110%;}, but my font is already too large; I’d like to drop it to about 90%. This would require QuickLaTeX to be scaled to about 80%.

    I would like to suggest a percentage scale parameter (_not_ font size) to be made available, as an global parameter in the setup, and as a parameter in the individual [latex] block, with 100 being your current size, so the graphic would be created at that scale factor. (I think these two settings should be cumulative, so the overall document could be scaled using the global parameter, and then special uses (footnotes, for example) could be locally scaled with the individual parameter.)

    Of course, there’s a possibility of placing an ImageMagick filter which would scale all images as they are placed in ql-cache, but that’s much trickier to do at our end than at quicklatex.com. I think this should be fairly straightforward to implement.

    QuickLaTeX aligns with HTML text better than any other (including TeX4ht). If the size were precisely adjustable it would be absolutely the best.

    • Kim Kirkpatrick
      Posted December 17, 2009 at 5:38 am | Permalink

      It would be better if quicklatex.com were to provide this scaling as I described, but here is an immediate workaround for anyone interested –let the plugin wp-quicklatex.php do it for you:

      Around line 178, just inside “if ($status == 0) {“, and just above “out_str =”, add the lines

      $image_width = ""; //Set a CSS error, in case no cache -- no width will be set
      if(is_file($image_full_path))
      {
        $image_size = getimagesize($image_full_path);
        $image_width = floor(($image_scale*$image_size[0]+50)/100);
        $image_align = floor(($image_scale*$image_align+50)/100);
      }else{
        $image_width = ""; //Set a CSS error, in case no cached file -- width will no be affected
      }

      In the following line, between px; and border, add

        width:".$image_width."px;

      And, at the beginning of function ql_kernel(), initialize

       $image_scale = 100;

      (or, better, to a constant IMAGE_SCALE which is defined at the top of this file). This can be set to whatever is correct for your font; 100 leaves things unchanged. If a syntax for setting scale in the [latex] quickcode is developed, this value can be changed for that individual case between initialization and use.

      If the ql-cache is not available, there will be no scaling — just as is now.

      If this were the code, the graphics could be higher resolution (and higher quality compression), say double-size, with a hidden 50% factor in the code.

      Some new coding would allow the scale of the graphic to vary with the scale of the text when that is set by the browser, giving an improvement in visual accessibility.

  23. Kim Kirkpatrick
    Posted December 20, 2009 at 6:52 am | Permalink

    quicklatex.com is sort of down. It seems to respond to cached expressions (a few simple ones that must have occurred earlier) but nothing else. \Sigma works; {\Sigma} does not. Nor does a+z. It has been down about 24 hours.

    Another reason why the script should be released for local installation for critical uses.

  24. Kim Kirkpatrick
    Posted December 23, 2009 at 12:08 pm | Permalink

    Glad it’s working again!

    Pavel, could you document for us what “LaTeX” means in QuickLaTeX? That is, what tex/latex commands, environments, packages are you serving? There is no error reporting, just failure, so without the “rules” it’s hard to guess what to do to make things work (or even what to try to do).

    I much prefer the appearance of QL to mimetex — but mimetex does a lot of things that I can’t get QL to do. Check out the examples at http://www.forkosh.com/mimetex.html — most don’t work in QL. The reason I’m comparing QL with mimetex (and not with others), is that mimetex is the only other system (that I’m aware of) that allows vertical alignment.

    I’d really appreciate the requested information — I think it would be very useful to anyone trying to use QL. Thanks.

    • Posted July 1, 2010 at 4:37 pm | Permalink

      Hi Kim!

      Thank you for helping me out with answering all the questions!

      Currently QL supports such packages: amsmath, amsfonts, amssymb.

      I would gladly add support for any other packages you might need, just let me know.

      Any other suggestions, feature requests, etc. are welcome too.

      I have pretty huge todo list for the QL. But I have very little time to implement them.
      I would really appreciate if someone would help me in the development of QL.

      As for “Can’t create dvi file” message – it means that unknown error occurred, which is not related to the correctness of your latex code. QL would give explanatory error message otherwise. So if you see such message – please let me know instantly – something wrong with the server.

      Thanks.

  25. Posted January 25, 2010 at 5:03 am | Permalink

    Hello. Thanks for your great service, I intend to use it a lot.

    I have a question however; wouldn’t it be better for us and for you, if the wordpress plugin saves the image on our webserver rather than link to your webserver? That way I am sure that my equations won’t disappear in case your service breaks down, and you will have lower cost with hosting it.

    Feel free to email me about this. I am willing to help with this if needed.

    • Kim Kirkpatrick
      Posted January 25, 2010 at 3:08 pm | Permalink

      @Benjamin

      It does — it saves the images in wp-content/ql-cache (make sure it exists and is writable).

      • Benjamin Jensen
        Posted January 25, 2010 at 6:38 pm | Permalink

        Ah I see.

        I’ll just check my permissions on the folder then :)

        Disregard my comment, and thanks for clearing it up ;)

  26. Posted February 3, 2010 at 5:51 pm | Permalink

    Is the server down again? New formula have not been parsed since Monday…
    Am I the only one with this problem?

  27. Posted April 24, 2010 at 7:54 pm | Permalink

    I’m not entirely sure why, but WP QuickLaTeX makes my RSS feed timeout if I install it. Is this a known issue?

    • Posted April 24, 2010 at 8:08 pm | Permalink

      Ah, I geddit. The ql-cache directory didn’t exist. Cheers!

  28. Posted June 1, 2010 at 4:44 pm | Permalink

    Nice plugin, but on black background looks awful.

  29. Posted June 6, 2010 at 2:03 pm | Permalink

    Thanks Pavel. I’m using the LaTeX WordPress plugin on my blog. It looks great.

  30. Posted June 10, 2010 at 8:46 pm | Permalink

    Dear Pavel, thanks for a great plugin. It seems to work well on a few simple examples I’ve tried.

  31. Posted June 26, 2010 at 9:31 am | Permalink

    Thank you very much for your nice plugin.
    I have changed my WP to version 3.0.
    Since then the plugin has not worked.
    When I defiine a new command, the tex image seems not to be created.
    Please help me.

  32. hisham
    Posted July 1, 2010 at 3:30 am | Permalink

    hi
    would you show a few examples, see what I got:
     Q = 3.33 * ((BH) ^(3/2))

    the result in no 1.
    http://www.pdhsource.com/quiz-1115/
    see how the (3/2) starts fine then drops, it should be all in the power line.
    any advice
    same thing in no 12 in the page link above
    tx

  33. hisham
    Posted July 1, 2010 at 3:37 am | Permalink

    am using
      equation in the example above.

  34. hisham
    Posted July 1, 2010 at 3:38 am | Permalink

    sorry, the [math\ tag is used above

  35. Kim Kirkpatrick
    Posted July 1, 2010 at 4:14 am | Permalink

    @hisham

    The result is correct. For what I suspect you want, you need curly brackets around the exponent:
    ^{(3/2)}
    That is just basic TeX/LaTeX — has nothing to do with QuickLaTeX.

    • hisham
      Posted July 1, 2010 at 4:44 am | Permalink

      tx Kim, works fine
      is there any where i can read or see few examples for future issues.
      hisham

  36. Kim Kirkpatrick
    Posted July 1, 2010 at 5:14 am | Permalink

    If you are primarily using insertions into HTML (like QuickLaTeX), most of LaTeX is irrelevant. Do a web search on “latex math expression help”. Google gave me about a dozen useful links right at the top.

7 Trackbacks

  1. By Pineo.net, now with Latex! on July 19, 2009 at 9:05 am

    [...] (which happens to be a good approximation of the response function of simple cells in the primary visual cortex of the brain)  Well, the fact that WordPress plugins are a major reason I chose to use WordPress to create this site.  In particular, I chose the QuickLaTeX plugin availible here. [...]

  2. [...] mendapatkan plugin WP-QuickLatex ini, silakan kunjungi situs si pembuatnya di http://www.holoborodko.com atau melalui plugin search yang ada di dashboard WordPress [...]

  3. [...] mendapatkan plugin WP-QuickLatex ini, silakan kunjungi situs si pembuatnya di http://www.holoborodko.com atau melalui plugin search yang ada di dashboard WordPress [...]

  4. [...] WP QuickLaTeX lets me write math that doesn’t look like garbage. [...]

  5. By Math formulas with LaTeX | Single Point of Failure on December 2, 2009 at 10:26 pm

    [...] some strange topics on this blog, specially now that blog this supports Latex formulas using the WP-QuickLaTeX [...]

  6. By LaTeX Plugin : Code Obscurata on June 6, 2010 at 1:58 pm

    [...] Powered by QuickLaTeX.com” and QuickLaTeX as a WordPress plugin. [...]

  7. By Nth Root of N : Code Obscurata on June 8, 2010 at 5:10 am

    [...] Powered by QuickLaTeX.com” and QuickLaTeX as a WordPress plugin. [...]

Post a Comment

Your email is never published nor shared.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting