Latex

Information about Latex



Enlarge picture
The extraction of latex from a tree; latex is used in Rubber production
Latex refers generically to a stable dispersion (emulsion) of polymer microparticles in an aqueous medium. Latexes may be natural or synthetic. Latex as found in nature is the milky sap of many plants that coagulates on exposure to air. It is a complex emulsion in which proteins, alkaloids, starches, sugars, oils, tannins, resins and gums are found. In most plants, latex is white, but some have yellow, orange, or scarlet latex.

The word also refers to the thin stretchy material obtained by processing the sap (see Latex clothing, below). It can also be made synthetically by polymerizing a monomer that has been emulsified with surfactants.

Sources

The cells or vessels in which latex is found make up the laticiferous system, which forms in two very different ways. In many plants, the laticiferous system is formed from rows of cells laid down in the meristem of the stem or root. The cell walls between these cells are dissolved so that continuous tubes, called latex vessels, are formed. This method of formation is found in the poppy family, in the rubber trees (Para rubber tree and Castilla elastica), and in the Cichorieae, a section of the Family Asteraceae distinguished by the presence of latex in its members. Dandelion, lettuce, hawkweed and salsify are members of the Cichorieae. It is also present in another member of the Asteraceae, the guayule plant.

In the milkweed and spurge families, on the other hand, the laticiferous system is formed quite differently. Early in the development of the seedling latex cells differentiate, and as the plant grows these latex cells grow into a branching system extending throughout the plant. In the mature plant, the entire laticiferous system is descended from a single cell or group of cells present in the embryo.

The laticiferous system is present in all parts of the mature plant, including roots, stems, leaves, and sometimes the fruits. It is particularly noticeable in the cortical tissues.

Natural function of latex

Enlarge picture
Rubber latex
Many plant functions have been attributed to latex. Some regard it as a form of stored food, while others consider it an excretory product in which waste products of the plant are deposited. Still others believe it functions to protect the plant in case of injuries; drying to form a protective layer that prevents the entry of fungi and bacteria. Similarly, it may provide some protection against browsing animals, since in some plants latex is very bitter or even poisonous. It may be that latex fulfills all of these functions to varying degrees in the numerous plant species in which it occurs.

Uses of latex

Latex has many commercial uses, from clothing to paint. Male condoms are commonly made of latex. Synthetic latex is not flammable and has little odor. As well as its use in clothing, synthetic latex can be cured to form a dry film and is used as a binder in latex paint. Natural latex is used in the manufacturing of latex mattresses using the Talalay Process, beauty application pads, and cushioning, but natural latex decomposes when exposed to the elements, turning rapidly to dust.

The latex of many species can be processed to produce other materials. Natural rubber is the most important product obtained from latex; more than 12,000 plant species yield latex containing rubber, though in the vast majority of those species the rubber is not suitable for commercial use.[1] Balatá and gutta percha latex contain an inelastic polymer related to rubber. Latex from the chicle and jelutong trees is used in chewing gum.

Poppy latex is a source of opium and its many derivatives.

Some people have a serious latex allergy, and exposure to latex or rubber products such as rubber gloves can cause anaphylactic shock. As latex has a protein found also in bananas, care should be taken to ensure people are not allergic to both. Guayule latex is hypoallergenic and is being researched as a substitute to the allergy-inducing Hevea latexes.

Latex clothing

:
Main article: Latex clothing


Latex is used in many types of clothing. It is different from rubber in that it is less refined and often thinner. Worn on the body (or applied directly by painting) it tends to be skin-tight, producing a "second skin" effect. It has a shinier finish than rubber.

Latex mattresses

Latex is used in the manufacturing of many types of mattresses such as sofas and beds.

Allergic reactions

Latex can cause an allergic reaction:
Latex allergy

Notes

1. ^ Bowers, J.E. (1990). Natural Rubber-Producing Plants for the United States. Beltsville, MD: National Agricultural Library, pp. 1,3. OCLC 28534889. 
2. ^ What are TeX, LaTeX and friends?.
3. ^ Leslie Lamport (April 23, 2007). The Writings of Leslie Lamport: LaTeX: A Document Preparation System. Leslie Lamport's Home Page. Retrieved on 2007-04-27.
4. ^ Frank Mittelbach, Chris Rowley (January 12, 1999). The LaTeX3 Project. Retrieved on 2007-07-30.

See also

External links






Enlarge picture
The LaTeX logo, typeset with LaTeX


LaTeX is a document markup language and document preparation system for the TeX typesetting program. Within the typesetting system, its name is styled as .

