11. stdscribe

11. stdscribe

Browsing

Home: Scribe Style Manual

Previous chapter: slide
Next chapter: tex-book-as-article

stdscribe

11.1 Introspection
11.2 counter
11.3 P
11.4 Q
11.5 C
11.6 Angles
11.7 Coloring
11.8 Symbol and glyphs

Chapters

1. abbrev
2. acmproc
3. api
4. changelog
5. french
6. info
7. latex-misc
8. letter
9. manual
10. slide
11. stdscribe
12. tex-book-as-article
13. web
14. web-book
15. web-move

Scribe

Home page:Scribe

Documentation:user
expert
styles

stdscribe -- Standard Scribe definitions
11.1 Introspection

(scribe-html?)Scribe function
(scribe-tex?)Scribe function
(scribe-mgp?)Scribe function
(scribe-man?)Scribe function

Returns #t is the target format is HTML (respec. TeX, MagicPoint and nroff). Returns #f otherwise.

11.2 counter

(counter [:numbering 'roman] . items)Scribe function

The counter markup produces a compact enumeration. The items are displayed on the same line using compact numbering.

argumentdescription
itemsThe items argument a the counter expressions. Must be a list of items.
:numberingControls the numbering is rendered. The possible values are romon and arabic

11.3 P

(p . body)Scribe function

The p function produces a paragraph. It is a shorthand for paragraph. The argument is:

argumentdescription
bodyThe text of the paragraph.

11.4 Q

(q . body)Scribe function

The q function encloses an expression inside quotes. The argument is:

argumentdescription
bodyThe text of the quoted.

11.5 C

(c . char)Scribe function

Introduces a character in the produced document. The purpose of this function is to introduce escape characters or to introduce characters that cannot be typesetted in the document (for instance because the editors does not support them). The escapes characters are [, ] and ;.

argumentdescription
charA representation of the character to be introduced. This can be:
  • A integer, which is the code of the character.
  • A character.
  • A string of one length 1.

11.6 Angles

(langle)Scribe function
(rangle)Scribe function

Inserts a left angle character (respec. right) in the text.

11.7 Coloring

(fg color . body)Scribe function

The fg function sets the foreground (i.e., the color of text) of the .

(bg color . body)Scribe function

The bg function sets the background of the .

11.8 Symbol and glyphs

(symbol symname)Scribe function

Introduces special characters in the target document. Here is a description of the possible symbol name and there graphical representation. When a back-end does not support a symbol, a blank space is used. Then the back-end supports the symbol, a green mark is used.

NameLaTeXHTMLOther
iexcl¡
cent¢c
pound£
currency ¤
yen¥
section§S
mul¨-
copyright©(c)
female ª
lguillemet«<<
not¬
registered ®R
degree°o
plusminus±+/-
microµ
paragraphP
middot·.
male ¸
rguillemet»>>
1/4¼1/4
1/2½1/2
3/4¾3/4
iquestion¿
AgraveÀÀ
AacuteÁA
AcircumflexÂÂ
AtildeÃA
AmulÄA
AringÅA
AEligatureÆAE
OeligatureŒOE
CcedillaÇÇ
EgraveÈÈ
EacuteÉÉ
EcircumflexÊÊ
EumlËE
IgraveÌI
IacuteÍI
IcircumflexÎÎ
IumlÏI
ETHÐD
NtildeÑN
OgraveÒO
OacuteÓO
OcurcumflexÔO
OtildeÕO
OumlÖO
times×x
OslashØO
UgraveÙÙ
UacuteÚU
UcircumflexÛÛ
UumlÜÜ
YacuteÝY
THORN Þ
szligß
agraveàà
aacuteáa
acircumflexââ
atildeãa
amuläa
aringåa
aeligatureææ
oeligatureœoe
ccedillaçç
egraveèè
eacuteéé
ecircumflexêê
eumlëe
igraveìi
iacuteíi
icircumflexîî
iumlïi
eth ð
ntildeñn
ograveòo
oacuteóo
ocurcumflexôo
otildeõo
oumlöo
divide÷/
oslashøo
ugraveùù
uacuteúu
ucircumflexûû
uumlüü
yacuteýy
thorn þ
ymulÿy
AlphaΑA
BetaΒB
GammaΓ
DeltaΔ
EpsilonΕE
ZetaΖZ
EtaΗH
ThetaΘ
IotaΙI
KappaΚK
LambdaΛ
MuΜM
NuΝN
XiΞ
OmicronΟO
PiΠ
RhoΡP
SigmaΣ
TauΤT
UpsilonΥY
PhiΦ
ChiΧX
PsiΨ
OmegaΩ
alphaα
betaβ
gammaγ
deltaδ
epsilonε
zetaζ
etaη
thetaθ
iotaι
kappaκ
lambdaλ
muμ
nuν
xiξ
omicronοo
piπ
rhoρ
sigmafς
sigmaσ
tauτ
upsilonυ
phiφ
chiχ
psiψ
omegaω
thetasymϑ
pivϖ
bullet.
ellipsis...
weierp
image
real
tm
alef
<-<-
<--<--
uparrow^
->->
-->-->
downarrowv
<-><->
<--><-->
<+<+
<=<=
<==<==
Uparrow
=>=>
==>==>
Downarrow
<=><=>
<==><==>
forall
partial
exists
emptyset
nabla
in
notin
ni
prod
sum
asterisk*
sqrt
propto
angle<
and^
orv
cap
cup
integral
therefore
models|=|=
vdash|-|-
dashv-|-|
sim~
cong
approx
neq
equiv
le
ge
subset
supset
nsupset
subseteq
supseteq
oplus
otimes
perp
mid||
lceil
rceil
lfloor
rfloor
langle<
rangle>
loz
spades
clubs
hearts
diams
euro
dag-
ddag-
circoo
top-
bottom
lhd<<
rhd>>
parallel||||

(--)Scribe function

Introduces a — glyph in the text.

(br)Scribe function

Introduces a new line.

(n-th n)Scribe function

Introduces a 1st, 2nd, 3rd, ... in the text. The argument is the numeral value to be displayed.

(n-eme n)Scribe function

Similar to n-th but uses the French convention.


This page has been generated by Scribe.
Last update Wed Dec 18 09:23:04 2002