updated calc iii notes

This commit is contained in:
Lucas Rufkahr
2026-03-02 22:36:32 -06:00
parent a3b5d0f16d
commit a47803306b
3 changed files with 24 additions and 2 deletions

View File

@@ -7,13 +7,19 @@
inlineMath: [['\\(', '\\)']] // inline
},
loader:{
load: ['ui/safe']
load: ['ui/safe']
},
output: {
displayAlign: 'left',
displayIndent: '0.5in',
displayIndent: '0.25in',
displayOverflow: 'linebreak'
},
linebreaks: {
inline: true,
width: '100%',
lineleading: '0.2',
LinebreakVisistor: '-'
}
};
</script>