LaTeX is widely used by mathematicians, scientists, philosophers, engineers, scholars in academia and the commercial world, and other professionals.[2] As a primary or intermediate format (e.g. translating DocBook and other XML-based formats to PDF), LaTeX is used because of the quality of typesetting achievable by TeX. The typesetting system offers programmable desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop publishing, including numbering and cross-referencing, tables and figures, page layout and bibliographies.

LaTeX is intended to provide a high-level language that accesses the power of TeX. LaTeX essentially comprises a collection of TeX macros and a program to process LaTeX documents. Because the TeX formatting commands are very low-level, it is usually much simpler for end-users to use LaTeX.

LaTeX was originally written in the early 1980s by Leslie Lamport at SRI International [3]. It has become the dominant method for using TeX—few people write in plain TeX any more. The current version is LaTeX2e (styled ).

LaTeX, like TeX, is free software.

The typesetting system

LaTeX is based on the idea that authors should be able to focus on the meaning of what they are writing without being distracted by the visual presentation of the information. In preparing a LaTeX document, the author specifies the logical structure using familiar concepts such as chapter, section, table, figure, etc., and lets the LaTeX system worry about the presentation of these structures. It therefore encourages the separation of layout from content while still allowing manual typesetting adjustments where needed. This is similar to the mechanism by which many word processors allow styles to be defined globally for an entire document or the CSS mechanism used by HTML.

LaTeX can be arbitrarily extended by using the underlying macro language to develop custom formats. Such macros are often collected into packages, which are available to address special formatting issues such as complicated mathematical content or graphics. There are numerous commercial implementations of the entire TeX system. System vendors may add extra features like additional typefaces and telephone support. LyX is a free visual document processor that uses LaTeX for a back-end. TeXmacs is a free, WYSIWYG editor with similar functionalities as LaTeX but a different typesetting engine.

A number of popular commercial desktop publishing systems use modified versions of the original TeX typesetting engine. The recent rise in the popularity of XML systems and the demand for large-scale batch production of publication-quality typesetting from these systems and other sources has seen a steady increase in the use of LaTeX.

The example below shows the LaTeX input:

>
\documentclass[12pt]{article}
\title{\LaTeX}
\date{}
\begin{document}
\maketitle \LaTeX{} is a document preparation system for the \TeX{}
typesetting program. It offers programmable desktop publishing
features and extensive facilities for automating most aspects of
typesetting and desktop publishing, including numbering and
cross-referencing, tables and figures, page layout, bibliographies,
and much more. \LaTeX{} was originally written in 1984 by Leslie
Lamport and has become the dominant method for using \TeX; few
people write in plain \TeX{} anymore. The current version is
\LaTeXe.
\newline
% This is a comment, it is not shown in the final output.
% The following shows a little of the typesetting power of LaTeX
\begin{eqnarray}
E &=& mc^2                              \    m &=& \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
\end{eqnarray}
\end{document}


This input would produce the following LaTeX output:



Example from Online LaTeX /.

Pronouncing and writing "LaTeX"

LaTeX is usually pronounced [ˈleɪ.tɛk] or [ˈlɑ.tɛk] in English (that is, not with the [ks] pronunciation English speakers normally associate with X, but with a [k]). The last character in the name comes from a capital Χ (chi), as the name of TeX derives from the Greek τέχνη (skill, art, technique); for this reason, TeX's creator Donald Knuth promotes a /tɛx/ pronunciation (that is, with a voiceless velar fricative as in Modern Greek, or the last sound of the Scottish word "loch" or the German word "Bach", similar to the Spanish "j" or Arabic "خ" sounds). Lamport, on the other hand, has said he does not favor or discourage any pronunciation for LaTeX.

The name is traditionally printed with the special typographical logo shown on this page. In media where the logo cannot be precisely reproduced in running text, the word is typically given the unique capitalization LaTeX to avoid confusion with the word “latex”.

Licensing, implementations, and distributions

LaTeX is typically distributed along with plain TeX. It is distributed under a free software license, the LaTeX Project Public License (LPPL). The LPPL is not compatible with the GNU General Public License, as it requires that modified files also modify the actual physical file names; this was done to ensure that files that depend on other files will produce the expected behavior and avoid dependency hell. A new version of the LPPL that will be compatible with the GPL is under development. The LPPL is DFSG compliant as of version 1.3. As free/open source software, LaTeX is available on most operating systems including Linux, Unix, Windows, Mac OS X and AmigaOS. It is noteworthy to mention that the first DVI previewers capable of on-screen previewing and modification of LaTeX documents were Amigas[1][2].

