This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{standalone} | |
| \usepackage{amsmath,amssymb} | |
| \usepackage{charter} | |
| \usepackage[charter]{mathdesign} | |
| %\font\nullfont=cmr10 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % Just to add colors and changebars on modified parts after the definition of a condition. Can be removed in the final version | |
| \usepackage{etoolbox} | |
| \newtoggle{showrevisions} | |
| \toggletrue{showrevisions} | |
| %\togglefalse{showrevisions} | |
| \iftoggle{showrevisions}{% | |
| \usepackage{xcolor} | |
| \usepackage{changebar} |