Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
faculty:denton:latex [2017/01/13 17:02] – localadmin | faculty:denton:latex [2017/01/13 17:02] (current) – [!BibTex author entries] localadmin |
---|
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. | 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> |