You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While generating sample problems and getting the wiki updated, I'm running into a number of macros that I think we should deprecate eventually. I'm starting a list here with a reason. I think some of these will be difficult to formally deprecate without a good way to convert to a new method though.
Feel free to add to this.
unionTables.pl -- difficult to get accessibility correct. We can use niceTables.pl instead. (in 1288 problems)
imageChoice.pl -- uses unionTables.pl. This can be created with niceTables.pl (in 42 OPL problems)
alignedChoice.pl -- uses unionTables.pl. This can be created with niceTables.pl (in 88 OPL problems)
LiveGraphicsXXX.pl -- uses old javascript. plotly3D.pl can do most of this. Need an update for 3D vector fields. (in only 2 problem -- not clear that they are actually used though.)
interpMacros.pl -- only one sub -- add to numericalMacros.pl? (in 15 OPL problems)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While generating sample problems and getting the wiki updated, I'm running into a number of macros that I think we should deprecate eventually. I'm starting a list here with a reason. I think some of these will be difficult to formally deprecate without a good way to convert to a new method though.
Feel free to add to this.
unionTables.pl
-- difficult to get accessibility correct. We can useniceTables.pl
instead. (in 1288 problems)imageChoice.pl
-- usesunionTables.pl
. This can be created withniceTables.pl
(in 42 OPL problems)alignedChoice.pl
-- usesunionTables.pl
. This can be created withniceTables.pl
(in 88 OPL problems)LiveGraphicsXXX.pl
-- uses old javascript.plotly3D.pl
can do most of this. Need an update for 3D vector fields. (in only 2 problem -- not clear that they are actually used though.)interpMacros.pl
-- only one sub -- add to numericalMacros.pl? (in 15 OPL problems)Beta Was this translation helpful? Give feedback.
All reactions