LaTeX Im an Electric Engineer student, should i start learning latex?

AI Thread Summary
Learning LaTeX is highly recommended for electrical engineering students, especially for publishing articles and creating well-formatted documents. While it has a steep learning curve, many find it manageable, particularly if they have some programming experience. The advantages include excellent reference management, document organization, and high-quality output, although it can be complicated for beginners. Some users suggest starting with LaTeX for assignments to ease into it, while others note that it may not be necessary outside of physical sciences. Overall, mastering LaTeX can significantly enhance document presentation and efficiency in academic work.
SuperMiguel
Messages
109
Reaction score
0
Im an Electric Engineer student, should i start learning latex??

Im an Electric Engineer student, should i start learning latex??
 
Physics news on Phys.org


If you want to publish articles or make really nice papers of any kind, then yes, absolutely.
 


How hard/easy is to learn it?
 


You can find plenty of 'introduction to LaTeX' documents online. You'll need to run it somehow; if you have a Linux operating system it's probably already installed, if you have a Mac, download TeXShop, and if you're running Windows, try MikTex. It can have a steep learning curve for many people, and continue to frustrate long after, but does produce nice results, and most of my students picked it up fairly quickly.
 


eri ^ has a good response also.
SuperMiguel said:
How hard/easy is to learn it?
If you have any programming experience then it'll be a breeze. Otherwise, its a steep but brief learning curve; with LOTS of tutorials and help out there (not to mention templates).

I'd recommend: the next time you have a paper or homework set or something, just type it up in latex; I think that's the easiest way to learn--pick up the pieces that you need to use at any given time.

Good luck!
 


It's really not that hard to learn. And the end result is so worth it, if you're a aesthetic freak like I am :). Regardless, it's pretty much essential if you end up publishing or communicating using lots of math.
 


SuperMiguel said:
Im an Electric Engineer student, should i start learning latex??

It depends on a few things. Though, when I started working with non-physics departments, it really surprised me to discover that hardly anyone outside of the physical sciences/mathematics actually uses latex - so it is by no means necessary.

That said, I love latex (:smile:). It is a fantastic tool, and is exceptional if you're writing a particularly large document or something that is likely to need heavy editing.

Advantages:
1. References are phenomenal. They auto-update, and bibtex saves typing all of the details of a paper you've read in.
2. It looks great.
3. It becomes extremely easy to organise large documents. Once you've finished with a section, you can simply comment it out of the compilation process and ignore it until you're finished the whole thing. You can split sections (or whatever denomination you chose) into different files. Then, if you decide sections need switching -you just change the order the files are used. No messy copy/pasting.

Disadvantages:
1. References are now acceptably good in Microsoft Word, or with EndNote. (This isn't really the disadvantage, the disadvantage is that latex is far more complicated - and you can get the same result easily with a WSYWIG.)
2. There will be many moments that will cause you to lose hair. Things like adding in pictures is no longer simple (I'm sure there will be arguments here.. but for someone starting out, it can be infuriating). Tables are not particularly easy to make, though there are macros that will convert an excel table, for instance.
3. It takes a long time to become familiar with. I've been using latex to write papers for years, back since my undergraduate and I still regularly find things I don't know how to do.
4. Finding the answer is rarely easy. For basic questions, there are hundreds of resources out there - wikibooks is an amazing source of information to start with. But, when you want to start messing with custom formatting, it can quickly become a nightmare. So, it depends how much value you assign to each of the advantages and disadvantages. There are of course more, but I'm tired and have just finished writing a paper in latex so I'm trying to avoid thinking about it too much.

To answer your question more directly: don't learn latex simply because you're an EE student. It isn't necessary and it won't cause you any problems if you don't. If you're interested in making things look a little (lot?) nicer and don't find learning a new language/debugging too upsetting, then go for it.
 


zhermes said:
eri ^ has a good response also.

If you have any programming experience then it'll be a breeze. Otherwise, its a steep but brief learning curve; with LOTS of tutorials and help out there (not to mention templates).

I'd recommend: the next time you have a paper or homework set or something, just type it up in latex; I think that's the easiest way to learn--pick up the pieces that you need to use at any given time.

Good luck!

I got no programming experience and I started using Latex and Mathematica and I am doing very well. If the OP is proficient with math, its a walk in the park (I think my idiom is wrong). You don't even need programming experience.
 


Let me put in a little plug:
http://tex.stackexchange.com/
Great place to ask questions (especially the "how do I do ____" sort that tend to be really annoying with LaTeX), plus there's a fair amount of information about why you should use LaTeX, who else uses it, where to go to learn the basics, etc. from the questions that people have already asked.

Disclaimer: I'm a happy member of that site but otherwise not affiliated with it.

P.S. gretun: if by "walk in the park" you meant "very easy", that is indeed the right idiom.
 
  • #10


im using a mac so which editor should i use? TeXShop or texmaker?
 
  • #11


I'm using TeXShop on my Mac, and I'm very happy with it. If you will be dealing with references (and who doesn't?) I highly recommend the free software BibDesk to help you organize them.
 
  • #12


eri said:
I'm using TeXShop on my Mac, and I'm very happy with it. If you will be dealing with references (and who doesn't?) I highly recommend the free software BibDesk to help you organize them.

how do i run spell check on TeXShop?
 
  • #13


SuperMiguel said:
im using a mac so which editor should i use? TeXShop or texmaker?

Throw your mac away. No no no, I am kidding, I envy you though.

Just download the programs.
 
  • #14


SuperMiguel said:
how do i run spell check on TeXShop?

Edit>Check spelling

SuperMiguel said:
im using a mac so which editor should i use? TeXShop or texmaker?

I use texmaker, though used to use texshop (I changed a while back, and can't really remember why!)
 
  • #15


cristo said:
I use texmaker, though used to use texshop (I changed a while back, and can't really remember why!)
Do you know off hand what some of the differences are?
 
  • #16


zhermes said:
Do you know off hand what some of the differences are?

bump on this question
 
  • #17


I do no use any sort of LaTeX WYSIWYG, just a plain text editor (ViM). If you want to use LaTeX, there is no need to use anything else. Might make life easier in some regards, but you can live perfectly well without it.
 
  • #18


To OP
I am also an electrical engineering student. From my experience, \LaTeX is the one of the must things a student should learn and use.
It has made my life easier though initially I found it hard to use. I use MikTek 2.7 and Technic center. It makes me writing technical articles, presentations a pleasure experience. The most important thing is re-usability. What we type in one document can be used as it is (or with little modification) in a different template/class file.

I enjoy working in \LaTeX, and I recommend strongly you to start using it as soon as possible.
 
  • #19


n.karthick said:
To OP
I am also an electrical engineering student. From my experience, \LaTeX is the one of the must things a student should learn and use.
It has made my life easier though initially I found it hard to use. I use MikTek 2.7 and Technic center. It makes me writing technical articles, presentations a pleasure experience. The most important thing is re-usability. What we type in one document can be used as it is (or with little modification) in a different template/class file.

I enjoy working in \LaTeX, and I recommend strongly you to start using it as soon as possible.

so you use TeXworks as your editor?
 

Similar threads

Replies
11
Views
3K
Replies
1
Views
2K
Replies
9
Views
2K
Replies
3
Views
2K
Replies
12
Views
2K
Replies
8
Views
3K
Replies
8
Views
3K
Back
Top