DVIPS error workaround
This commit is contained in:
parent
15a7df1830
commit
973492fe1f
@ -330,7 +330,13 @@ If you are generating a separate abstract for your thesis submission, ignore thi
|
||||
|
||||
* Hyperlinks doesn't seem to be working in Post-Script file, however works on DVI and PDF (which is produced from the PS file), possibly viewer limitation than a code bug.
|
||||
|
||||
* No know bug(s) so far. If you find any let me know, or even better, patch it and contribute to the development of the LaTeX Template.
|
||||
* On older versions of dvips (version 5.97 or below), if your page margins are not set properly in your PDF, when compiling through DVI >> PS >> PDF, please use a4paper or a5paper in the document class. If you are still having issues you can run:
|
||||
|
||||
ps2pdf -sPAPERSIZE=a4 thesis.ps thesis.pdf
|
||||
|
||||
This issue is only when the papersize is not specified in the document class and you are compiling DVI >> PS >> PDF using an older version (5.97 or below) of dvips.
|
||||
|
||||
* If you find any let me know, or even better, patch it and contribute to the development of the LaTeX Template.
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
BIN
thesis.dvi
BIN
thesis.dvi
Binary file not shown.
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%!PS-Adobe-2.0
|
||||
%%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software
|
||||
%%Title: thesis.dvi
|
||||
%%CreationDate: Mon Dec 9 00:18:10 2013
|
||||
%%CreationDate: Mon Dec 9 00:33:45 2013
|
||||
%%Pages: 39
|
||||
%%PageOrder: Ascend
|
||||
%%BoundingBox: 0 0 596 842
|
||||
@ -11,9 +11,9 @@
|
||||
%%DocumentPaperSizes: a4
|
||||
%%EndComments
|
||||
%DVIPSWebPage: (www.radicaleye.com)
|
||||
%DVIPSCommandLine: dvips -z -o thesis.ps.temp thesis.dvi
|
||||
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
|
||||
%DVIPSParameters: dpi=600
|
||||
%DVIPSSource: TeX output 2013.12.09:0018
|
||||
%DVIPSSource: TeX output 2013.12.09:0033
|
||||
%%BeginProcSet: tex.pro 0 0
|
||||
%!
|
||||
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
||||
|
@ -1,7 +1,7 @@
|
||||
% ********************o*********** PhD Thesis Template **************************
|
||||
% Please have a look at the README.md file for info on how to use the template
|
||||
|
||||
\documentclass[times,numbered,print,index]{Classes/PhDThesisPSnPDF}
|
||||
\documentclass[a4paper,times,numbered,print,index]{Classes/PhDThesisPSnPDF}
|
||||
|
||||
% ******************************************************************************
|
||||
% ******************************* Class Options ********************************
|
||||
|
Loading…
Reference in New Issue
Block a user