@@ -39,18 +39,13 @@ public static void initFonts()
3939 if ( m_latexFonts == null )
4040 {
4141 m_latexFonts = new List < LatexFont > ( ) ;
42- //m_latexFonts.Add(new LatexFont("Computer Modern Roman", "cmr"));
4342 m_latexFonts . Add ( new LatexFont ( "Times Roman" , "ptm" ) ) ;
4443 m_latexFonts . Add ( new LatexFont ( "Palatino" , "ppl" ) ) ;
4544 m_latexFonts . Add ( new LatexFont ( "New Century Schoolbook" , "pnc" ) ) ;
4645 m_latexFonts . Add ( new LatexFont ( "Bookman" , "pbk" ) ) ;
47- //m_latexFonts.Add(new LatexFont("Computer Modern SansSerif", "cmss"));
4846 m_latexFonts . Add ( new LatexFont ( "Helvetica" , "phv" ) ) ;
4947 m_latexFonts . Add ( new LatexFont ( "Avant Garde" , "pag" ) ) ;
50- //m_latexFonts.Add(new LatexFont("Computer Modern Typewriter", "cmtt"));
5148 m_latexFonts . Add ( new LatexFont ( "Courier" , "pcr" ) ) ;
52- //m_latexFonts.Add(new LatexFont("Computer Modern Fibonacci", "cmfib"));
53- //m_latexFonts.Add(new LatexFont("Computer Modern Dunhill", "cmdh"));
5449 }
5550 if ( m_latexFontSeries == null )
5651 {
@@ -454,11 +449,9 @@ public static void changeOptions()
454449 SettingsManager mgr = SettingsManager . getCurrent ( ) ;
455450 OptionsDialog dialog = new OptionsDialog ( ) ;
456451 dialog . MiktexPath = mgr . SettingsData . miktexPath ;
457- //dialog.GSPath = mgr.SettingsData.gsPath;
458452 if ( dialog . ShowDialog ( ) == DialogResult . OK )
459453 {
460454 mgr . SettingsData . miktexPath = dialog . MiktexPath ;
461- //mgr.SettingsData.gsPath = dialog.GSPath;
462455 mgr . saveSettings ( ) ;
463456 }
464457 }
0 commit comments