Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
08028faa
Commit
08028faa
authored
Oct 12, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle indentation of verbatim environments in HTML output via CSS.
parent
af514dca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
doc/src/sgml/stylesheet.css
doc/src/sgml/stylesheet.css
+5
-1
doc/src/sgml/stylesheet.dsl
doc/src/sgml/stylesheet.dsl
+9
-6
No files found.
doc/src/sgml/stylesheet.css
View file @
08028faa
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.
3 2002/03/11 05:02:04
petere Exp $ */
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.
4 2002/10/12 16:33:43
petere Exp $ */
/* color scheme similar to www.postgresql.org */
...
...
@@ -53,6 +53,10 @@ DIV.EXAMPLE {
padding-bottom
:
0ex
;
}
.SCREEN
,
.SYNOPSIS
,
.PROGRAMLISTING
{
margin-left
:
4ex
;
}
/* miscellaneous */
.NAVHEADER
TH
{
font-style
:
italic
;
}
...
...
doc/src/sgml/stylesheet.dsl
View file @
08028faa
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.2
1 2002/08/05 19:43:31
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.2
2 2002/10/12 16:33:43
petere Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!-- must turn on one of these with -i on the jade command line -->
...
...
@@ -52,19 +52,16 @@
(define %honorific-punctuation% "")
;; Change display of some elements
(element command ($mono-seq$))
(element envar ($mono-seq$))
(element lineannotation ($italic-seq$))
(element structfield ($mono-seq$))
(element structname ($mono-seq$))
(element symbol ($mono-seq$))
(element token ($mono-seq$))
(element type ($mono-seq$))
(element (programlisting emphasis) ($bold-seq$)) ;; to highlight sections of code
;; Indentation of verbatim environments
(define %indent-programlisting-lines% " ")
(define %indent-screen-lines% " ")
(define %indent-synopsis-lines% " ")
;; Bibliography things
...
...
@@ -244,6 +241,12 @@
(define %refentry-new-page% #t)
(define %refentry-keep% #f)
;; Indentation of verbatim environments. (This should really be done
;; with start-indent in DSSSL.)
(define %indent-programlisting-lines% " ")
(define %indent-screen-lines% " ")
(define %indent-synopsis-lines% " ")
;; Default graphic format: Jadetex wants eps, pdfjadetex wants pdf.
;; (Note that pdfjadetex will not accept eps, that's why we need to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment