Changes between Version 23 and Version 24 of DocsTranslationsProject
- Timestamp:
- Jun 26, 2007, 2:19:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DocsTranslationsProject
v23 v24 97 97 </programlisting> 98 98 99 Quickbook to the rescue please!100 101 99 </section> 102 100 … … 146 144 # http://www.boost.org/LICENSE_1_0.txt) 147 145 148 # Quickbook149 # -----------------------------------------------------------------------------150 151 146 using quickbook ; 152 147 153 xml library_name : library_name.qbk ;154 155 # Boostbook 156 # ----------------------------------------------------------------------------- 148 xml library_name 149 : 150 library_name.qbk ; 151 157 152 158 153 boostbook standalone … … 160 155 library_name 161 156 : 162 # HTML options 163 164 <xsl:param>chapter.logo.img="'../images/library_logo.png'" 165 <xsl:param>quickbook.source.style.show="'true'" 166 <xsl:param>chunk.section.depth=2 157 library_name.xsl 167 158 ; 168 159