
6 Oct
2012
6 Oct
'12
10:41 p.m.
Hi! This works: \startproduct assorted \project math_video_classes \unexpanded\def\pathrelativetome% {src/products/assorted/open_mapping_theorem/notes} % \component{\pathrelativetome} \component{src/products/assorted/open_mapping_theorem/notes} \stopproduct But this does not work (no PDF is generated): \startproduct assorted \project math_video_classes \unexpanded\def\pathrelativetome% {src/products/assorted/open_mapping_theorem/notes} \component{\pathrelativetome} % \component{src/products/assorted/open_mapping_theorem/notes} \stopproduct WHY? Thank you, André Caldas.