This commit is contained in:
Matt Selsky 2018-03-05 00:16:04 -05:00 committed by ita1024
parent e9eca13d92
commit 28ea6e64e3
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
\section{Conclusions}
Hopefully, the text will create a sensible PostScript or \acronym{PDF} document. That choice is
made in the wscript file in this directory. It perhas needs making into a command line option.
Also there should be the possiblity of making both PostScript and \acronym{PDF} on the same run
made in the wscript file in this directory. It perhaps needs making into a command line option.
Also there should be the possibility of making both PostScript and \acronym{PDF} on the same run
-- at least if generating \acronym{PDF} from \acronym{DVI}.

View File

@ -4,7 +4,7 @@
"""
See waflib/extras/stale.py for more information.
Do not forget to reconfigure the proect after changing "configure" below
Do not forget to reconfigure the project after changing "configure" below
"""
VERSION='0.0.1'

View File

@ -22,7 +22,7 @@ namespace waflauncher
public static int Main (string[] args)
{
//I run waf and if not succesful we try on-the-fly install of python
//I run waf and if not successful we try on-the-fly install of python
if(!runWaf(args)){
//but first we ask the user if it's okay to install software on their computer
if(mayInstall()){