Pages

Saturday, November 7, 2009

Mọi thứ về Latex

TẠO PRESENTATION VỚI LATEX

Gói thường sử dụng nhiều nhất là beamer.


References và citations được quản lý theo một thống nhất trong Latex bằng cách sử dụng BibTeX. Với cách này, chúng ta đưa tất cả các thông tin liên quan đến tài liệu tham khảo vào trong một file có phần mở rộng là .bib. mà không cần quan tâm đến thứ tự của chúng (Xem file mẫu myrefs.bib).

(See the sample file myrefs.bib, below.) Then you let BibTeX format all citations and reference entries according to the chosen bibliographic style, and you don't have to sweat all the font and punctuation and ordering details yourself.
The reference/bibliography section usually appears at the end of an publication. In your LaTeX file, these two commands insert the reference section:
\bibliographystyle{xxx}
 \bibliography{yyy}
The ``xxx'' is a style name -- plain or abbrv or siam or alpha or any of dozens of other available styles, many listed below. The ``yyy'' is the name of the bib file (yyy.bib) containing the reference database.
For example, the command \bibliography{myrefs} would call on file ``myrefs.bib''.
Below find the following:

Chinh sua de in code cho dep:
http://stackoverflow.com/questions/741985/latex-source-code-listing-like-in-professional-books

No comments:

Post a Comment