Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
maranget committed Feb 1, 2006
1 parent 6693aea commit 1eeb2bb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
16 changes: 8 additions & 8 deletions doc/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5963,14 +5963,14 @@ \subsection{Typesetting \label{listings:package}computer languages: the \texttt{
Unfortunately the \verb+white-space:pre;+ style declaration is still a
bit young, and some browsers implement it in rather uncomplete
fashion. This is particularily true as regards text copy-pasted from
browser display. As a patch, \hevea{} can be instructed operate
differently, by issuing the command \verb+\lstavoidwhitepre+ in the document
preamble. Then, \verb+white-space:pre;+ is not used, while spaces get
rendered by non-breaking space entities and linebreaks by \verb+<BR>+
elements, which significantly increase output size.
However, as a positive consequence, display remains correct and text
copy-pasted from browser display indeed possesses the linebreaks shown
in display.
browser display. In case you want to provide your readers with easy
copy-paste of \texttt{listings}, you can, by issuing the command
\verb+\lstavoidwhitepre+ in the document preamble. Then,
\verb+white-space:pre;+ is not used any longer~: spaces get rendered
by non-breaking space entities and linebreaks by \verb+<BR>+ elements,
which significantly increase output size. However, as a positive
consequence, display remains correct and text copy-pasted from browser
display indeed possesses the linebreaks shown in display.
\end{enumerate}
Expand Down
4 changes: 2 additions & 2 deletions doc/version.make
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=1.08+9
RELEASETAG=release-1-08+9
VERSION=1.08+10
RELEASETAG=release-1-08+10
4 changes: 2 additions & 2 deletions doc/version.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\def\heveaversion{1.08+9}
\def\releasedate{2006-01-30}
\def\heveaversion{1.08+10}
\def\releasedate{2006-02-01}
\newif\ifdevrelease\devreleasefalse
3 changes: 2 additions & 1 deletion longtable.hva
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%%From code by Gilles Gregoire.
\@primitives{longtable}
%% Of no interest to hevea
\def\setlongtables{}
Expand Down Expand Up @@ -52,7 +53,7 @@
\global\let\lt@fst@caption\@empty%
\lt@let\caption\lt@caption\lt@let\caption*\lt@caption%
\@longtable}
{\lt@saveline%
{\lt@saveline%For the last line
\begin{lrbox}{\lt@tabular@box}%
\begin{tabular}{\lt@arg}%
\lt@choose{\lt@firsthead}{\lt@head}%
Expand Down

0 comments on commit 1eeb2bb

Please sign in to comment.