Re: html zine
"Aaron S. Hawley" <[email protected]> Tue, 3 Feb 2004 12:09:26 -0500 (EST)
| Newsgroups | gmane.org.ballistichelmet.devel |
|---|---|
| Organization | University of Vermont |
| Message-ID | <[email protected]> |
On Tue, 3 Feb 2004, dvanhorn wrote:
> I've made a preliminary zine.t2p (tex2page) file that will allow us to make
> HTML versions of the zine.
>
> To see an example (only the first issue works right now), see:
>
> http://ballistichelmet.org/zine/v1/i1/html/zine.php
>
> The t2p file is at:
>
> http://ballistichelmet.org/zine/v1/i1/zine.t2p
>
> Comments welcome.
very cool. being an html source junky i noticed there seems to be a bunch
of leading whitespace , and a crap load of empty paragraphs ("<p></p>").
i couldn't find these in the zine.php file, so i'm a bit confused. here's
some small suggestions:
===================================================================
RCS file: RCS/zine.t2p,v
retrieving revision 1.1
diff -u -r1.1 zine.t2p
--- zine.t2p 2004/02/03 16:38:37 1.1
+++ zine.t2p 2004/02/03 16:54:38
@@ -40,13 +40,15 @@
\renewcommand{\thefront}{
\begin{center}
- \rawhtml <h1>\endrawhtml
+ \rawhtml <h1>Ballistic Helmet</h1>\endrawhtml
+ \rawhtml <h2>\endrawhtml
\thevolume, \theissue
- \rawhtml <br/>\endrawhtml
+ \rawhtml </h2>\endrawhtml
+ \rawhtml <h3>\endrawhtml
\thedate
- \rawhtml </h1>
- [ <a href="../zine.pdf">PDF</a> |
- <a href="../zine.ps">PS</a> ]
+ \rawhtml </h3>
+ [ <a title="View zine issue in PDF format" href="../zine.pdf">PDF</a> |
+ <a title="View zine issue in Postscript format" href="../zine.ps">PS</a> ]
\endrawhtml
\end{center}
\tableofcontents