|
132 | 132 |
|
133 | 133 | <xsl:variable name="isApplyAutolayoutAlgorithm_">
|
134 | 134 | <xsl:choose>
|
135 |
| - <xsl:when test="$namespace = 'bipm' or $namespace = 'bsi' or $namespace = 'csa' or $namespace = 'csd' or $namespace = 'iec' or $namespace = 'ieee' or $namespace = 'iho' or $namespace = 'iso' or $namespace = 'itu' or $namespace = 'jcgm' or $namespace = 'jis' or $namespace = 'm3d' or $namespace = 'mpfd' or $namespace = 'nist-sp' or $namespace = 'nist-cswp' or $namespace = 'ogc' or $namespace = 'ogc-white-paper' or $namespace = 'plateau' or $namespace = 'rsd' or $namespace = 'unece' or $namespace = 'unece-rec'">true</xsl:when> |
| 135 | + <xsl:when test="$namespace = 'bipm' or $namespace = 'bsi' or $namespace = 'csa' or $namespace = 'csd' or $namespace = 'iec' or $namespace = 'ieee' or $namespace = 'iho' or $namespace = 'iso' or $namespace = 'itu' or $namespace = 'jcgm' or $namespace = 'jis' or $namespace = 'm3d' or $namespace = 'mpfd' or $namespace = 'nist-sp' or $namespace = 'nist-cswp' or $namespace = 'ogc' or $namespace = 'ogc-white-paper' or $namespace = 'rsd' or $namespace = 'unece' or $namespace = 'unece-rec'">true</xsl:when> |
| 136 | + <xsl:when test="$namespace = 'plateau'">skip</xsl:when> |
136 | 137 | <xsl:otherwise>false</xsl:otherwise>
|
137 | 138 | </xsl:choose>
|
138 | 139 | </xsl:variable>
|
|
7204 | 7205 | <xsl:variable name="margin-side">
|
7205 | 7206 | <xsl:choose>
|
7206 | 7207 | <xsl:when test="$isApplyAutolayoutAlgorithm = 'true'">0</xsl:when>
|
| 7208 | + <xsl:when test="$isApplyAutolayoutAlgorithm = 'skip'">0</xsl:when> |
7207 | 7209 | <xsl:when test="sum(xalan:nodeset($colwidths)//column) > 75">15</xsl:when>
|
7208 | 7210 | <xsl:otherwise>0</xsl:otherwise>
|
7209 | 7211 | </xsl:choose>
|
|
7623 | 7625 | <xsl:when test="$isApplyAutolayoutAlgorithm = 'true'">
|
7624 | 7626 | <xsl:call-template name="get-calculated-column-widths-autolayout-algorithm"/>
|
7625 | 7627 | </xsl:when>
|
| 7628 | + <xsl:when test="$isApplyAutolayoutAlgorithm = 'skip'"></xsl:when> |
7626 | 7629 | <xsl:otherwise>
|
7627 | 7630 | <xsl:call-template name="calculate-column-widths-proportional">
|
7628 | 7631 | <xsl:with-param name="cols-count" select="$cols-count"/>
|
|
18190 | 18193 | <!-- =========================================================================== -->
|
18191 | 18194 |
|
18192 | 18195 |
|
18193 |
| - <xsl:if test="$namespace = 'ieee' or $namespace = 'iso' or $namespace = 'jis' or $namespace = 'bsi'"> |
| 18196 | + <xsl:if test="$namespace = 'ieee' or $namespace = 'iso' or $namespace = 'jis' or $namespace = 'plateau' or $namespace = 'bsi'"> |
18194 | 18197 | <!-- =========================================================================== -->
|
18195 | 18198 | <!-- STEP2: add 'fn' after 'eref' and 'origin', if referenced to bibitem with 'note' = Withdrawn.' or 'Cancelled and replaced...' -->
|
18196 | 18199 | <!-- =========================================================================== -->
|
|
0 commit comments