An awkward and stupid person; an oaf. See synonyms at boor.
[Possibly from LOUT2.]
lout2 (lout)

intr.v., lout·ed, lout·ing, louts.
- To bow or curtsy.
- To bend or stoop.
[Middle English louten, from Old English lūtan.]
Dictionary:
lout1 (lout) ![]() |
| Thesaurus: lout |
| Antonyms: lout |
Definition: ruffian
Antonyms: gentleman, smoothie
| Word Tutor: lout |
I felt like a lout after my statement was misinterpreted by my friend.
| Wikipedia: Lout |
| Developer(s) | Jeffrey H. Kingston |
|---|---|
| Stable release | 3.37 / September 19, 2008 |
| Written in | C |
| Operating system | Linux, MS-Windows, POSIX compliant systems |
| Type | Text formatting |
| License | GPL |
| Website | http://lout.wiki.sourceforge.net |
Lout is a batch document formatter invented by Jeffrey H. Kingston. It reads a high-level description of a document similar in style to LaTeX and produces a PostScript file which can be printed on most printers. Plain text and PDF output are also available. The term Lout primarily designates a document formatting programming language, while the (only) implementation of the language (by Jeffrey H. Kingston) is sometimes referred to as Basser Lout. Basser Lout is free software, distributed under the terms of the GNU General Public License.
Lout copies some of its formatting algorithms from TeX but is intended to be much easier to program due to the use of high-level functional programming language, instead of a macro language.
While a typical installation of LaTeX, together with TeX binaries takes from 50 to 300 MB, Lout is about 1 MB. This is mainly due to less packages and tools, but might also be attributed to a C implementation instead of macro language source code.[citation needed]
Lout comes with an easy-to-read user guide, and the basics can be learnt in a couple of hours. It includes packages for creating tables, charts, equations, and diagrams, everything in one package "out of the box". Lout is useful for creating reports and books and gives very precise control over typesetting. Its main disadvantages are that it can only produce PostScript and there is no easy way to get XML or any other output format (apart from plain text).
Contents |
While the core of the Lout programming language provides only low-level operations, similar to that of TeX, the packages that come with Basser Lout provide a complete high-level markup language that users may use directly to produce documents, in a way that is similar to LaTeX.
A very simple Lout document may look like this:
# This is a comment.
# Use the `doc' document class and its default style.
@SysInclude { doc }
@Document
@InitialFont { Times Base 10p }
//
# Beginning of document contents.
@Text @Begin
@PP
This is a paragraph. One can easily embed @B { bold } or
@I { italic } text. One can also easily change the style of
text, such as { Helvetica Base } @Font { changing the font
being used }.
@BeginSections
@Section @Title { The First Section }
@Begin
@PP
This is the content of a section.
@End @Section
@EndSections
@End @Text
# End of the document.
Different document types are available: doc, report, book, but also slides (for overhead transparencies) and illustration (for stand-alone illustrations). Customizing a document style is usually relatively easy, even to the non-programmer.
The Lout programming language is similar to other functional languages. The core programming language consists of less than 30 primitive operators[1]. Some features make it particularly close to Haskell, notably the fact that Lout expressions are lazily evaluated. Lout also provides constructs needed for the implementation of document formatting that are not commonly found in other programming languages, such as galleys[2]. Unlike most other functional programming languages, Lout does not provide, for instance, first-class functions.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Translations: Lout |
Dansk (Danish)
1.
n. - klods, bondeknold
2.
v. intr. - være klodset
Nederlands (Dutch)
ongelikte beer, sul, diep buigen, zich vernederen
Français (French)
1.
n. - lourdaud, rustre, voyou
2.
v. intr. - se pencher, s'incliner, se courber, faire la révérence
Deutsch (German)
1.
n. - Rüpel, Tolpatsch
2.
v. - sich neigen, sich beugen, demütigen
Ελληνική (Greek)
n. - αγροίκος, άξεστος, ντουβάρι, μπουνταλάς
Italiano (Italian)
zoticone, essere zotici
Português (Portuguese)
n. - pessoa (f) desajeitada, pessoa (f) grosseira, pessoa (f) estúpida
Русский (Russian)
неуклюжий человек, хам, оскорблять кого-л.
Español (Spanish)
1.
n. - gamberro, patán
2.
v. intr. - gamberrear
Svenska (Swedish)
n. - slyngel, drummel, tölp, buffel
中文(简体)(Chinese (Simplified))
1. 笨拙的人
2. 鞠躬
中文(繁體)(Chinese (Traditional))
1.
n. - 笨拙的人
2.
v. intr. - 鞠躬
한국어 (Korean)
1.
n. - 무지렁이 , 촌놈, 본데 없는 사람
2.
v. intr. - 버릇 없이 굴다, 무지하다
العربيه (Arabic)
(الاسم) شخص أخرق أو مغفل أو جلف
עברית (Hebrew)
n. - בור, מגושם, גס, בעל נימוסים רעים
v. intr. - התכופף, השתחווה
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Thesaurus. Roget's II: The New Thesaurus, Third Edition by the Editors of the American Heritage® Dictionary Copyright © 1995 by Houghton Mifflin Company. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Antonyms. © 1999-2009 by Answers Corporation. All rights reserved. Read more | |
![]() | Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved. eSpindle provides personalized spelling and vocabulary tutoring online; free trial. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Lout". Read more | |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |