Login

Welcome, Guest. Please login or register.

June 23, 2025, 02:00:37 am

Author Topic: Getting our own LaTeX  (Read 1973 times)  Share 

0 Members and 1 Guest are viewing this topic.

Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • School: Kambrya College
  • School Grad Year: 2008
Getting our own LaTeX
« on: February 17, 2011, 09:44:07 pm »
As I understand it right now, LaTeX is still running off daniel15's server. There have been quite a few occasions where LaTeX was temporarily down. Should we spend some time to get this running our own servers, or even just use the Google API?

[It is currently down, and quite annoying]
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

jaccerz

  • Victorian
  • Trendsetter
  • **
  • Posts: 160
Re: Getting our own LaTeX
« Reply #1 on: February 17, 2011, 09:46:23 pm »
wtf is latex?

goals
nat pol = 42+
international studies = 30+
Engrish = 30+
Legal studies = who cares

Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • School: Kambrya College
  • School Grad Year: 2008
Re: Getting our own LaTeX
« Reply #2 on: February 17, 2011, 10:49:54 pm »


Math typesetting in posts, extremely useful and very popular.
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

jaccerz

  • Victorian
  • Trendsetter
  • **
  • Posts: 160
Re: Getting our own LaTeX
« Reply #3 on: February 18, 2011, 12:26:22 am »
ahhhh. i see.
goals
nat pol = 42+
international studies = 30+
Engrish = 30+
Legal studies = who cares

Russ

  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 8442
Re: Getting our own LaTeX
« Reply #4 on: February 18, 2011, 09:25:04 am »
quadratic formula!

not that I ever use latex though, either here or for work, so I have no idea what the dropouts are like

dcc

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1198
  • School Grad Year: 2008
Re: Getting our own LaTeX
« Reply #5 on: February 22, 2011, 02:48:14 pm »
Assuming they have (shell) access to the server, then it would be trivial to set such a thing up.  In Year 12 I wrote a progressive LaTeX renderer with HTML/JS/PHP and that was dead easy - I don't think it'd be too much trouble.  But you might want to host it on a different subdomain (like tools.atarnotes.com or latex.atarnotes.com), for performance reasons (keeping static (with respect to the users login) content on a different subdomain means the user doesn't have to send their cookies with every request for an image (of which there might be many for a sufficiently complicated mathematical derivation), saving a whole bunch of overhead and a little bit of $$).
« Last Edit: February 22, 2011, 02:49:58 pm by dcc »

Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • School: Kambrya College
  • School Grad Year: 2008
Re: Getting our own LaTeX
« Reply #6 on: February 22, 2011, 03:26:12 pm »
Assuming they have (shell) access to the server, then it would be trivial to set such a thing up.  In Year 12 I wrote a progressive LaTeX renderer with HTML/JS/PHP and that was dead easy - I don't think it'd be too much trouble.  But you might want to host it on a different subdomain (like tools.atarnotes.com or latex.atarnotes.com), for performance reasons (keeping static (with respect to the users login) content on a different subdomain means the user doesn't have to send their cookies with every request for an image (of which there might be many for a sufficiently complicated mathematical derivation), saving a whole bunch of overhead and a little bit of $$).
Yeah, I can't imagine it being too difficult to deploy, esp considering dan knows the webhost.
But then judging by the volume of traffic on the maths boards, it'll be much cheaper to just use the google api, which will be dead easy to script (tex -> uri compatible -> google charts url embedded img), this doesn't even need any mods on the server!
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

dcc

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1198
  • School Grad Year: 2008
Re: Getting our own LaTeX
« Reply #7 on: February 22, 2011, 03:35:24 pm »
http://stackoverflow.com/questions/516406/latex-equivalent-to-google-chart-api

read a few of the top results - the google API isn't as beautiful as some of the others :D