Random Linux Technical Material

Read the disclaimer first!

Kile Configuration

For letter paper size, the correct configuration for Kile is:

Settings -> Configure Kile - > Tools -> Build -> DVItoPS -> Options: -t letter -o '%S.ps' '%S.dvi'

Settings -> Configure Kile - > Tools -> Build -> QuickBuild -> Latex+DVItoPS+ViewPS



Embed All Fonts in PDF

This is a very common and annoying problem. Common fonts (Base 14 fonts such as Times, Helvetica, Courier, etc.) are not normally embedded in a PDF file. To embed all fonts in a PDF file use the following:

ps2pdf command

ps2pdf -dPDFSETTINGS=/prepress -dSubsetFonts=true source.ps destination.pdf

Kile Configuration

Settings -> Configure Kile - > Tools -> Build -> PStoPDF ->

Command: ps2pdf

Options: -dPDFSETTINGS=/prepress -dSubsetFonts=true -dEmbedAllFonts=true '%S.ps' '%S.pdf'


The "-dPDFSETTINGS=/prepress" option is absolutely necessary!



Bibtex Fields

Entrie Fields
article An article from a journal or magazine. Required fields: author, title, journal, year. Optional fields: volume, number, pages, month, note.
book A book with an explicit publisher. Required fields: author or editor, title, publisher, year. Optional fields: volume or number, series, address, edition, month, note.
booklet A work that is printed and bound, but without a named publisher or sponsering institution. Required field: title. Optional fields: author, howpublished, address, month, year. note.
conference The same as INPROCEEDINGS, included for Scribe compatibility.
inbook A part of a book, which may be a chapter (or section or whatever) and/or a range of pages. Required fields: author or editor, title, chapter and/or pages, publisher, year. Optional fields: volume or number, series, type, address, edition, month, note.
incollection A part of a book having its own title. Required fields: author, title, booktitle, publisher, year. Optional fields: editor, volume or number, series, type, chapter, pages, address, edition, month, note.
inproceedings An article in a conference proceedings. Required fields: author, title, booktitle, year. Optional fields: editor, volume or number, series, pages, address, month, organization, publisher, note.
manual Technical documentation. Required field: title. Optional fields: author, organization, address, edition, month, year, note.
mastersthesis A Master’s thesis. Required fields: author, title, school, year. Optional fields: type, address, month, note.
misc Use this type when nothing else fits. Required fields: none. Optional fields: author, title, howpublished, month, year, note.
phdthesis A PhD thesis. Required fields: author, title, school, year. Optional fields: type, address, month, note.
proceedings The proceedings of a conference. Required fields: title, year. Optional fields: editor, volume or number, series, address, month, organization, publisher, note.
techreport A report published by a school or other institution. Required fields: author, title, institution, year. Optional fields: type, address, month, note.
unpublished A document having an author and title, but not formally published. Required fields: author, title, note. Optional fields: month, year.
book A book with an explicit publisher. Required fields: author or editor, title, publisher, year. Optional fields: volume or number, series, address, edition, month, note.
book A book with an explicit publisher. Required fields: author or editor, title, publisher, year. Optional fields: volume or number, series, address, edition, month, note.


Field Discription
address Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.
annote An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.
author The name(s) of the author(s), in the format described in the LATEX book. Remember, all names are separated with the and keyword, and not commas.
booktitle Title of a book, part of which is being cited. See the LATEX book for how to type titles. For book entries, use the title field instead.
chapter A chapter (or section or whatever) number.
crossref The database key of the entry being cross referenced.
edition The edition of a book for example, “Second”. This should be an ordinal,and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.
editor Name(s) of editor(s), typed as indicated in the LATEX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.
howpublished How something strange has been published. The first word should be capitalized.
institution The sponsoring institution of a technical report.
journal A journal name.
key Used for alphabetizing, cross-referencing, and creating a label when the author information is missing. This field should not be confused with the key that appears in the \cite command and at the beginning of the database entry.
month The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LATEX book.
note Any additional information that can help the reader. The first word should be capitalized.
number Any additional information that can help the reader. The first word should be capitalized.
organization The organization that sponsors a conference or that publishes a manual.
pages One or more page numbers or range of numbers, such as 42–111 or 7,41,73–97 or 43+ (the ‘+’ in this last example indicates pages following that don’t form a simple range). BibTEX requires double dashes for page ranges (--).
publisher The publisher’s name.
school The name of the school where a thesis was written.
series The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.
title The work’s title, typed as explained in the LATEX book.
type The type of a technical report for example, “Research Note”.
volume The volume of a journal or multi-volume book.
year The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as ‘(about 1984)’.