updates for copycamp report (ugly)
authorJan Szejko <janek37@gmail.com>
Thu, 30 Nov 2017 18:08:49 +0000 (19:08 +0100)
committerJan Szejko <janek37@gmail.com>
Thu, 30 Nov 2017 18:08:49 +0000 (19:08 +0100)
librarian/epub.py
librarian/epub/xsltTitle.xsl
librarian/pdf/wl.cls
librarian/pdf/wl2tex.xslt

index f63826f..712863c 100644 (file)
@@ -444,9 +444,9 @@ def transform(wldoc, verbose=False, style=None, html_toc=False,
                        '<rootfiles><rootfile full-path="OPS/content.opf" ' \
                        'media-type="application/oebps-package+xml" />' \
                        '</rootfiles></container>')
-    #zip.write(get_resource('res/wl-logo-small.png'), os.path.join('OPS', 'logo_wolnelektury.png'))
-    zip.write(get_resource('res/koedlogo.png'), os.path.join('OPS', 'logo_koed.png'))
-    #zip.write(get_resource('res/jedenprocent.png'), os.path.join('OPS', 'jedenprocent.png'))
+    # zip.write(get_resource('res/wl-logo-small.png'), os.path.join('OPS', 'logo_wolnelektury.png'))
+    zip.write(get_resource('res/koedlogo.png'), os.path.join('OPS', 'logo_koed.png'))
+    # zip.write(get_resource('res/jedenprocent.png'), os.path.join('OPS', 'jedenprocent.png'))
     if not style:
         style = get_resource('epub/style.css')
     zip.write(style, os.path.join('OPS', 'style.css'))
@@ -518,15 +518,15 @@ def transform(wldoc, verbose=False, style=None, html_toc=False,
         zip.writestr('OPS/annotations.html', etree.tostring(
                             html_tree, method="html", pretty_print=True))
 
-    toc.add("Strona redakcyjna", "last.html")
-    manifest.append(etree.fromstring(
-        '<item id="last" href="last.html" media-type="application/xhtml+xml" />'))
-    spine.append(etree.fromstring(
-        '<itemref idref="last" />'))
-    html_tree = xslt(document.edoc, get_resource('epub/xsltLast.xsl'))
-    chars.update(used_chars(html_tree.getroot()))
-    zip.writestr('OPS/last.html', etree.tostring(
-                        html_tree, method="html", pretty_print=True))
+    toc.add("Strona redakcyjna", "last.html")
+    manifest.append(etree.fromstring(
+        '<item id="last" href="last.html" media-type="application/xhtml+xml" />'))
+    spine.append(etree.fromstring(
+        '<itemref idref="last" />'))
+    html_tree = xslt(document.edoc, get_resource('epub/xsltLast.xsl'))
+    chars.update(used_chars(html_tree.getroot()))
+    zip.writestr('OPS/last.html', etree.tostring(
+                        html_tree, method="html", pretty_print=True))
 
     if not flags or not 'without-fonts' in flags:
         # strip fonts
index ab70e81..1119e45 100644 (file)
@@ -58,7 +58,7 @@
 
           <p class="footer info">
             <!--a href="http://www.wolnelektury.pl/"><img src="logo_wolnelektury.png" alt="WolneLektury.pl" /></a-->
-            <a href="http://koed.org.pl"><img src="logo_koed.png" alt="Koalicja Otwartej Edukacji" /></a>
+            <!--<a href="http://koed.org.pl"><img src="logo_koed.png" alt="Koalicja Otwartej Edukacji" /></a>-->
           </p>
         </div>
       </body>
index 8e7fbe2..f9656e3 100644 (file)
@@ -218,7 +218,7 @@ Letters={SmallCaps,UppercaseSmallCaps}
     \color{theme}
 
     \noindent \begin{minipage}[t]{.65\textwidth}\vspace{0pt}
-        \href{http://prawokultury.pl}{\xbox{\includegraphics[width=1in]{prawokultury-logo.png}}}
+        \href{http://prawokultury.pl}{\xbox{\includegraphics[width=1.5in]{prawokultury-logo.png}}}
         %\href{http://koed.org.pl}{\xbox{\includegraphics[height=.55in]{koed-logo.eps}}}
     \end{minipage}
     \noindent \begin{minipage}[t]{.35\textwidth}\vspace{0pt}
index 024b2e0..b69f11d 100644 (file)
                 \def\editors{<xsl:call-template name="editors" />}
             </TeXML>
 
-            <cmd name="editorialsection" />
+            <!--<cmd name="editorialsection" />-->
 
         </env>
     </TeXML>