I have been struggling to find a way to wrap text content in LaTeX.
For example, if I have a piece of text which is something like
dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
Of course, this is not something you would normally do in a document but in some cases like long URLs the content can be long like this. Yes, you could use \url etc.. but I want it as plain text with no other markup applied to the content.
So when there is no spacing between the start of the text and the end of the margin then the text just continues where I would expect the content to wrap onto a new line when reaching the margin.
Is there a way I can get LaTeX to wrap the text and handle this sort of problem?
seqsplitpackage, which defines an eponymous command. – Bernard Jun 28 '21 at 18:54