From: "Oleg K. Artemjev" <olli@rbauto.ru>
To: community@altlinux.ru
Subject: Re: [Comm] TeX => doc/pdf?
Date: Tue, 5 Aug 2003 14:16:26 +0400
Message-ID: <20030805141626.1a17a3bb.olli@rbauto.ru> (raw)
In-Reply-To: <20030805121420.405e6952.vyt@vzljot.ru>
On Tue, 5 Aug 2003 12:14:20 +0400
Vitaly Ostanin <vyt@vzljot.ru> wrote:
> > В общем, бывает и такое -- понадобилось статью, набранную в
> > LaTeX, отконвертировать в doc или rtf.
> Можно попробовать через промежуточный html.
Я эти rtf/doc предпочитаю не пользоваться, а на крайняк отдавать
в pdf:
#!/bin/sh
pdfname=`date +%Y%m%d`.pdf
dvi=cisco-cfg-overview.dvi
if [ -r $dvi ]; then
dvipdfm -p a4 -o $pdfname $dvi
else
echo "Can't access $dvi. Stop."
exit
fi
echo "take care about all fonts installed when viewing pdf, also kghostview may have those that other don't."
--
Bye.Olli. http://olli.digger.org.ru
next prev parent reply other threads:[~2003-08-05 10:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-05 7:21 Yury Aliaev
2003-08-05 8:14 ` Vitaly Ostanin
2003-08-05 10:16 ` Oleg K. Artemjev [this message]
2003-08-05 12:16 ` Дмитриев М.Н.
2003-08-08 7:47 ` Yury Aliaev
2003-08-25 16:21 ` [Comm] Re: [Freepublish] " Andrei Lomov
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=20030805141626.1a17a3bb.olli@rbauto.ru \
--to=olli@rbauto.ru \
--cc=community@altlinux.ru \
/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
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git