Search found 2 matches

by tadkem
Sun Apr 25, 2010 4:32 pm
Forum: LyX
Topic: Moving paragraph titles to margin
Replies: 3
Views: 2175

Re: Moving paragraph titles to margin

Could I see the LaTeX code that gets that output?

Regards.
by tadkem
Sun Apr 25, 2010 4:26 pm
Forum: Text Formatting
Topic: need to force a new line
Replies: 1
Views: 1499

need to force a new line

Try '\\' at the end of each line you want to break:

For example:


static void sinLatitude(const double& r, \\
const double& z, \\
double& sLat, \\
double& cLat, \\
const double& re, \\
const double& s );