mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* fixed latex2html settings
This commit is contained in:
parent
aff68fdfd4
commit
3cbf54f456
@ -2,6 +2,8 @@
|
|||||||
#
|
#
|
||||||
### Command Line Argument Defaults #######################################
|
### Command Line Argument Defaults #######################################
|
||||||
|
|
||||||
|
$ICONSERVER = '../buttons';
|
||||||
|
|
||||||
$MAX_SPLIT_DEPTH = 3; # Stop making separate files at this depth
|
$MAX_SPLIT_DEPTH = 3; # Stop making separate files at this depth
|
||||||
|
|
||||||
$MAX_LINK_DEPTH = 2; # Stop showing child nodes at this depth
|
$MAX_LINK_DEPTH = 2; # Stop showing child nodes at this depth
|
||||||
@ -152,7 +154,6 @@ $TITLES_LANGUAGE = "english";
|
|||||||
# and arbitrary HTML (the "." is the Perl concatenation operator).
|
# and arbitrary HTML (the "." is the Perl concatenation operator).
|
||||||
sub top_navigation_panel {
|
sub top_navigation_panel {
|
||||||
|
|
||||||
"<SCRIPT SRC=\"../search/search2.js\"></script>" .
|
|
||||||
# Start with a horizontal rule (3-d dividing line)
|
# Start with a horizontal rule (3-d dividing line)
|
||||||
"<BR> <HR>".
|
"<BR> <HR>".
|
||||||
|
|
||||||
|
@ -55,14 +55,10 @@ endif
|
|||||||
# Options for converter
|
# Options for converter
|
||||||
ifndef LATEX2HTMLOPTS
|
ifndef LATEX2HTMLOPTS
|
||||||
LATEX2HTMLOPTS = -no_reuse -up_url "../fpctoc.html"\
|
LATEX2HTMLOPTS = -no_reuse -up_url "../fpctoc.html"\
|
||||||
-up_title "Free Pascal manuals" -contents_in_navigation\
|
-up_title "Free Pascal manuals"\
|
||||||
-html_version 4.0 -split 3
|
-html_version 4.0 -split 3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Icons for latex2html
|
|
||||||
ICONSERVER=../buttons
|
|
||||||
export ICONSERVER
|
|
||||||
|
|
||||||
# Ascii mode ? (i.e. no pics)
|
# Ascii mode ? (i.e. no pics)
|
||||||
ifndef ASCIIMODE
|
ifndef ASCIIMODE
|
||||||
ASCIIMODE=NO
|
ASCIIMODE=NO
|
||||||
@ -539,7 +535,10 @@ linuxexamples: examples
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.9 2001-10-11 23:36:54 carl
|
# Revision 1.10 2001-10-18 21:41:26 peter
|
||||||
|
# * fixed latex2html settings
|
||||||
|
#
|
||||||
|
# Revision 1.9 2001/10/11 23:36:54 carl
|
||||||
# + reinstated Windows NT support
|
# + reinstated Windows NT support
|
||||||
#
|
#
|
||||||
# Revision 1.8 2001/10/04 21:03:13 michael
|
# Revision 1.8 2001/10/04 21:03:13 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user