background preloader

Latex

Facebook Twitter

LaTeX/Bibliography Management. For any academic/research writing, incorporating references into a document is an important task.

LaTeX/Bibliography Management

Fortunately, LaTeX has a variety of features that make dealing with references much simpler, including built-in support for citing references. However, a much more powerful and flexible solution is achieved thanks to an auxiliary tool called BibTeX (which comes bundled as standard with LaTeX). Recently, BibTeX has been succeeded by BibLaTeX, a tool configurable within LaTeX syntax.

BibTeX provides for the storage of all references in an external, flat-file database. (BibLaTeX uses this same syntax.) Embedded system[edit] If you are writing only one or two documents and aren't planning on writing more on the same subject for a long time, maybe you don't want to waste time creating a database of references you are never going to use. \begin{thebibliography}{9} \end{thebibliography} OK, so what is going on here? Next is the actual reference entry itself. Citations[edit] \cite[p.~215]{citation01} Your Paper. Conversion - Producing doc/docx from LaTeX. Converting Microsoft Word to LaTeX, LaTeX to Word, MathType to Equation. This module converts LaTeX, AMS-LaTeX, Plain TeX, or AMS-TeX documents to Microsoft Word format.

Converting Microsoft Word to LaTeX, LaTeX to Word, MathType to Equation

You can choose the following formats for TeX/LaTeX equations: Microsoft Equation 2007, Microsoft Equation 3.x, or MathType. Works with Microsoft Word XP/2003/2007/2010 and Microsoft Windows XP/2003/Vista/7. Try also our online conversion service. Main features Support for LaTeX, AMS-LaTeX, Plain TeX, and AMS-TeX; Support for BibTeX bibliographies; Choosing either Microsoft Equation 2007/2010, Microsoft Equation 3.x, or MathType format for converted equations; Choosing either LaTeX cross-referencing algorithm or Microsoft Word cross-referencing fields; Linking images; Support for ANSI, OEM, MAC, Unicode, or UTF-8 encoding in LaTeX files; Converting a whole LaTeX document or a selected part; Support for batch processing; Multi-language interface; Microsoft Word 32-bit and 64-bit compatible.

Notes Conversion of large documents consumes a lot of CPU time and disk space. Using GrindEQ menu See also. LaTeX/Introduction. What is TeX?

LaTeX/Introduction

[edit] TeX is a low-level markup and programming language created by Donald Knuth to typeset documents attractively and consistently. Knuth started writing the TeX typesetting engine in 1977 to explore the potential of the digital printing equipment that was beginning to infiltrate the publishing industry at that time, especially in the hope that he could reverse the trend of deteriorating typographical quality that he saw affecting his own books and articles. With the release of 8-bit character support in 1989, TeX development has been essentially frozen with only bug fixes released periodically. TeX is a programming language in the sense that it supports the if-else construct: you can make calculations with it (that are performed while compiling the document), etc., but you would find it very hard to do anything else but typesetting with it. . , with a current version number of 3.1415926. Git + LaTeX workflow. Nvie/gitflow. How to use Mercurial for version control of text documents.

How can I define new commands in LaTeX? - IS&T Contributions - Hermes. If you find yourself needing to use a particular bit of text (with or without LaTeX commands) in your document multiple times, it may be convenient for you to define it as a command, using \newcommand.

How can I define new commands in LaTeX? - IS&T Contributions - Hermes

For example, if you were tired of typing the commands for a degree symbol, you might do \newcommand{\dg}{$^\circ$ } and then in your text, you could say At 10 in the morning, it was 68\dg outside and LaTeX would automatically substitute "$^\circ " to make a degree symbol where you had typed \dg. Next, you can create commands which include arguments, by including a field for the number of arguments in your \newcommand line, and putting the arguments themselves in as #1, #2, and so on. \begin{description} \item[\bf Elephant] {\em A big grey animal with a trunk} \item[\bf Zebra] {\em A stripey looking horse} \end{description} RefWorks with LaTeX and BibTeX - RefWorks at MIT.

What is LaTeX?

RefWorks with LaTeX and BibTeX - RefWorks at MIT

LaTeX is a typesetting program that takes a plain text file with various commands in it and converts it to a formatted document based on the commands that it has been given. The source file for the document has a file extension of .tex. It is widely used at MIT for theses and other technical papers due to its prowess with mathematical and foreign characters. For more information on LaTeX, see LaTeX on Athena Basics, provided by the Athena On-Line Help system.

What is BibTeX? BibTex is a bibliographic tool that is used with LaTeX to help organize the user's references and create a bibliography. How do I export from RefWorks to BibTeX? Log into RefWorks on your web browser. A text file containing information for each of your references should appear (if it doesn't, click Download It). To link the bibliography file that you just downloaded to your document, you need to enter two commands: How do I cite references in my document? BibTeX has a 5000 character limit for each field. Arbitrary LaTeX reference.