summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tex/bbdb-print-brief.tex12
-rw-r--r--tex/bbdb-print.tex14
-rw-r--r--texinfo/bbdb.texinfo9
4 files changed, 25 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 07627d7..1711298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-16 Jochen Küpper <Jochen@Jochen-Kuepper.de>
+
+ * tex/bbdb-print.tex: Define \bigbf relative to the given
+ base-size.
+
2000-04-15 Jochen Küpper <Jochen@Jochen-Kuepper.de>
* lisp/bbdb-print.el (bbdb-print-format-address-continental) :
diff --git a/tex/bbdb-print-brief.tex b/tex/bbdb-print-brief.tex
index c232363..f116270 100644
--- a/tex/bbdb-print-brief.tex
+++ b/tex/bbdb-print-brief.tex
@@ -29,13 +29,13 @@
%%% The address-list file should look something like this:
%%% \input file % this format file's filename
-%%% \setsize6 % point size of type to use
-%%% % or \setpssize6 to use PostScript fonts. (optional)
-%%% \setseparator3 % which style of separators, 0-7
+%%% \setsize{6} % point size of type to use
+%%% % or \setpssize{6} to use PostScript fonts. (optional)
+%%% \setseparator{3} % which style of separators, 0-7
%%%
%%% \separator{A} % include a separator here
%%%
-%%% \beginrecord
+%%% \beginrecord % and start a record
%%% \name{A. Name}
%%% \phone{location: (xxx) xxx-xxxx}
%%% \address{1234 Main Street\\
@@ -44,7 +44,7 @@
%%% \notes{blah blah}
%%% \endrecord
%%%
-%%% \endaddresses
+%%% \endaddresses % done
%%% \bye
\nopagenumbers
@@ -63,7 +63,7 @@
\font\bf=ecbx#1
\font\it=\ifnum #1=6 ecti7 \else ecti#1 \fi
\font\tt=ectt#1
- \font\bigbf=ecbx10 scaled \magstep3
+ \font\bigbf=ecbx#1 scaled \magstep3
\rm
\baselineskip=#1pt
\ifnum #1>9 \advance\baselineskip by 1pt \fi
diff --git a/tex/bbdb-print.tex b/tex/bbdb-print.tex
index 25c2f26..9b60e4b 100644
--- a/tex/bbdb-print.tex
+++ b/tex/bbdb-print.tex
@@ -30,13 +30,13 @@
%%% The address-list file should look something like this:
%%% \input file % this format file's filename
-%%% \setsize6 % point size of type to use
-%%% % or \setpssize6 to use PostScript fonts. (optional)
-%%% \setseparator3 % which style of separators, 0-7
+%%% \setsize{6} % point size of type to use
+%%% % or \setpssize{6} to use PostScript fonts. (optional)
+%%% \setseparator{3} % which style of separators, 0-7
%%%
%%% \separator{A} % include a separator here
%%%
-%%% \beginrecord
+%%% \beginrecord % and start a record
%%% \name{A. Name}
%%% \phone{location: (xxx) xxx-xxxx}
%%% \address{1234 Main Street\\
@@ -45,14 +45,14 @@
%%% \notes{blah blah}
%%% \endrecord
%%%
-%%% \endaddresses
+%%% \endaddresses % done
%%% \bye
\raggedright
\tolerance=10000
\hbadness=10000
\parskip 0pt
-\parindent=0pt % was 10pt
+\parindent=0pt
\footline{\hfil}
%%%
@@ -64,7 +64,7 @@
\font\bf=ecbx#1
\font\it=\ifnum #1=6 ecti7 \else ecti#1 \fi
\font\tt=ectt#1
- \font\bigbf=ecbx10 scaled \magstep3
+ \font\bigbf=ecbx#1 scaled \magstep3
\rm
\baselineskip=#1pt
\ifnum #1>9 \advance\baselineskip by 1pt \fi
diff --git a/texinfo/bbdb.texinfo b/texinfo/bbdb.texinfo
index 1672f04..b574cd5 100644
--- a/texinfo/bbdb.texinfo
+++ b/texinfo/bbdb.texinfo
@@ -8,6 +8,10 @@
@c $Id$
@c
@c $Log$
+@c Revision 1.22 2000/04/16 12:47:00 kuepper
+@c bbdb-print documentation
+@c Fix \bigbf
+@c
@c Revision 1.21 2000/03/30 11:13:59 bbdb-writer
@c Fixed xref entries per mail from gareth rees.
@c
@@ -2701,8 +2705,9 @@ List of TeX files to @code{\input}. If the filenames are not absolute, the
files must be located somewhere in the TeX input path.
@item ps-fonts
-Postscript fonts will be used if the value is non-@code{nil}. Standard TeX
-fonts will be used otherwise.
+Postscript fonts (TimesNewRoman and Courier) will be used if the value
+is non-@code{nil}. Standard TeX fonts (ec-fonts) will be used
+otherwise.
@item font-size
The integer point size of the font to be used.