]> git.lyx.org Git - features.git/commitdiff
Add proper author info and license header to the inkscape.xtemplate related files
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 26 Aug 2017 14:10:55 +0000 (16:10 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 26 Aug 2017 14:10:55 +0000 (16:10 +0200)
lib/scripts/svg2pdftex.py
lib/scripts/svg2pstex.py
lib/xtemplates/inkscape.xtemplate

index cd9a4840bdd204f480a74112d1654345a88b1e06..6cbd531d5f25b28e0a4b225c60c4ebed6ca7c334 100644 (file)
@@ -2,7 +2,14 @@
 # -*- coding: utf-8 -*-
 
 # file svg2pdftex.py
-#
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Daniel Gloger
+# author Martin Vermeer
+
+# Full author contact details are available in file CREDITS
+
 # This script converts an SVG image to something that pdflatex can process
 # into high quality PDF.
 
 #   the real pdf file will be overwritten by a tex file named file.pdf.
 #
 
-
-
 import os, sys, re
 
-
 def runCommand(cmd):
     ''' Utility function:
         run a command, quit if fails
@@ -32,7 +36,6 @@ def runCommand(cmd):
         print "Command '%s' fails." % cmd
         sys.exit(1)
 
-
 # We expect two args, the names of the input and output files.
 if len(sys.argv) != 3:
     sys.exit(1)
@@ -46,8 +49,6 @@ if not os.path.isfile(input):
 # Strip the extension from ${output}
 outbase = os.path.splitext(output)[0]
 
-
-
 # Inkscape 0.48 can output the image as a PDF file ${base}.pdf and place the text 
 # in a LaTeX file ${base}.pdf_tex, which is renamed to ${output}, for typesetting 
 # by pdflatex itself. 
index 72d30740d81cc126a793d29a2ed0eed1d32aaba6..601d2b93305fda067f6b1c1f41a048d4e05fabf9 100644 (file)
@@ -2,10 +2,17 @@
 # -*- coding: utf-8 -*-
 
 # file svg2pstex.py
-#
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Daniel Gloger
+# author Martin Vermeer
+
 # This script converts an SVG image to something that latex can process
 # into high quality PostScript.
 
+# Full author contact details are available in file CREDITS
+
 # Usage:
 #   python svg2pstex.py ${base}.fig ${base}.pstex
 # This command generates
index e1214704bcb3c1d198e3a72532cba4ece8d9d781..867800f4075bb943d87839e9f4ab6b8d820635bc 100644 (file)
@@ -4,6 +4,7 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
+# author Daniel Gloger
 # author Martin Vermeer
 #
 # based on external templates by: