Recover Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttp://yahoo.com/
Integration
3rd Party Links *
Videos featuring the Editor *
* Warning: CodeCogs is not responsible for content on external sites.
Products » Equation Editor »

History

Written by

Translations by


  • v1 - Developed during 2006-2007. First HTML LaTeX Editor with a toolbar of common LaTeX commands.
  • v2 - 16 Jan 2008. Completely new toolbar with drop panels to provide a more extensive set of options and flexibility. Also added a history and favourites, and incorporated Javascript improvements by Thornahawk. LaTeXRender was also enhanced to allow equations to be generated cleanly through the URL.
  • v2.01 to v2.05 - 10 Jul 2008. Series of minor adjustments to toolbar graphs, javascript and commands. New checkbox options for 'inline' and 'compressed' formula types added to improve flexibility.
  • v2.1 - Autumn 2008. Support for wide range of graphics formats, including vector-based flash files and PDFs.
  • v2.5 - November 2008. Automatic rendering added along with Undo/Redo and enlarged hover-overs. Quick javascript installation added, allowing editor to work on any website.
  • v2.6 - Background colors can now be changed to black, white, red, green, or blue.
  • v2.7 - 18 Jan 2009. Introduction of example equation sets for a variety of different subjects. Also a new and improved History and Favorites option. Launch of latex.codecogs.com, which would become the overall home for this editor.
  • v2.8 - 26 Jan 2009. New equation panels with a broader range of options.
  • v2.9 to v2.95 - Spring 2009. Automatic equation rendering. Support for SWF and EMF equation formats. Automatic equation brackets. Different font faces. Integration with TiddlyWiki.
  • v3 - Jan 2011. Introduction of Variable Designs so editor can be customised. New Editor integration API, allowing the editor to be fully integrated into other HTML pages.
  • v3 + - Feb 2011. Integration with TinyMCE, CKEditor, and CuteEditor.
 

Page Comments

 
Page:  

sflothow\′s Photo
12 Oct 11, 8:25PM
URL encoding
The editor at http://www.codecogs.com/latex/eqneditor.php creates rather questionable URLs for the rendered images - characters such as {}^ should be percent encoded according to section 2 of RFC 3986. While the URLs do work within an HTML page, the lack of encoding creates problems when passing them on via instant messages, forums, etc.
jbrunn\′s Photo
18 Aug 11, 6:01PM
(1 reply)
CKEditor and null currentInstance
I was working with a particular application that uses the CKEditor, and was getting a JS exception indicating a variable was null inside the formula editor when I tried to save the formula back to the editor.

