2010年6月16日 星期三
How to Insert URL References into BibTex
- Import the url package in tex file: \usepackage{url}
- Insert a reference as misc. Then input your URL under “\url{URL}” in howpublished as the following example:
@misc{Tool:ATL,
title = {ATLAS Transformation Language, Version 3.0.0},
institution = {The Eclipse Foundation},
Howpublished={\url{http://www.eclipse.org/m2m/atl/}}
}Reference: BibTex Issues – How to Insert Url References
2010年6月2日 星期三
Using sub-figures in LaTex document
\usepackage{subfigure}
\begin{figure}[!ht]
\centering
\subfigure[subfigure1 caption] {
\label{fig:subfigure1}
\includegraphics[width=?]{subfigure1.eps}
}
\hspace{1cm}%Theinterval between subfigure1 and subfigure2\subfigure[subfigure2 caption] {
\label{fig:subfigure2}
\includegraphics[width=?]{subfigure2.eps}
}
\caption{Global figure caption}\label{fig:globalFigure}
\end{figure}
2010年3月25日 星期四
Quotes << >>/«» in LaTex
- Use package fontec: \usepackage[T1]{fontenc}
- Use \guillemotleft (for "<<") and \guillemotright (for ">>")
- Add '\' in the end of \guillemotright as \guillemotright\ to avoid narrow space
2009年12月8日 星期二
Underline in bib
URL = "http://www.omg.org/technology/documents/formal/profile_corba.htm"should be presented as
URL = "http://www.omg.org/technology/documents/formal/profile\underline{ }corba.htm"
2009年8月26日 星期三
BibTeX and bibliography styles
STANDARD ENTRY TYPES:
- @article
- An article from a journal or magazine
- @book
- A book with an explicit publisher
- @booklet
- A work that is printed and bound, but without a named publisher or sponsoring institution
- @conference
- The same as inproceedings
- @inbook
- A part of a book, which may be a chapter (or section or whatever) and/or a range of pages
- @incollection
- A part of a book having its own title
- @inproceedings
- An article in a conference proceedings
- @manual
- Technical documentation
- @mastersthesis
- A Master's thesis
- @misc
- Use this type when nothing else fits
- @phdthesis
- A PhD thesis
- @proceedings
- The proceedings of a conference
- @techreport
- A report published by a school or other institution, usually numbered within a series
- @unpublished
- A document having an author and title, but not formally published
- @collection
- Not a standard entry type. Use proceedings instead.
- @patent
- Not a standard entry type.
(4) STANDARD FIELDS
- 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.
- 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. Any fields that are missing from the current record are inherited from the field 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. Abbreviations are provided for many journals.
- 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
- The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.
- 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). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TeX to denote number ranges (as in 7--33).
- 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 `\hbox{(about 1984)}'.
- affiliation
- The authors affiliation.
- abstract
- An abstract of the work.
- contents
- A Table of Contents
- copyright
- Copyright information.
- ISBN
- The International Standard Book Number.
- ISSN
- The International Standard Serial Number. Used to identify a journal.
- keywords
- Key words used for searching or possibly for annotation.
- language
- The language the document is in.
- location
- A location associated with the entry, such as the city in which a conference took place.
- LCCN
- The Library of Congress Call Number.
- mrnumber
- The Mathematical Reviews number.
- URL
- The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp site where the postscript source of the report is located.
Other (nonstandard) fields
2009年3月31日 星期二
[TeXmaker]Spell Checker - Aspell
Package: GNU Aspell (http://aspell.net/)
Download:
Download:
- Windows(http://aspell.net/win32/)
- Mac OS X interface for Aspell (http://cocoaspell.leuski.net/)
- Download "Full installer"
- Download and install English dictionary
- 在選項 > 編輯器確認 Aspell 的路徑 (應該不用改), 然後把 Aspell 語系, 設成 eng。
這樣就裝好了。要使用拼字檢查時, 用選單選編輯 > 拼字檢查。
- http://riemann.math.nccu.edu.tw/forum/viewtopic.php?f=5&t=1104&sid=0a8ad069998b157aa0ec329d55cb56f6
2009年2月12日 星期四
Editor Tools and Environment
Freeware- Texmaker- http://www.xm1math.net/texmaker/index.html
- Texlipse (Eclipse Plugin) -http://texlipse.sourceforge.net/
- WinEdit
- cwTEX- http://homepage.ntu.edu.tw/~ntut019/cwtex/cwtex.html
- chitex-http://www.math.ncu.edu.tw/~yih/intro.htm
2009年2月11日 星期三
Adding Source Code Listings to LaTeX Documents
Package- http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=listings
Installation
- Put package in "./tex/latex/listings"
- Update Mitex name database
- 所有程式->MiKTeX 2.5->Setting
- Press "Refresh FNDB" button
- 所有程式->MiKTeX 2.5->Setting
- http://www.usq.edu.au/users/leis/notes/latex/code.html
- 標準的使用方式之一是用一個叫 fancyvrb 的套件, 改善原有 verbatim 的功能。使用說明可以參考:Fancy Verbatims in LaTeX (PDF 檔)
技術提供:Blogger.