English 中文(简体)
What s the most straightforward way to typeset MLA-style college essays in LaTeX?
原标题:

I ve been using LaTeX for a little while now to typeset my algorithms homework, and I really like the quality of the output as well as the ease-of-use. I d like to starting using LaTeX in other classes as well, but non–computer-science subjects have more stringent formatting requirements than I ve come across in CS. Most classes that require essays want them to be formatted in MLA style, but I m not sure what to best way to do that using LaTeX is. I ve tried Googling "latex mla" and other similar things, but I ve found many different MLA templates, and my LaTeX skills aren t good enough to determine which is the best. Is anyone else using LaTeX for "normal" essays, and, if so, how are you doing it?

最佳回答

This is definitely one of the problems with latex at the moment - it s hard to create exact document styles from scratch.

It may be that your school has templates somewhere - my uni certainly had them.

I would have thought the MLA package on CTAN was likely to be of high quality: http://www.ctan.org/tex-archive/macros/latex/contrib/mla-paper/

(CTAN is the TeX network, and it s useful for finding more packages)

问题回答

I know this may seem like a late reply, but I think it would help people who are still seeking a good answer to this question. I found this package online called MLA13 that does everything for you. I used it in quite a few of my papers already. The thing that s good about it is that it uses your .bib files and formats everything according to MLA standards.

The website for this is:

Documentation: https://github.com/jackson13info/mla13/blob/master/Documentation.pdf

Download the Sty File: https://github.com/jackson13info/mla13/blob/master/mla13.sty

Github: https://github.com/jackson13info/mla13

You should google "bibtex mla" since bibtex handles references and biblographic information. My first google turned up http://www.reed.edu/cis/help/latex/bibtexstyles.html, which shows an MLA formatted style that looks correct (I was an english major :P, I wish I would have known about latex in college)

EDIT: This site looks awesome: put in the ISBN number, and then you can export straight to the bibtex format. Wish I would have had this in college too, as manual formatting of refs always took me a long time and it was annoying as all hell. http://www.ottobib.com/





相关问题
How to make all text upper case / capital?

I want all texts in TextBlock, Label, MenuItem.Header to be displayed in upper case. The strings are taken from a ResourceDictionary e.g.: <TextBlock Text="{StaticResource String1}"/> <...

New Line Haskell

Hey。 关于本周的辅导,其中一个问题要求采用其他功能格式Line和格式List编制一个行文清单,从而形成一种功能格式。

Formatting comments in LaTeX s algorithmic environment

I want to typeset an algorithm in LaTeX. I m using the algorithmic package and environment to do so. Everything is working great except when I add comments (using COMMENT), they are output ...

How can I format columns without using Perl s format?

Often in Perl I want to print out column/row data, say, from a hash. This is simple: foreach my $k(keys %h) { print $k, " ", $h{$k}, " "; } However, if the key happens to have ...

NSDateFormat, super simple! Where am I screwing up?

Ok, this is really simple, maybe I m a getting a bit burnt out, but seems like it should work, Query XML feed, put out date string, format, display in a cell. The issue is I m a getting a NULL ...

A "safe" python HTML text formatting (ala textile)

I ve been looking around for an existing python library in the style of textile to format text for users to enter. If it was just me entering it, just textile would have been fine, but since the ...

热门标签