By default in the Notebook interface the text wraps.
Is it possible to prevent this wrapping?
Answer
You can also set option PageWidth -> Infinity
for the Cell or Notebook, e.g.:
SetOptions[EvaluationNotebook[], PageWidth -> Infinity]
By default in the Notebook interface the text wraps.
Is it possible to prevent this wrapping?
Answer
You can also set option PageWidth -> Infinity
for the Cell or Notebook, e.g.:
SetOptions[EvaluationNotebook[], PageWidth -> Infinity]
Comments
Post a Comment