Live data from Hacker News

The price of a messy codebase: No LaTeX on the iPad

vallettaventures.tumblr.com

11–20 of 247 posts

Re: The price of a messy codebase: No LaTeX on the iPad

#11
post #2

I was agog when I downloaded the LaTeX binary install for my new Mac a few years ago and discovered how massive it was. LaTeX is almost as big as the entire operating system disk! What on earth is in there?

I can suggest the BasicTeX distro; it's only 69MB, and has always been sufficient for my (admittedly rather basic) TeX needs.

http://www.tug.org/mactex/morepackages.html

Re: The price of a messy codebase: No LaTeX on the iPad

#12
post #2

I was agog when I downloaded the LaTeX binary install for my new Mac a few years ago and discovered how massive it was. LaTeX is almost as big as the entire operating system disk! What on earth is in there?

Vast numbers of packages to do just about anything you could possibly want.....

Things like inserting graphics with text flowing around them (picins), or document classes for resumes,or textpos (for absolute text positioning), or......

Basically you have nearly two thousand such packages in TexLive......

Re: The price of a messy codebase: No LaTeX on the iPad

#13
Hear, hear! This post provides a perfect example of the utter failure of software engineering in the real world. I am reminded of it every time I try to install software, with all the ridiculous dependencies and multiple versions. Instead of addressing the serious foundational issues facing software development and architecture, the geniuses are busy inventing the latest, greatest programming language, creating even more problems.

Computer science and engineering departments should use these situations to train their students.

Re: The price of a messy codebase: No LaTeX on the iPad

#14
post #3

how about making an app that just stores the .tex files, and to convert them to pdf or something, the .tex file gets sent to a server

This is an interesting solution, because the problem is that the original codebase is messy and therefore not portable. It seems to happen to most software as it ages.

Putting it on a server makes the architecture more robust against messy code (and changes in programming languages and environments), because pieces can be changed independently.

Re: The price of a messy codebase: No LaTeX on the iPad

#18
post #3

how about making an app that just stores the .tex files, and to convert them to pdf or something, the .tex file gets sent to a server

that doesn't solve the OP is really talking about, it merely moves it around.

why not? As I understand it, it would, as there would be no need to port (La)Tex to anything: just deploy it in a jailed environment on the server, and the thing you need to have on the ipad is a text editor and a pdf viewer.

It does not solve the problem of writing TeX on an iPad offline, obviously.

Re: The price of a messy codebase: No LaTeX on the iPad

#20

LaTeX can't be 4GB. I think it is being confused with TexLive? You don't need all of TexLive to make LaTeX documents....

There certainly must exist some reasonable snapshot that is less than 4GB as I ran Tex on a computer with less than a 1GB HD in the distant past -- and it didn't consume most of the HD at the time.
Post reply on HN