Go to the first, previous, next, last section, table of contents.
sc-open-line
(C-c C-o)
-
Similar to emacs' standard
open-line
commands, but inserts the
citation string in front of the new line. As with open-line
,
an optional numeric argument inserts that many new lines.
sc-fill-paragraph-manually
(C-c q and C-c C-q)
-
Manually fills the current paragraph. Actually this is an interactive
version running the hook
sc-fill-paragraph-hook
, however it does
bind the global variable sc-fill-arg
to the value of the optional
argument. What this implies of course, is that you can use any paragraph
filling package you want to actually do the filling of the cited
paragraph. If that package takes an argument, you can write a simple
wrapper function to pass sc-fill-arg
as that argument.
sc-describe
(C-c ?)
-
This function has been obsoleted by the texinfo manual you are now
reading. It is still provided for compatibility, but it will eventually
go away.
Go to the first, previous, next, last section, table of contents.