GeneralHow many sentences on one line?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
avp3000
Posts: 49
Joined: Thu Nov 15, 2007 4:22 pm

How many sentences on one line?

Post by avp3000 »

Hello,

I am starting to write an academic paper and although I have some experience with latex, it was primarily about doing slides with the foils packages, so I have several questions:

1. When I start a paragraph in Winedt I notice, that the whole paragraph would be counted as a single line if I don't hit the return button at any point. I am OK with this, but I just wanted to have your advices about how you do it - do you start each sentence in a new line (in the editor) or do you hit the return key only when starting a new paragraph or environment.

2. I have heard several time that it's not a good idea to modify the page margins. Could somebody give me a small link where I could read the reasons, as well as the most reasonable way to do it, if I decide I want it.

3. What is the best document class for an academical paper? It's shouldn't be very long (about 25-30 pages). I'm currently using "article".

4. Is it ok from a typographical point of view, that some letters kind of merge. For example, when writing the combination "fi" in a section heading, the top part of the "f" is at the same time the dot of the "i".

Thank you very much in advance. As I wrote in 2., I would be glad to even just have a link, where I could read about my questions, since probably I'm not the first to ask them and don't want to waste your time.

Best regards,
Alexander

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How many sentences on one line?

Post by gmedina »

2) Here you can find some reasons:
UK TeX FAQ - Changing margins in LaTeX.
In that page, at the bottom, you will find these useful links:
Packages to set up page designs.
How to set up page layout “by hand”

The geometry package facilitates changing the page layout. If you decide to use some of the document classes provided by the KOMA-Script bundle, then the typearea package can be useful.

3) Besides the standard LaTeX document classes (article,book, report) you could be interested in the document classes provided by the KOMA-Script bundle. The memoir class could be of interest also. It all depends on your needs.

4) If you want to prevent misplaced ligatures, you could try the delig package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
avp3000
Posts: 49
Joined: Thu Nov 15, 2007 4:22 pm

Re: How many sentences on one line?

Post by avp3000 »

Dear gmedina,

Thank you very much for your useful advices, I will have a look at the packages that you suggested.
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Re: How many sentences on one line?

Post by Juanjo »

Concerning the third question, I would recommend the standard article class or its analog in the KOMA-script bundle, the scrartcl class. Anyway, if you are considering submit your paper for publication, I would directly choose the class developed by the publisher. Elsevier, Springer, IEEE, AMS,..., almost every international publisher has its own series of LaTeX classes and packages. For a more precise advise, it would be convenient to know the journal you are thinking about, if any.

Concerning the first question, I think that it has only a sense if your tex files have to be read by others (coauthors, technical staff of the journal...) If not, do what you find more comfortable. In the first case, I'd strongly recommend to limit lines to 75 or 80 characters. Not every editor may behave as Winedt. A long paragraph (a single line in Winedt) may be cut in an impredictable way by a different editor or in a different platform, or may not be properly rendered. I would also use only spaces, not tabs, for indenting code and environments.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
avp3000
Posts: 49
Joined: Thu Nov 15, 2007 4:22 pm

Re: How many sentences on one line?

Post by avp3000 »

Dear Juanjo,
My paper is just for a course I attend, so the tex version is intended only for me. Thank you for the advices. I am not yet familiar with the KOMA script bundle, so I guess, I'll stay with article. As for the sentences on a line - since I'm the only person to read the tex file, than I'll write each paragraph in a single line. Thnak you.
Post Reply