Could I see the LaTeX code that gets that output?
Regards.
Search found 2 matches
- Sun Apr 25, 2010 4:32 pm
- Forum: LyX
- Topic: Moving paragraph titles to margin
- Replies: 3
- Views: 2175
- 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 );
For example:
static void sinLatitude(const double& r, \\
const double& z, \\
double& sLat, \\
double& cLat, \\
const double& re, \\
const double& s );