@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/class/yago/> .
dbpedia:Pkfix	rdf:type	ns2:Software106566077 .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Pkfix	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Pkfix	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Pkfix	foaf:homepage	<http://www.ctan.org/tex-archive/support/pkfix/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Pkfix	dbpprop:name	"pkfix"@en .
@prefix ns7:	<http://umbel.org/umbel/ne/wikipedia/> .
dbpedia:Pkfix	owl:sameAs	ns7:Pkfix ,
		<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000005e1f4d5> ;
	foaf:name	"pkfix" .
@prefix ns8:	<http://en.wikipedia.org/wiki/> .
dbpedia:Pkfix	foaf:page	ns8:Pkfix ;
	dbpedia-owl:status	"experimental" ;
	dbpedia-owl:license	dbpedia:LaTeX_Project_Public_License .
@prefix ns9:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Pkfix	ns9:license	dbpedia:LaTeX_Project_Public_License ;
	dbpprop:reference	<http://www.ctan.org/tex-archive/support/pkfix/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Pkfix	rdfs:label	"Pkfix"@en ;
	ns9:status	"experimental" ;
	dbpprop:abstract	"The text-producing systems LaTeX and TeX produce DVI files from files written by the user. Those files used to (and, to a moderately extent, still are) be post-processed by a tool called dvips, which converted those DVI files into PostScript files, which are understood by many printers. Some older versions of dvips with embedded bitmapped fonts, which represented letters and symbols as pictures at a fixed resolution (for instance, at 300 dpi). When such files are printed on newer devices (some with resolution of 1200 dpi), the letters of the files that have bitmapped fonts display a remarkably low quality, with jagged lines on curves and diagonals. One solution to this problem is to substitute the bitmapped fonts with scaleable fonts (known among PostScript users as Type 1 fonts). To remedy this problem of low quality printing, one can use Heiko Oberdiek's utility called pkfix. The input of pkfix is a PostScript file generated by dvips (with versions at 5.58 or newer) and its output is another PostScript file, this time, with the bitmapped fonts substituted by scaleable fonts (if possible). Technically speaking, pkfix is a Perl script which searches the PostScript file for comments on bitmapped PK fonts (introduced by relatively recent dvips versions), and replaces them with the corresponding Type 1 fonts. Of course, a simpler solution to this problem would be to reprocess the LaTeX/TeX files with recent tools and fonts, but, in most cases, the person that has the given PostScript file isn't the author of the document and doesn't have access to the source files (or, worse, the source files may have been lost during the times)."@en ;
	rdfs:comment	"The text-producing systems LaTeX and TeX produce DVI files from files written by the user. Those files used to (and, to a moderately extent, still are) be post-processed by a tool called dvips, which converted those DVI files into PostScript files, which are understood by many printers. Some older versions of dvips with embedded bitmapped fonts, which represented letters and symbols as pictures at a fixed resolution (for instance, at 300 dpi)."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Pkfix	skos:subject	ns12:Font_formats ,
		ns12:Digital_typography ,
		ns12:PostScript .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Pkfix	dbpprop:wikiPageUsesTemplate	ns13:infobox_software ;
	dbpprop:latestReleaseVersion	1.3 ;
	dbpprop:programmingLanguage	dbpedia:Perl ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://www.ctan.org> ;
	dbpprop:license	dbpedia:LaTeX_Project_Public_License ;
	dbpprop:author	"Heiko Oberdiek"@en ;
	dbpprop:status	"experimental"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbpedia:Pkfix	dbpprop:latestReleaseDate	"2005-02-25"^^xsd:date .
@prefix ns15:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Pkfix	dbpprop:hasPhotoCollection	ns15:Pkfix .
@prefix ns16:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:Pkfix	dbpprop:wordnet_type	ns16:synset-software-noun-1 .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Pkfix	owl:sameAs	dbpedia:Pkfix .