From 3363f4f525c3172fd78073285c35bf235488fea2 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 21 May 2019 11:36:19 +0200 Subject: [PATCH] add new record types to the pdf --- docs/makepdf | 20 ++++++++++++-------- docs/stream.css | 4 ++++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/makepdf b/docs/makepdf index 02f96d8..fdfc84f 100755 --- a/docs/makepdf +++ b/docs/makepdf @@ -20,17 +20,21 @@ ai.html ao.html bi.html bo.html -mbbi.html -mbbo.html -mbbiDirect.html -mbboDirect.html -stringin.html -stringout.html +calcout.html +int64in.html +int64out.html longin.html longout.html -waveform.html -calcout.html +lsi.html +lso.html +mbbiDirect.html +mbboDirect.html +mbbi.html +mbbo.html scalcout.html +stringin.html +stringout.html +waveform.html tipsandtricks.html recordinterface.html businterface.html diff --git a/docs/stream.css b/docs/stream.css index a76e423..a38d739 100644 --- a/docs/stream.css +++ b/docs/stream.css @@ -69,6 +69,10 @@ h4 { margin-bottom:0.25ex; } +h1, h2, h3, h4 { + page-break-after:avoid; +} + p { margin-top:0.75ex; margin-bottom:0.75ex;