Jeff, I noticed when I started on the manuals that some places quotes were used and some places lxy-code was used. The lyx-code creates a vertical blue line in the html documents which I thought made the html document harder to read. After changing most of the lyx- code in the documents to quotes I noticed that in quotes you can't have extra spaces :( ... Is there any way to make the blue vertical line go away in the html documents with lyx- code?
John On 12 May 2009 at 20:51, Jeff Epler wrote: > Modified file emc2/docs/src/hal/halmodule.lyx > > Full file: > <http://cvs.linuxcnc.org/cvs/emc2/docs/src/hal/halmodule.lyx?rev=1.3 > .2.1> > > Difference: > <http://cvs.linuxcnc.org/cvs/emc2/docs/src/hal/halmodule.lyx.diff?r1 > =1.3;r2=1.3.2.1> > > Branch: v2_3_branch > > Log: > revision 1.3.2.1 > date: 2009/05/12 20:51:59; author: jepler; state: Exp; lines: +6 > -6 > markup fixes > > --- halmodule.lyx 2009/02/21 14:22:53 1.3 > +++ halmodule.lyx 2009/05/12 20:51:59 1.3.2.1 > @@ -51,7 +51,7 @@ > passthrough.out > \family default > ) approximately once per second. > -\layout Quote > +\layout LyX-Code > > #!/usr/bin/python > \newline > @@ -96,7 +96,7 @@ > \family default > . > Then try it out: > -\layout Quote > +\layout LyX-Code > > $ halrun > \newline > @@ -170,7 +170,7 @@ > The arguments are the HAL component name and (optionally) the > prefix used > for pin and parameter names. > If the prefix is not specified, the component name is used. > -\layout Quote > +\layout LyX-Code > > h.newpin("in", hal.HAL_FLOAT, hal.HAL_IN) > \layout Standard > @@ -358,7 +358,7 @@ > passthrough.in > \family default > . > -\layout Quote > +\layout LyX-Code > > h.ready() > \layout Standard > @@ -390,14 +390,14 @@ > > For pins and parameters which are also proper Python identifiers, > the value > may be accessed or set using the attribute syntax: > -\layout Quote > +\layout LyX-Code > > h.out = h.in > \layout Standard > > For all pins, whether or not they are also proper Python > identifiers, the > value may be accessed or set using the subscript syntax: > -\layout Quote > +\layout LyX-Code > > h['out'] = h['in'] > \layout Subsection > > > -------------------------------------------------------------------- > ---------- > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > http://cvsbook.red-bean.com/ - CVS Guide and mandatory reading. > _____________________________________________ > Emc-commit mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-commit ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
