User Tools

Site Tools


faculty:denton:latex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
faculty:denton:latex [2017/01/13 16:59] – created localadminfaculty:denton:latex [2017/01/13 17:02] (current) – [!BibTex author entries] localadmin
Line 1: Line 1:
 ===== Sample files ===== ===== Sample files =====
  
-Attached are sample files for writing a paper({{:faculty:denton:samplefiles.zip|SampleFiles}}).  Please use these regardless of whether you expect your paper to be submitted to a conference or journal.  +Attached are sample files for writing a paper ({{ :faculty:denton:samplefiles.zip |SampleFiles}}).  Please use these regardless of whether you expect your paper to be submitted to a conference or journal.  
  
 Please make sure to delete anything that acts as placeholder, such as "Our Great Algorithm" and also examples that I left in there from a previous paper.  Those are intended to let you see how to write things in LaTeX. Please make sure to delete anything that acts as placeholder, such as "Our Great Algorithm" and also examples that I left in there from a previous paper.  Those are intended to let you see how to write things in LaTeX.
Line 9: Line 9:
 In the format of those files, a conference paper is approximately 28 pages in length and a journal paper approximately 40 pages.  Note that if you have had a conference paper accepted, you typically would have to add about 40% which results in a journal paper of about 56 pages.  (This is considered long by most journals to which we submit, in particular KAIS and DKE, causing one of those dilemmas of publishing.  Notice that workshop papers are often shorter, which decreases this problem.  However, I do not travel oversees to only present a workshop paper.) In the format of those files, a conference paper is approximately 28 pages in length and a journal paper approximately 40 pages.  Note that if you have had a conference paper accepted, you typically would have to add about 40% which results in a journal paper of about 56 pages.  (This is considered long by most journals to which we submit, in particular KAIS and DKE, causing one of those dilemmas of publishing.  Notice that workshop papers are often shorter, which decreases this problem.  However, I do not travel oversees to only present a workshop paper.)
  
 +===== Font size issue =====
  
 +Sometimes there is a problem using <notwiki>LaTeX</notwiki> to create first a .ps document and then a .pdf document where the font size shrinks.  This was found to  be caused by an A1 paper setting in the dvips command which causes this behavior.  Use "''dvips -t letter <filename>''" to resolve.
 +
 +===== !BibTex author entries =====
 +
 +''{ firstname lastname and firstname lastname ... }'' To cause the correct placement of "et al" use "''and others''" in the author entry.
 +
 +===== Escape italics in Definition =====
 +  
 +If you are using an environment such as "definition" or "theorem" and you want to escape the italics formatting use: <code> \textnormal{my text} </code>  Within a math environment you can also use <code> \mbox{} </code>
faculty/denton/latex.1484348354.txt.gz · Last modified: by localadmin