How can i prevent MATLAB from wrapping my comments when I publish to PDF?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a script I would like to publish as a PDF to use as a template for teaching a coding class. When I publish, some of the comment lines wrap to a new line, but are missing the comment symbol at the beginning. This can be very misleading if the template is not color, and the new line is not distinguishable from other code. I will attach pictures below to illustrate my point.
Is there some way I can prevent this "wrap" from taking place?
Thank you!
Script as viewed in Editor Window VVV

Script as viewed in published PDF VVV

0 Commenti
Risposte (1)
Camden Penn
il 1 Set 2016
Well, I'm not exactly an expert, but this might help with the problem. If you change the comments to a block comment style, the wrap doesn't matter. Sorry I couldn't be more help with your precise question. I hope this is at least a little helpful.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!