summaryrefslogtreecommitdiff
path: root/_posts/2008-04-21-latex-the-word-processor-for-engineers-and-smart-people-too.html
blob: c160e158e89cdf0d3ef5450efe3d259f93a651d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: post
title: LaTeX - the word processor for engineers (and smart people too)
tags:
- Design
- Development
status: publish
type: post
published: true
meta:
  _edit_last: '1'
---
When i met <a href="http://nunojob.wordpress.com">Nuno Job</a>, we had a great time talking about technology and its future. He told me about <a href="http://latex-project.org">LaTeX</a>, a logical structure word processor. It allows people to write documents, books, reports, articles, you name it, through proper source code.  <!--more-->This means a lot of things to me:
<ol>
	<li>The code stays organized, which means the result document stays organized.</li>
	<li>No templates; or in other words, one single template.</li>
	<li>Want to pass the document through the network? Just a few KB instead of almost 1MB...!</li>
</ol>
Despite the LaTeX distribution being larger than a CD (at least for Mac OS, the Windows version is slightly smaller), it's worth it, especially if you're in a team in which everyone has to write a piece of a written delivery. I remember I had to spend almost two hours to format every piece into one big furball. Sounds kind of messy, huh?  Try gathering up a team, each one writes a piece of the document at their own way and then try using LaTeX. Your conclusions should be the same as mine. :D