It looks like the editor was doing this: exec : function(editor, latex) { currentEdit=CKEDITOR.currentInstance;

When it might have been better to do this? exec : function(editor, latex) { currentEdit = editor; if (!currentEdit) { currentEdit=CKEDITOR.currentInstance; }

The editor is passed into the exec function, so there really shouldn't be a need get it it from the CKEDITOR I think? ...even if there is in some cases, might be better to use that only as a fail-safe?

Thanks for the great formula editor!
CodeCogs\′s Photo
1 Sep 11, 2:18PM
Thanks for your suggestion - I'll implemented this shortly for testing.

My apologise for the long delay in replying - We've been on a summer break.

Will.
lfahlberg\′s Photo
1 Apr 11, 12:01PM
(8 replies)
Thank you and please add more colors
An absolutely great, easy to use Equation Editor. Thank you!!! Colors make correspondence between the parts of the math easier for reader. Please add more colors. (I think you only have blue, red, green, white, yellow, black).
CodeCogs\′s Photo
2 Apr 11, 8:44AM
The colours you've listed are our background colour range, except yellow.

I've increase the range of foreground colours to include:
  • red
  • green
  • blue
  • cyan
  • yellow
  • magenta

To implement these for the background requires a lot more work, and will be included in our next revision of the backend engine. There are several things happening to this, so this will take a few weeks. Before we get to that, what other colours should we consider.

I personally don't want an infinite list, but perhaps 10-12 is reasonable within a dropdown. So what should these be?
lfahlberg\′s Photo
2 Apr 11, 7:15PM
Thanks so much! I just wanted foreground colors. Here are the ones I use that show up well and work for the colorblind too. Teal #008080 Purple #800080 Olive #808000 Navy #000080 Maroon #800000 --- Darkorange #FF8C00 DarkGoldenRod #B8860B DeepPink #FF1493 --- ... and the ones you said: magenta, green, blue, red Again, thank you!

BTW: I don't mind if they are not in the drop down menu - if I can type them in that is fine with me.
CodeCogs\′s Photo
2 Apr 11, 10:31PM
Hi,

The following colors are now available:

Apricot Aquamarine Bittersweet Black Blue BlueGreen BlueViolet BrickRed Brown BurntOrange CadetBlue CarnationPink Cerulean CornflowerBlue Cyan Dandelion DarkOrchid Emerald ForestGreen Fuchsia Goldenrod Gray Green GreenYellow JungleGreen Lavender LimeGreen Magenta Mahogany Maroon Melon MidnightBlue Mulberry NavyBlue OliveGreen Orange OrangeRed Orchid Peach Periwinkle PineGreen Plum ProcessBlue Purple RawSienna Red RedOrange RedViolet Rhodamine RoyalBlue RoyalPurple RubineRed Salmon SeaGreen Sepia SkyBlue SpringGreen Tan TealBlue Thistle Turquoise Violet VioletRed White WildStrawberry Yellow YellowGreen YellowOrange

as described on this page: http://en.wikibooks.org/wiki/LaTeX/Colors

Lets pick a subset of these to include in the dropdown.
lfahlberg\′s Photo
3 Apr 11, 10:07AM
Again - I thank you so much for working on this. It means a lot to me.

But dang, I was so hoping that those 68 colors weren't the choices. I had found that page too and started to work from there when you asked. They are so horrible. Many look the same, few are really visible on a webpage and many "good" colors are missing. That is why I wrote my list and hoped it would be possible.

For those of you who want to see the "68" colors in action, I made up a webpage with formulas: http://geogebrawiki.wikispaces.com/ColorCogs+EE

But - in any event - I really appreciate you adding these colors! If no one else replies, I will get back to you with my subset :)
CodeCogs\′s Photo
3 Apr 11, 1:02PM
There really is no pleasing some people ;)

I didn't look close enough at your selection, but I take the point. This isn't as painful to do as I had feared so lets pull together a definitive list of extras and ditch the "68". So building on your list with a few minor changes:

  • Defaults: Red, Blue, Green, Cyan, Yellow and Magenta
  • Teal #008080
  • Purple #800080
  • Navy / DarkBlue #000080
  • Maroon / DarkRed #800000
  • Orange #FF6600 <- prefer this to #FF8C00
  • DarkOrange #cc3300
  • Golden #B8860B <- does anyone ever really use this (and can we just called it Golden)
  • Pink #FF1493 <- what does a normal pink look like?
  • DarkGreen #0080000
  • Orchid #9900cc <- guess thats the name
  • Emerald #00cc99

I think I favour simpler names, like Dark Red over Maroon as it makes translation to other languages easier.

lfahlberg\′s Photo
3 Apr 11, 5:46PM
That works for me! Great and again my many, many thanks. P.S. I use Golden or rather the similar but a bit greener DarkYellow (#808000) all the time.
lfahlberg\′s Photo
13 Apr 11, 9:26AM
Sorry to be a bother - Did you have to revert to the 68 LaTeX? I am not getting the above colors to work now, but the 68 appear to be working.
CodeCogs\′s Photo
13 Apr 11, 8:46PM
Ok. The new colors have been implemented. The default 68 are no longer available.
dragonias.kami\′s Photo
8 Mar 11, 12:18PM
(1 reply)
Awesome! (Especially defining formulas in the URL, but the UI itself is great too) Thank you!
kreut\′s Photo
10 Mar 11, 12:19PM
The new TinyMCE interface blows my mind. :)

Keep up the great work....
 Format Excel Equations

  You must login to leave a messge