Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Using JPG for cover image.

AuthorDave Jarvis <email>
Date2014-08-06 15:39:21 GMT-0700
Commit8ae9204b7cb5c881f05e535778c04c7403b56cb3
Parentdbe97cc
xml/tex/ch-source-css.tex
\startchapter[title={CSS Source}]
\WPquote{However, when we make small design adjustments by adding
- extra {\tt{<div>}} tags or {\tt{class}} attributes, then alter the CSS to
- take advantage of those markup changes, we confuse the concept of
+ extra {\tt{<div>}} tags or {\tt{class}} attributes, then alter the CSS
+ to take advantage of those markup changes, we confuse the concept of
independent structure and presentation.}
{Douglas Bowman}{Are they really separated?}
\startsection[title=Overview]
The CSS source code provides the layout for the DIV-structured
XHTML page. For the most part, the CSS is unremarkable. The
- addition of the flex specification, however, allows control
- over the element presentation order. This goes a fair way to
- decoupling the XML content from its XHTML presentation.
+ addition of the \href{flexbox}{http://www.w3.org/TR/css3-flexbox/}
+ specification, however, allows control over the element presentation
+ order. This helps decouple XML from XHTML.
\stopsection
\startsection[title={Flex}]
+ The {\tt{.related}} style indicates that the elements inside must
+ be aligned horizontally.
+ \\
\typeCSSfile{../related.css}
\stopsection
xml/tex/ch-source-xml.tex
\startsection[title=Overview]
- The XML source code forms the basis for communications protocols.
- No XML Schema Definitions are developed, yet.
+ The XML source code forms the basis for content presentation and
+ communications protocols. No XML Schema Definitions are developed,
+ yet.
\stopsection
xml/tex/cover.jpg
Binary files differ
xml/tex/manual.pdf
Binary files differ
xml/tex/style/figures.tex
\defineoverlay[cover][{
- \externalfigure[cover][
+ \externalfigure[cover.jpg][
scale=2000,
maxwidth=\paperwidth,
Delta12 lines added, 8 lines removed, 4-line increase