Unix and Linux Discussions Tagged with faq |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
29,574 |
Answers to Frequently Asked Questions |
|
|
|
3 |
20,231 |
Answers to Frequently Asked Questions |
|
|
|
6 |
8,021 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,385 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
12,213 |
AIX |
|
|
|
2 |
26,335 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
32,974 |
What is on Your Mind? |
|
|
|
1 |
14,669 |
Answers to Frequently Asked Questions |
|
|
|
4 |
1,877 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
3,064 |
Shell Programming and Scripting |
|
|
|
11 |
2,428 |
Shell Programming and Scripting |
|
|
|
2 |
3,104 |
AIX |
|
|
|
1 |
9,459 |
Answers to Frequently Asked Questions |
|
|
|
3 |
7,077 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
3,217 |
Shell Programming and Scripting |
|
|
|
5 |
4,808 |
AIX |
|
|
|
8 |
4,752 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
11,790 |
Answers to Frequently Asked Questions |
|
|
|
39 |
14,696 |
OS X (Apple) |
|
|
|
5 |
30,312 |
Answers to Frequently Asked Questions |
|
|
|
3 |
11,646 |
Answers to Frequently Asked Questions |
|
|
|
2 |
12,585 |
Answers to Frequently Asked Questions |
|
|
|
6 |
12,495 |
Answers to Frequently Asked Questions |
|
|
|
0 |
12,529 |
Answers to Frequently Asked Questions |
|
|
|
8 |
17,731 |
Answers to Frequently Asked Questions |
|
|
|
1 |
18,408 |
Answers to Frequently Asked Questions |
|
|
|
21 |
395,714 |
Fedora |
|
|
|
4 |
3,983 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
12,643 |
Shell Programming and Scripting |
|
|
|
28 |
11,732 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
8,371 |
AIX |
|
|
|
5 |
14,889 |
Answers to Frequently Asked Questions |
|
|
|
1 |
17,536 |
Tips and Tutorials |
|
|
|
1 |
16,370 |
Answers to Frequently Asked Questions |
|
|
|
1 |
15,097 |
Answers to Frequently Asked Questions |
|
|
|
1 |
8,565 |
AIX |
|
|
|
8 |
5,489 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
5,173 |
Shell Programming and Scripting |
|
|
|
1 |
21,718 |
Answers to Frequently Asked Questions |
|
|
|
18 |
24,575 |
Shell Programming and Scripting |
aephea-ref(7) MISCELLANEOUS aephea-ref(7)
NAME
aephea-ref - A description of the Aephea definitions for referencing
DESCRIPTION
The following definitions are used by the Aephea simpledocument class as well as the Portable Unix Documentation (pud) manual and faq
classes (see pud-man(7) and pud-faq(7)).
MACROS
efload#2
efloadx#2
Both macros take as first argument a label that uniquely defines the reference. The second argument is a vararg containing key-value
pairs.
These macros are usually not needed in Aephea classes; they are lower level facilities.
ef#2
The first argument is a label. The second argument should be a key associated with that label. The result is the value associated with the
label/key pair.
These macros are usually not needed in Aephea classes; they are lower level facilities used by high level Aephea definitions (e.g.
iref#2, and secref#1).
efcaption#1
efnumber#1
eflevel#1
The argument is a label. The result is respectively the caption, number, or level associated with that label.
eference#1
efer#1
The first associates a number with the label that is in the first argument, and prints it inbeween square brackets. The label is anchored
to this location. The second outputs the associated number inbetween brackets, and makes it carry a link to the anchor. For example, I am
about to create a link [1] and another link [2] to the items appearing below.
[1] The first reference.
[2] The second reference.
If you prefer another bibliography style, find the macros and adapt them according to your needs - they are very simple.
eference#2 currently writes data to the file \__fnbase__.zmr, to be read back in using a load{\__fnbase__.zmr} statement. This is
automatically done when using any of the Aephea classes.
aephea-ref 1.002, 10-008 8 Jan 2010 aephea-ref(7)