all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: Documentation on the command-line?
Date: Tue, 01 Jul 2014 18:36:08 +0200	[thread overview]
Message-ID: <87ha31qbnr.fsf@debian.uxu> (raw)
In-Reply-To: mailman.4651.1404228752.1147.help-gnu-emacs@gnu.org

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> I'm trying to find the documentation of "fancyhdr",
> part of "Texlive", and I've tried man fancyhdr, info
> fancyhdr, show fancyhdr.
>
> but its failing on all of them.

Yes :)

man are the Unix manpages and they deal with Unix tools
as well as Unix C programming because of their common
history not to say symbiosis to this very day.

info was the documentation project of the GNU people,
it is hypertext just like the Internet (and the man
pages, but the man much less so) - the interface of
info is more bulky than the default for the man pages,
which is why those are preferred by most (not all)
people then and now. When the internet hit big, I would
suspect some steam went of the info project.

What is show?

There is a man page for Emacs, and 'info emacs' gets
you the Emacs FAQ. By the way, note how similar info
looks to Emacs. As for man (as a tool), it is an
interface to the pager less, I would think.

As for packages, the kind you install on your computer,
if you are on Debian or Ubuntu or some or their zillion
forks, you can get an idea with 'aptitude show' - I
wouldn't call this "documentation", though, but
sometimes good URLs and the like can be found.

> So how do I get the documentation for an emacs or a
> latex package to show on the command-line please?

With Emacs stuff, there is no reason to use the shell
for that, use the very elaborate
online-and-dynamic-and-associated help system (not on
paper, and immediately updated, and written next to the
code it relates to). But don't you know that already?!
If not, I have news for you :)

describe-function
describe-mode
describe-variable
etc. (For more: `C-h ?' for help-for-help)

Or hit `C-h k' and then whatever key - cool, isn't it?

For LaTeX, there is something called "TeX by Topic" as
well as the CLI tool tlmgr - go fish :)

--
underground experts united:
http://user.it.uu.se/~embe8573


       reply	other threads:[~2014-07-01 16:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4651.1404228752.1147.help-gnu-emacs@gnu.org>
2014-07-01 16:36 ` Emanuel Berg [this message]
2014-07-01 18:53   ` Documentation on the command-line? Sharon Kimble
     [not found]   ` <mailman.4672.1404240819.1147.help-gnu-emacs@gnu.org>
2014-07-01 20:58     ` Emanuel Berg
     [not found] <mailman.4692.1404265508.1147.help-gnu-emacs@gnu.org>
2014-07-02  8:05 ` Emanuel Berg
2014-07-03  2:24   ` Robert Thorpe
2014-07-03  2:46     ` Bob Proulx
     [not found] <87mwcshia0.fsf@robertthorpeconsulting.com>
2014-07-01 22:13 ` Emanuel Berg
2014-07-02  1:44   ` Robert Thorpe
2014-07-01 15:32 Sharon Kimble
2014-07-01 16:46 ` Eric Abrahamsen
2014-07-01 18:40   ` Sharon Kimble
     [not found] ` <mailman.4665.1404233238.1147.help-gnu-emacs@gnu.org>
2014-07-01 21:12   ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ha31qbnr.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.