Skip to content

Commit

Permalink
Fixed bug 2708 by commenting out tikz option
Browse files Browse the repository at this point in the history
  • Loading branch information
goehle committed Aug 30, 2013
1 parent 1604417 commit 79bd18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/WeBWorK/ContentGenerator/Hardcopy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ our $HC_DEFAULT_FORMAT = "pdf"; # problems if this is not an allowed format for
our %HC_FORMATS = (
tex => { name => "TeX Source", subr => "generate_hardcopy_tex" },
pdf => { name => "Adobe PDF", subr => "generate_hardcopy_pdf" },
tikz =>{ name => "TikZ PDF file", subr => "generate_hardcopy_tigz"},
# Not ready for prime time
# tikz =>{ name => "TikZ PDF file", subr => "generate_hardcopy_tigz"},
);

# custom fields used in $self hash
Expand Down

0 comments on commit 79bd18d

Please sign in to comment.