Posts

Showing posts from May, 2015

Website Collections for Students

https://www.e-education.psu.edu/styleforstudents

Table Formatting in Latex for Academic Paper

Image
Table Formatting in Latex for Academic Paper Tables Special Thanks to Andy Roberts for writing this article In academic writing, tables are a common feature, often for summarising results from research. It is therefore a skill that needs mastering in order to produce good quality papers. However, if there is one area about Latex that I feel is the least intuitive, then I am afraid that this is it. Basic tables are not too taxing, but you will quickly notice that anything more advanced can take a fair bit of construction. So, we will start slowly and build up from there. The Tabular environment To begin, we shall first get familiar with some Latex terminology. An environment in Latex is a special declaration for formatting specific types of text. For example, in the bibliographies tutorial the abstract environment was introduced, so that the abstract of the paper could be formatted differently that the main body of text. All environ

Latex Tips for publishing papers

LaTeX tips to meet publication page limits Any print publication will naturally have a page limit for articles it publishes. I use LaTeX for typesetting my papers, and I’ve put together here a collection of tricks I use to squeeze space out. I’ve sorted them roughly in decreasing order of effectiveness. Do this first Decrease the document’s font size to the lowest allowed size. For example, \documentclass[10pt]{article} reduces your document’s font to 10 points if you’re using the article document class. If you’re using the article document class, add \usepackage{fullpage} to your preamble. As its name suggests, this package shrinks the margins and uses more of each page. Convert display math ( equation, eqnarray , etc.) to inline math ( $ $ ), wherever possible. Decrease the font size used for references It is common for print journals to use a smaller font for references than normal text. But the default style files for conference papers (like ACM ‘s sig