How can i prevent MATLAB from wrapping my comments when I publish to PDF?

3 views (last 30 days)
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

Answers (1)

Camden Penn
Camden Penn on 1 Sep 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.
  1 Comment
Drew L
Drew L on 6 Sep 2016
Hey,
I ended up keeping my comment well to the right of the reference line in the editor window.
It seemed to work. Just a pain in the but to go back and edit all my scripts so they fit!
Thanks anyway :)

Sign in to comment.

Categories

Find more on Functions in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!