LaTeX What is the best book for learning LaTeX as a beginner?

  • Thread starter Thread starter nickadams
  • Start date Start date
  • Tags Tags
    Book Latex
AI Thread Summary
For beginners learning LaTeX, it's recommended to start by typing assignments or retyping handwritten notes instead of taking live notes during lectures, as this can hinder comprehension. While some suggest that books may not be necessary due to the abundance of online resources, having a good editor with keyboard shortcuts can enhance the learning experience. Users mention various editors like LEd, Texmaker, and Kile, each with its own pros and cons. Defining shortcuts for common commands can significantly improve efficiency in LaTeX. Overall, building good typing habits and practicing with LaTeX software is crucial for mastering the typesetting language.
nickadams
Messages
182
Reaction score
0
what is the best book for a complete beginner to learn latex? I have a little bit of coding experience in MATLAB from a 1 semester intro course but other than that I know nothing about programming.

I really want to learn latex though so I can take notes in math classes on my laptop :wink:
 
Physics news on Phys.org
Taking notes on your laptop, and furthermore typesetting them in LaTeX in class is terribly inefficient and generally a bad idea. You'll spend more energy on the typesetting than absorbing the lecture content, and, depending on the lecture, you likely won't be able to keep up.

However, LaTeX is an extremely useful typesetting language when writing assignments, so I reccomend you learn it.
 
Last edited:
I agree with espen. It's a bad idea. Just make notes with a pen and paper, and type them up afterwards if you think there's something there worth saving.

I don't think you need a book actually, but having one can't be a bad idea. The first thing you should do is to download some LaTeX software, create a document and start typing stuff into it. When there's something you don't know how to do, Google it.
 
  • Like
Likes Demystifier
There are many people (mostly grad students) who live-Tex their class notes. This is not an unreasonable thing to do if:
a) you are a very good typist
b) you are very fluent in Latex

Try doing your assignments in Latex first. I am pretty good at bashing out Latex, but would never do it in lectures, myself.

However, you can check out these tips if you are keen:
http://stacky.net/wiki/index.php?title=Advice_on_real-time_TeXing
http://annoyingpi.wordpress.com/2010/07/30/a-live-texing-experiment/

There is also the first post in this thread:
http://mathoverflow.net/questions/12638/taking-lecture-notes-in-lectures/12673

As for books, why bother? The net is full of Tex advice.
 
Last edited:
Sankaku said:
There are many people (mostly grad students) who live-Tex their class notes. This is not an unreasonable thing to do if:
a) you are a very good typist
b) you are very fluent in Latex

Try doing your assignments in Latex first. I am pretty good at bashing out Latex, but would never do it in lectures, myself.

However, you can check out these tips if you are keen:
http://stacky.net/wiki/index.php?title=Advice_on_real-time_TeXing
http://annoyingpi.wordpress.com/2010/07/30/a-live-texing-experiment/

There is also the first post in this thread:
http://mathoverflow.net/questions/12638/taking-lecture-notes-in-lectures/12673

As for books, why bother? The net is full of Tex advice.

thanks for your response, and you I think I will start out typing assignments or retyping my handwritten notes until I get up to a decent speed. From your posts it looks like you can have shortcuts (macros I think they called it?) for common symbols or whatever so I will have to look into that.
 
nickadams said:
thanks for your response, and you I think I will start out typing assignments or retyping my handwritten notes until I get up to a decent speed. From your posts it looks like you can have shortcuts (macros I think they called it?) for common symbols or whatever so I will have to look into that.

Yes, you can define your own (shorter) commands for commonly used ones. That helps a lot, even for assignments. Having a good editor is important as well, since it should have built-in keyboard shortcuts for many things.

Try to build good typing habits. I never kept the discipline long enough and my speed plateaued because of poor form.
 
Sankaku said:
Yes, you can define your own (shorter) commands for commonly used ones. That helps a lot, even for assignments. Having a good editor is important as well, since it should have built-in keyboard shortcuts for many things.

Try to build good typing habits. I never kept the discipline long enough and my speed plateaued because of poor form.


what editor do you recommend?
 
I use LEd and Texmaker. Both work fine for me.
 
  • #10
I'm using LEd. I like it enough to not want to switch, but I've had some difficulties with it. I remember that when I first installed it, I had some issues getting everything to work, and when I tried to do it months later on another computer, I wasn't able to get the previewer to work. It also has a feature that can be really annoying. When I type stuff involving ^ and I do something wrong...I think it's when I hit the spacebar before releasing the ^ key, a large section of text is highlighted and then deleted when I press the next key. (Fortunately, there's an "undo" feature as well). Also annoying is that it doesn't save any configuration settings. If I want something changed, I have to change it every time.

There are other threads where LaTeX software is discussed, so you could try a search.
 
  • #11
nickadams said:
what editor do you recommend?

I use Kile (under Linux/KDE) with Okular as my viewer. I understand that Texmaker has a similar layout but is cross-platform. I have only poked at it for a few minutes, though.
 
Back
Top