• Fixed framed paragraphs in (Xe)LaTeX so that the frame width adjusts to fit the text width.
• Adjusted paragraph frames to stick out into the margin, leaving the text the normal width.
1 parent f376b08 commit 35e01c869fabda03fa1d0d381854872b245e7ffc
Nigel Stanger authored on 27 Feb 2017
Showing 2 changed files
View
16
modules/basic-page-elements.xml
<xsl:if test="@indent = ('no', 'n', 'false', 'f', '0')">
<xsl:text>\noindent </xsl:text>
</xsl:if>
<xsl:if test="@border = ('yes', 'y')">
<xsl:text>\fbox{\parbox[t]{\textwidth}{</xsl:text>
<!-- Adjust box to fit relevant text margins. -->
<xsl:text>\hspace*{-\fboxsep}</xsl:text>
<xsl:text>\setlength{\parwidth}{\textwidth}</xsl:text>
<xsl:if test="ancestor::item">
<xsl:text>\addtolength{\parwidth}{-\leftmargin}</xsl:text>
<xsl:text>\addtolength{\parwidth}{-\rightmargin}</xsl:text>
</xsl:if>
<xsl:text>\fbox{\parbox[t]{\parwidth}{</xsl:text>
</xsl:if>
<xsl:apply-templates />
<xsl:if test="@border = ('yes', 'y')">
<xsl:text>}}</xsl:text>
View
5
xml2xslt.xsl
\lstloadlanguages{Oracle}
\lstset{basicstyle=\ttfamily,basewidth=0.5em,escapeinside={(@}{@)},
showspaces=false,showstringspaces=false}
 
% Length for tracking paragraph width so that we can draw borders (frames)
% to the correct width.
\newlength{\parwidth}
\setlength{\parwidth}{\textwidth}
 
</xsl-out:text>
 
<xsl-out:choose>
<xsl-out:when test="@latex-document-class eq 'lectureassignment'">