As a Macro package, LaTeX provides a set of macros for TeX to interpret. There are many for TeX, including Plain TeX, GNU Texinfo, AMSTeX, and ConTeXt.

When TeX "compiles" your document, the processing loop (from the user's point of view) goes like this: Macros > TeX > Driver > Output. Different implementations of each of these steps is typically available in TeX distributions. Traditional TeX will output a DVI file, which is usually converted to a PostScript file. More recently, Hàn Thế Thành and others have written a new implementation of TeX called pdfTeX, which also outputs to PDF and takes advantages of features available in that format. The XeTeX engine developed by Jonathan Kew merges modern font technologies with TeX.

The default font for LaTeX is Knuth's Computer Modern, which gives most documents created with LaTeX the same distinctive look and feel as those created with plain TeX.

A number of TeX distributions are available, including TeX Live (multiplatform), teTeX (deprecated, Unix), fpTeX (deprecated), MiKTeX (Windows), MacTeX, gwTeX (Mac OS X), OzTeX (Mac OS Classic), AmigaTeX (no longer available) and PasTeX (AmigaOS) available on Aminet repository.

Versions

LaTeX2e is the current version of LaTeX. As of 2007, a future version called LaTeX3 is in development. Planned features include improved syntax, hyperlink support, a new user interface, access to arbitrary fonts, and new documentation.[4]

Notes

  1. ^ : In 1986 Tomas Rokicki printed his first page with dvisw, an early DVI printer driver for the Amiga, on a QMS SmartWriter using AmigaTeX by Radical Eye Software. A link to a relic info about milestones of LaTeX history is available at this external site.
  2. ^ : Description of Amiga system used by Tomas Rokicki in an article on TUG official review Tugboat: TUGboat, volume 9, (1998) n.1; Site Reports "The Commodore Amiga: A Magic Machine" by Tomas Rokicki, also available in PDF format at this external site

References

<references />
  • Mittelbach, Frank; Goosens, Michel (2004). The LaTeX Companion, 2nd edition, Addison-Wesley. ISBN 0-201-36299-6. 
  • Lamport, Leslie (1994). LaTeX: A document preparation system: User's guide and reference, illustrations by Duane Bibby, 2nd edition, Reading, Mass: Addison-Wesley Professional. ISBN 0-201-52983-1. 
  • Kopka, Helmut; Daly, Patrick W. (2003). Guide to LaTeX, 4th edition, Addison-Wesley Professional. ISBN 0-321-17385-6. 
  • Griffiths, David F.; Highman, David S. (1997). Learning LaTeX. Philadelphia: Society for Industrial and Applied Mathematics. ISBN 0-898-71383-8. 

External links

Latex can refer to:
  • Latex, a rubbery material derived from certain plants
  • LaTeX, typesetting software
  • Latex, Texas
  • Latex (polymer) a suspension of plastic microparticles in a liquid

..... Click the link for more information.
emulsion is a mixture of two immiscible (unblendable) substances. One substance (the dispersed phase) is dispersed in the other (the continuous phase). Examples of emulsions include butter and margarine, espresso, mayonnaise, the photo-sensitive side of photographic film, and
..... Click the link for more information.
Sap is the fluid transported in xylem cells (tracheids or vessel elements) or phloem sieve tube elements of a plant. Fluid found in the vacuole of other cells is sometimes referred to as "cell sap".
..... Click the link for more information.
Proteins are large organic compounds made of amino acids arranged in a linear chain and joined together by peptide bonds between the carboxyl and amino groups of adjacent amino acid residues.
..... Click the link for more information.
alkaloid is, strictly speaking, a naturally occurring amine produced by a plant, but amines produced by animals and fungi are also called alkaloids[1]. Many alkaloids have pharmacological effects on humans and other animals.
..... Click the link for more information.
Starch (CAS# 9005-25-8, chemical formula (C6H10O5)n,[1]) is a mixture of amylose and amylopectin (usually in 20:80 or 30:70 ratios).
..... Click the link for more information.
Sugars, brown
Nutritional value per 100 g (3.5 oz)

Energy 0 kcal   0 kJ

Carbohydrates     97.33 g
- Sugars  96.21 g
- Dietary fiber  0 g  
Fat 0 g
Protein 0 g
Water 1.77 g
Thiamin (Vit. B1)  0.
..... Click the link for more information.
Vegetable fats and oils are substances derived from plants that are composed of triglycerides. Nominally, oils are liquid at room temperature, and fats are solid; a dense brittle fat is called a wax.
..... Click the link for more information.
Tannins are astringent, bitter-tasting plant polyphenols that bind and precipitate proteins. The term tannin refers to the use of tannins in tanning animal hides into leather; however, the term is widely applied to any large polyphenolic compound containing sufficient hydroxyls
..... Click the link for more information.
Resin or Rosin (Oxford dictionary) is a hydrocarbon secretion of many plants, particularly coniferous trees, valued for its chemical constituents and uses such as varnishes, adhesives, as an important source of raw materials for organic synthesis, or for incense and
..... Click the link for more information.
Natural gums are polysaccharides of natural origin, capable of causing a large viscosity increase in solution, even at small concentrations. In the food industry they are used as thickening agents, gelling agents, emulsifiers and stabilisers.
..... Click the link for more information.
In chemistry, chemical synthesis is purposeful execution of chemical reactions in order to get a product, or several products. This happens by physical and chemical manipulations usually involving one or more reactions.
..... Click the link for more information.
alkene polymerisation, in which each Styrene monomer unit's double bond reforms as a single bond with another styrene monomer and forms polystyrene.]] In polymer chemistry, polymerization
..... Click the link for more information.
A monomer (from Greek mono "one" and meros "part") is a small molecule that may become chemically bonded to other monomers to form a polymer.

Examples of monomers are hydrocarbons such as the alkene and arene homologous series.
..... Click the link for more information.
emulsion is a mixture of two immiscible (unblendable) substances. One substance (the dispersed phase) is dispersed in the other (the continuous phase). Examples of emulsions include butter and margarine, espresso, mayonnaise, the photo-sensitive side of photographic film, and
..... Click the link for more information.
Surfactants, also known as tensides, are wetting agents that lower the surface tension of a liquid, allowing easier spreading, and lower the interfacial tension between two liquids.
..... Click the link for more information.
Editing of this page by unregistered or newly registered users is currently disabled due to vandalism.
If you are prevented from editing this page, and you wish to make a change, please discuss changes on the talk page, request unprotection, log in, or .
..... Click the link for more information.
Vascular tissue is a complex tissue found in vascular plants, meaning that it is composed of more than one cell type. The primary components of vascular tissue are the xylem and phloem. These two tissues transport fluid and nutrients internally.
..... Click the link for more information.
A meristem is a tissue in all plants consisting of undifferentiated cells (meristematic cells) and found in zones of the plant where growth can take place.

Differentiated plant cells generally cannot divide or produce cells of a different type.
..... Click the link for more information.
stem is one of two main structural axes of a vascular plant. The stem is normally divided into nodes and internodes, the nodes hold buds which grow into one or more leaves, inflorescence (flowers), cones or other stems etc.
..... Click the link for more information.
ROOT is an object-oriented software package developed by CERN. It was originally designed for particle physics data analysis and contains several features specific to this field, but it is also commonly used in other applications such as astronomy and data mining.
..... Click the link for more information.
cell wall is a fairly rigid layer surrounding a cell, located external to the cell membrane, which provides the cell with structural support, protection, and acts as a filtering mechanism. The cell wall also prevents over-expansion when water enters the cell.
..... Click the link for more information.
poppy is any of a number of showy flowers, typically with one per stem, belonging to the poppy family. They include a number of attractive wildflower species with showy flowers found growing singularly or in large groups; many species are also grown in gardens.
..... Click the link for more information.
Natural rubber is an elastic hydrocarbon polymer that naturally occurs as a milky colloidal suspension, or latex, in the sap of some plants. It can also be synthesized. The entropy model of rubber was developed in 1934 by Werner Kuhn.
..... Click the link for more information.
H. brasiliensis

Binomial name
Hevea brasiliensis
Müll.Arg.

The Pará rubber tree (Hevea brasiliensis), often simply called rubber tree
..... Click the link for more information.
Castilla elastica (genus Castilla) is a tree native to the tropical areas of Mexico and Central America which was, in pre-Columbian times, the principal source of latex among the Mesoamerican peoples.
..... Click the link for more information.

..... Click the link for more information.
This article may contain original research or unverified claims.
Please help Wikipedia by adding references. See the for details.
This article has been tagged since July 2007.

..... Click the link for more information.
L. sativa

Binomial name
Lactuca sativa
L.

Parameter not given Error...
''Template needs its first parameter as beg[in], mid[dle], or end.
..... Click the link for more information.
Hieracium
Pilosella

Hawkweed refers to any species in the very large genus Hieracium and its segregate genus Pilosella, in the sunflower family (Asteraceae).

They are common perennials, occurring worldwide .
..... Click the link for more information.

This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.