[Groff] corrections of groff's README file

2005-05-20 Thread Bernd Warken
The README file in the top groff source directory has some errors. The following patch fixes these. ## patch for /README --- README.orig 2004-11-16 13:48:49.0 +0100 +++ README 2005-05-20 18:24:45.429739616 +0200 @@ -34,6 +34,7 @@ An update of a checked out repository shou

Re: [Groff] corrections of groff's README file

2005-05-22 Thread Bernd Warken
ad snapshots (which are updated twice a day) from ### end of patch Bernd Warken __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 smime.p7s Description: S/MIME

Re: [Groff] corrections of groff's README file

2005-05-23 Thread Bernd Warken
stead. The existence of the file README.CVS forces that all CVS information in README should go to README.CVS. This email contains two patch files with the corresponding changements for README and README.CVS as attachment. Bernd Warken __ Mit W

[Groff] Re: README and README.CVS

2005-05-25 Thread Bernd Warken
removed. Bernd Warken __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 README Description: Binary data smime.p7s Description: S/MIME Cryptographic Signature

[Groff] Old version of doc/fdl.texi

2005-05-28 Thread Bernd Warken
The file /doc/fdl.texi contains the old version 1.1 of the FDL. The actual version 1.2 can be get from http://www.fsf.org/licensing/licenses/fdl.texi Bernd Warken __ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit

[Groff] Debian's trouble with FDL

2005-05-28 Thread Bernd Warken
hem to GPL? Bernd Warken __ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ___ Groff mailing list Groff@gnu.org http://lis

[Groff] ISO-8859-15 for nroff.sh

2005-06-16 Thread Bernd Warken
TF-8) T=-Tutf8 ;; - iso_8859_1 | *.ISO-8859-1 | *.ISO8859-1) + iso_8859_1 | *.ISO-8859-1 | *.ISO8859-1 | \ + iso_8859_15 | *.ISO-8859-15 | *.ISO8859-15) T=-Tlatin1 ;; *.IBM-1047) T=-Tcp1047 ;; ####

Re: [Groff] serious pdfroff problems

2005-06-19 Thread Bernd Warken
mmercial UNIX systems. If you want to have a free shell standard you could look at http://www.funet.fi/pub/doc/posix/p1003.2/d11.2/all POSIX itself is not free as well, but this paper was a pre-release draft that was openly published and is still freely available. I built groffer around th

Re: [Groff] Typesetting with groff from Makefiles

2005-06-21 Thread Bernd Warken
`false' is part of POSIX. That should be enough. You cannot use the original Bourne style for much; it does not even have shell functions. Bernd Warken __ Verschicken Sie rom

[Groff] gxditview is not installed

2005-06-22 Thread Bernd Warken
In /src/devices/xditview, the Imakefile was replaced by a Makefile. But the directory is not called by `make'. If one adds this directory to /Makefile, only the man page is installed. `gxditview' is not even generated. Be

Re: [Groff] gxditview is not installed

2005-06-23 Thread Bernd Warken
;. The X* devices make also trouble. -TX75, -TX100, -TX75-12, and TX100-12 each produce an error with the CVS groff, but the system groff 1.18.1 is ok. `groff -TX100' generates the error: groff: can't find `DESC' file groff:fatal error: invalid device `X100' Bernd War

[Groff] Difference of gxditview between -X, -TX*, and -Z

2005-06-24 Thread Bernd Warken
on the other hand, is different and avoids the error. That seems curious to me. `-X' is said to produce PS output, while `-Z' generates just the intermediate output. So `-Z' should look more like `-TX*' than `

[Groff] Difference of gxditview between -X, -TX*, and -Z

2005-06-24 Thread Bernd Warken
in the gxditview viewer, but not as a text output. Either -Z must be changed to produce again the good intermediate output without the bad ps part or a whole lot of documentation must be changed. Bernd Warken _ Mit der G

Re: [Groff] HTML output of a man page containing an equation

2005-07-30 Thread Bernd Warken
image files could be complicated. A better method might be to find a possibility to include the picture source directly into the html output. But I do not have any idea on this. I fixed `groffer' to always work by changing to the tempor

[Groff] make uninstall does not remove 2 files

2005-08-02 Thread Bernd Warken
, unnecessary errors; these are avoided by adding `2>/dev/null' and `|| :'. Bernd Warken __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail:

Re: [Groff] make uninstall does not remove 2 files

2005-08-02 Thread Bernd Warken
As the mail program trashed the patches I include 3 files with purer patches in the appendix. Bernd Warken __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

Re: [Groff] Problem Installing groffer

2005-08-07 Thread Bernd Warken
$(INSTALL_SCRIPT) groffer $(bindir)/groffer - $(INSTALL_SCRIPT) groffer2.sh $(libdir)/groff/groffer/groffer2.sh + $(INSTALL_SCRIPT) $(srcdir)/groffer2.sh \ + $(libdir)/groff/groffer/groffer2.sh Does it hurt if $(srcdir) is also added to `grof

[Groff] Handling without colors for .URL and .MTO in www.tmac

2005-08-08 Thread Bernd Warken
.URL and .MTO use the color blue. But if colors are not active they print in the normal font. This is not impressive. The appended patch uses the bold font instead of blue. Bernd Warken __ Verschicken Sie romantische, coole und

Re: [Groff] Handling without colors for .URL and .MTO in www.tmac

2005-08-10 Thread Bernd Warken
Another patch for www.tmac. In now handles .URL and .MTO in case \\$1 is empty. The empty <> is now omitted, just like html mode does. The patch is appended in the file www.tmac.patch2. Bernd Warken _ Mit der G

Re: [Groff] Line fragments with .TS and .PSPIC

2005-08-22 Thread Bernd Warken
ssibility to change `groff' such that it is not necessary to redefine .TS and .TE? Bernd Warken __ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis t

Re: [Groff] Line fragments with .TS and .PSPIC

2005-08-22 Thread Bernd Warken
goes around a table in a nice way. Maybe you could use your redefinitions in the original definitions. I hope that I understood that right. Bernd Warken __ Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfa

Re: [Groff] Line fragments with .TS and .PSPIC

2005-08-23 Thread Bernd Warken
Jon Snader <[EMAIL PROTECTED]> schrieb am 23.08.05 23:40:11: > > Perhaps a different > macro, or a new argument to .TS to invoke the behavior is what we > want. That's a good idea. Bernd Warken __

Re: [Groff] PS and "page background"

2005-10-18 Thread Bernd Warken
le for viewing in a PDF viewer. All needed `groff' options are determined and performed automatically. If you want to see the Postscript source without a viewer use groffer --ps --source file_or_man_page `groffer' is part of

Re: [Groff] Introduction

2005-10-22 Thread Bernd Warken
With dwww you can view info files, man pages, and other documentation with a web browser. The needed html is generated on-the-fly. Even links are created such that you can view other man pages by clicking in a man page. Bernd Warken ___

Re: [Groff] Groff wiki?

2005-10-28 Thread Bernd Warken
There is a wiki page with an article on groff: http://en.wikipedia.org/wiki/Groff. It is quite small. The German version http://de.wikipedia.org/wiki/Groff is different and much larger. Strangely enough, it comments `lbl' as supported preprocessor. Bernd W

Re: [Groff] Groff wiki?

2005-10-28 Thread Bernd Warken
d. > The cited original lbl shar archive is available at ftp://ftp.uu.net/usenet/comp.sources.unix/volume6/lbl.Z This file is the compressed version of lbl.shar in the tar file. The site http://www.rocketaware.com/hard/print/ shows to this l

Re: [Groff] Re: What's missing for Unicode support of groff?

2005-12-11 Thread Bernd Warken
tical as well. So the best way might be to replace c+ or c\{1,\} by cc* sed -e 's/^.* \([^ ][^ ]*\)$/\1/' -e '1q' Bernd Warken __ Verschicken Sie romantische, coole und witzige Bilder

Re: [Groff] PDF printing coming

2006-04-21 Thread Bernd Warken
> Von: Clarke Echols <[EMAIL PROTECTED]> > Besides, it didn't put one cent in Bill Gates and company's pocket. > I'm too cheap to spend big bucks just to get PowerPoint. I haven't > checked, but perhaps there's some equivalent now available for Linux > or Cygwin? OpenOffice Impress can handle Po

[Groff] Debian considers GNU FDL conditionally free

2006-05-12 Thread Bernd Warken
release of "etch" since this outcome results in the need for many developers to check documentation for unmodifiable parts. However, much documentation may be kept in the main Debian archive even if it is licensed under the GN

[Groff] groffer has now pdf as default mode

2006-09-11 Thread Bernd Warken
; mode has the advantage that there are some good viewers and that it is possible to search within a pdf file. Good luck Bernd Warken __ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

[Groff] empty line before .TH in man page produces sometimes an empty page

2006-10-01 Thread Bernd Warken
le line even in ps or dvi output. But as soon as you add a line that is empty or has only spaces or a comment a whole empty page is created in ps or dvi mode. Bernd Warken ___ Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, onl

[Groff] Perl version of groffer

2006-10-14 Thread Bernd Warken
version because it is still in the alpha state. Bernd Warken __ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131

[Groff] rewrite of chem

2006-10-19 Thread Bernd Warken
ibution or /src/preproc/chem because `chem' is a `pic' preprocessor. Bernd Warken ___ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff

[Groff] Adding groffer new directories to Makefile.in

2006-10-24 Thread bernd . warken
/automake? Then it just has to be regenerated. Bernd Warken ___ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff

[Groff] chem

2006-10-28 Thread bernd . warken
with handling long [...] block constructs. Maybe someone can help me to fix this. The easiest way to handle chem is with groffer: chem example | groffer will display the example in pdf mode. Enjoy Bernd Warken ___ Groff mailing list Groff@gnu.org

[Groff] several macro packages for grog

2006-11-02 Thread Bernd Warken
task to handle this output. 2) `grog' exits with an error, but no error message is written. 3) `grog' exits with an error, and an error message is written. In each case, I can provide a patch. Please tell me which method you prefer. Bernd Warken __

[Groff] Rewrite of grog

2006-11-06 Thread Bernd Warken
grog with your roff files. I could not test mm files. But the testing of ms was very weak, too. A problem occurs if grog tests 2 or more macro packages for a single file. This has to be tested. Bernd Warken ___ Groff mailing list Groff@gnu.org

[Groff] make check doesn't work

2006-11-08 Thread Bernd Warken
runtest; \ else \ echo "WARNING: could not find \`runtest'" 1>&2; \ fi WARNING: could not find `runtest' ### So runtest is lacking. I do not know where to get it. Bernd Warken ___ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff

[Groff] New roff2* programs

2006-11-09 Thread Bernd Warken
o provide PostScript output for the `groff' example files because everyone can easily generate these files. A suitable README file could be written. Bernd Warken ___ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff

Re: [Groff] New roff2* programs

2006-11-09 Thread Bernd Warken
ust want a quick peruse without the overhead of building, etc. If they can use PostScript they must have a working computer. Moreover, the ps-files in the examples are very disgusting. They hide the roff source code; a ps-subdirectory would do. Maybe `html' w

Re: [Groff] groffer and pdf

2006-11-14 Thread Bernd Warken
. Another > option is to merge the functionality, making pdfroff a symlink to > roff2pdf. You are right. I will change groffer to do this. But actually I do not have time for it. It will take several weeks. Bernd Warken ___ Groff

[Groff] doclifter on groffer.man

2006-12-30 Thread Bernd Warken
r cannot detect the comment sign \" or is not able to handle long variable names. `doclifter' should be fixed to handle this correctly. I cannot detect any necessity for a "safe" list. I will not fall back to the old scheme of 2 letter variable names. Bernd Warken __

[Groff] On groffer and groffer.1

2007-01-11 Thread Bernd Warken
e fixed and removed from the secure list. Perhaps the remaining troubles could be fixed as well by the time. Laziness should not prevent this. Good luck Bernd Warken ___ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff

[Groff] error in grotty.man

2007-02-05 Thread Bernd Warken
+This makes it possible to have eight different background > +foreground colors; additionally, bold and italic > attributes can be used \f[BI]at the same time\f[] (by using the BI font). The word `and' seems to be lost. Bernd Warken

[Groff] Adding section number to man-page, e.g. groff.1.man and groff.7.man for groff.man

2015-08-06 Thread Bernd Warken
; is removed and the file is installated as `.[157]'. ### old-fashion concept A similar concept with `.[157]n' was proposed and discussed in october 2014. As this concept is not as suitable, I do not propose this old proposal again. Bernd Warken

[Groff] I added section name to man-pages names

2015-08-08 Thread Bernd Warken
. Unfortunately I do not have time during the next week or longer. So I would be very glad, if someone could help and fix this bug, maybe in top-source/Makefile.am. Bernd Warken

Re: [Groff] I added section name to man-pages names

2015-08-08 Thread Bernd Warken
. Help? > > So I would be very glad, if someone could help and fix this bug, > > maybe in top-source/Makefile.am. Please help me for that as well. Thanx Bernd Warken

[Groff] automake for man-pages

2015-08-13 Thread Bernd Warken
get the final section number. Bernd Warken

Re: [Groff] automake for man-pages

2015-08-20 Thread Bernd Warken
Thanx for the answers of my questions. > Von: "Bertrand Garrigues" > I used the Automake variables man1_MANS, man5_MANS, man7_MANS to define > the list of man files to be installed in sections 1, 5, and 7. > > This is described here: > > https://www.gnu.org/software/automake/manual/automake.

[Groff] all man-pages with section number

2015-08-22 Thread Bernd Warken
I just published the renaming of man-pages including the section number, e.g. groffer.man -> groffer.1.man groffer.1.man is then transferred into groffer.n, which is installed as groffer.1. Make install, uninstall, clean, and distclean work as they should. Please test. Bernd Warken

Re: [Groff] all man-pages with section number

2015-08-27 Thread Bernd Warken
please test? If it's OK on your side I'll commit this change. Your patch is ingeneous, thanx. With that it will be possible to have groff.1.man and groff.7.man on the same directory. Please install it. But as I'm working today (Thursday) at several GIT updates, please wait with the install to tomorrow (Friday). Bernd Warken

[Groff] Install pdfpic from Peter Schaffter

2015-08-27 Thread Bernd Warken
glilypond, but not yet today. The macro was written by Peter Schaffter in 2014. So the license should be added by the author, as well as the documentation in the man-page man/groff_tmac.5.man should be improved.. Bernd Warken

Re: [Groff] GSView question (groff-PostScript viewer)

2008-09-30 Thread Bernd Warken
offer --ps --ps-viewer=gv ... By the command "groffer ..." without options, it is converted to pdf, the better PostScript. Bernd Warken

Re: [Groff] Problem using groffer with evince

2009-08-02 Thread Bernd Warken
offer command worked without problems. The temporary file was not deleted. even wtih several evince programs running. Maybe your evince version is buggy. Bernd Warken

Re: [Groff] Problem using groffer with evince

2009-08-03 Thread Bernd Warken
nce would make more sense. Bernd Warken

[Groff] Debian testing uses now groff 1.20.1

2009-08-23 Thread Bernd Warken
short time ago. Bernd Warken

[Groff] new groff-filenames.7 (roff filename extensions)

2013-01-22 Thread Bernd Warken
an Please tell me if I missed something. Bernd Warken groff-filenames.7 Since the evolution of roff in the 1970s, a whole bunch of file name exte

[Groff] new man-page groff-filenames.7 (filename extensions for roff files)

2013-01-22 Thread Bernd Warken
"groff/man/groff-filenames.man". Please tell me if I missed something. Bernd Warken groff-filenames.7 Since the evolution of roff in the 197

Re: [Groff] new man-page groff-filenames.7 (filename extensions for roff files)

2013-01-22 Thread Bernd Warken
are also used by BSD without groff. Moreover it would be nice to add the extensions to the Emacs nroff-mode. Meanwhile groff-filenames.man is ready. I can publish it. I think this man-page does not do any harm. But a lacking documentation is a weakness. Imagine what would happen in Linux systems without the FHS. I could also use this documentation as part of groffer. Reliable filename extensions would be very nice for grog and groffer. Bernd Warken

Re: [Groff] new groff-filenames.7 (roff filename extensions)

2013-01-23 Thread Bernd Warken
necessary. Bernd Warken groff_filenames.man Description: Unix manual page

[Groff] GPL or FDL

2013-01-24 Thread Bernd Warken
in the FDL. So which license should we prefer for documentation files: - make all documentation files into GPL - make all documentation files into FDL - keep the licenses of all files as they are In any case, the file LICENSES has to be updated accordingly. Bernd Warken

Re: [Groff] GPL or FDL

2013-01-24 Thread Bernd Warken
ses will come later on. > > In any case, the file LICENSES has to be updated accordingly. > > Patches are welcomed :-) First we should be clear about what has to be changed. When we use FDL, that should be documented in the LICENSES file. Bernd Warken

Re: [Groff] GPL or FDL

2013-01-24 Thread Bernd Warken
This mail goes to the Debian admins. I think that's mostly Colin Watson. > Von: "Bernd Warken" > > The groff source tree is usually licensed to GPL. That is excellent. > > But there are also some documents under the GNU FDL. This is regarded > as bad by Deb

Re: [Groff] GPL or FDL

2013-01-25 Thread Bernd Warken
So the copyright is loaded at the end by calling these macros. That means that the copyright at the beginning and at the end are guaranteed to be the same. Moreover the macro definition is not "ignored" by using .ig. It seems necessary to have the leading .TH and .SH at the top before the "Legalese". I will comment the license for other files later on. Bernd Warken

Re: [Groff] GPL or FDL

2013-01-25 Thread Bernd Warken
> Von: "James K. Lowden" > > On Thu, 24 Jan 2013 16:42:05 +0100 (CET) > "Bernd Warken" wrote: > > > So which license should we prefer for documentation files: > > - make all documentation files into GPL > > - make all documentation files

Re: [Groff] GPL or FDL

2013-01-25 Thread Bernd Warken
names. So the weak commercial roff programs should see where they are. Forget about them. Bernd Warken

Re: [Groff] GPL or FDL

2013-01-25 Thread Bernd Warken
> Von: "Ralph Corderoy" > > > I will move all man-pages where I'm among the authors from FDL to GPL. > > Out of curiousity, can you do that without the other authors' explicit > agreement? > > Cheers, Ralph. Of course I will ask them privately. Bernd Warken

Re: [Groff] GPL or FDL

2013-01-26 Thread Bernd Warken
27;) > to check how they resolve this issue. > > > Werner > > > PS: I'll write to Karl Berry for clarification too. I wrote to licens...@fsf.org `coreutils' uses FDL. Bernd Warken

[Groff] extended font macro

2013-01-26 Thread Bernd Warken
.FONT CB file. CI extension . R . This is \f[CB]file.\f[]\f[CI]extension\f[]\f[R].\f[] The .FONT macro is much more readable. Maybe we could rename .FONT or .FT and add it to the man macros in an-old.tmac. We could even extend .ft, but I do not know how to do this. Bernd Warken

Re: [Groff] GPL or FDL

2013-01-26 Thread Bernd Warken
> Von: "Ingo Schwarze" > > Hi Bernd, > > Bernd Warken wrote on Fri, Jan 25, 2013 at 05:17:07PM +0100: > > > I will move all man-pages where I'm among the authors from FDL to GPL. > > > > Next I will transform all GPL man-pages into the follo

Re: [Groff] extended font macro

2013-01-26 Thread Bernd Warken
> Von: "Ingo Schwarze" > > Bernd Warken wrote on Sat, Jan 26, 2013 at 03:44:55PM +0100: > > [...] > > Examples: > > .FONT I text1 R text2 I text3 R text4 > > is equivalent to .IR text1 text2 text3 text4 > > I don't particularly like the id

Re: [Groff] extended font macro

2013-01-26 Thread Bernd Warken
conservative here, more or less. If at all, this > could be added to `an-ext.tmac', but extending the man page stuff is > low-priority. Fixing bugs in me, mm, and ms is certainly more > important. an-ext.tmac would be fine. Bernd Warken

[Groff] hdtbl for tables of many pages in man

2013-01-31 Thread Bernd Warken
? If possible the header should also be written at each new page. Bernd Warken

Re: [Groff] hdtbl for tables of many pages in man

2013-02-01 Thread Bernd Warken
> Von: "walter harms" > > Am 01.02.2013 01:39, schrieb Bernd Warken: > > I have a man-page with a table that is 3 pages long. It works when > > I split it in 3 parts and call .TS/.TE for each. > > > > I would prefer to use hdtbl. You mention in

[Groff] .mso for groff_hdtbl(7)

2013-02-02 Thread Bernd Warken
: $ { echo '.mso 'hdtbl.tmac; cat; } | sed -e 's/^[ \t]*//' | groffer - This command waits for input, which you can provide by marking and copying an example with the mouse. I like hdtbl, but some more examples would be nice. Bernd Warken

[Groff] Error in hdtbl

2013-02-03 Thread Bernd Warken
s it right: || | +1*2-+-2+3*2-+ | Bernd Warken

Re: [Groff] .mso for groff_hdtbl(7)

2013-02-04 Thread Bernd Warken
. Using `groff -man -mhdtbl ...' leads to errors, even without any output. 2 `-m' parameters seem to be illegal. > > Surely this isn't correct? Why would `-mhdtbl', on the command line, > > not be equally effective? > > It would, of course. Can you provide a better formulation? grog must be adapted. Bernd Warken

Re: [Groff] replicating official memo

2013-02-05 Thread Bernd Warken
> Von: "Tadziu Hoffmann" > > A good starting point are the tutorial examples in the > old Bell Labs Computing Science Technical Report #54 > (http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz). The 54.ps.gz are broken all over the internet. But http://troff.org/54.pdf works. Bernd Warken

[Groff] broken documentation for ideal

2013-02-05 Thread Bernd Warken
>From troff.org: IDEAL User's Manual. CSTR #103, C. J. Van Wyk, Bell Labs, December 1981. http://cm.bell-labs.com/cm/cs/cstr/103.ps.gz 103.ps.gz is broken, beginning at page 5. Does anyone have another format or knows about that? Bernd Warken

Re: [Groff] .mso for groff_hdtbl(7)

2013-02-05 Thread Bernd Warken
ion, that hdtbl's .TH is overwritten by man, which doesn't > matter hdtbl because .TH is more optional and one can do the same with > .TD. It does not work for my man-page. > -- But why using man and hdtbl together? > I have a man-page about historical stuff. This also has a table with 5 pages. Bernd Warken

Re: [Groff] replicating official memo

2013-02-05 Thread Bernd Warken
uld do that for the other cstr ps-files that document classical troff. Then we could use troff.org in the groff man-pages. One cannot expect that everyone uses gs or ps2pdf. If it is not possible to do that, I propose to use github.com. I'm about to create a git page about RUNOFF. Bernd Warken

Re: [Groff] replicating official memo

2013-02-05 Thread Bernd Warken
, but also a lot of other ps-files. Is it posssible to store the generated pdf-files under troff.org? That would be the best place. If there will be a good position under troff.org we would use the addresses in the groff documentation. Bernd Warken

[Groff] Foxley roff music notes of 1987

2013-02-07 Thread Bernd Warken
a British university. Bernd Warken

Re: [Groff] Foxley roff music notes of 1987

2013-02-08 Thread Bernd Warken
ailinglist to add Lilypond into groff: ### [Groff] lilypond sections in groff From: Bernd Warken Subject:[Groff] lilypond sections in groff Date: Mon, 12 Feb 2001 21:08:56 +0100 User-agent: Mutt/1.2.5i Would it be hard to implement musical scores written in Lily

[Groff] .PSPIC seems to be broken

2013-02-08 Thread Bernd Warken
don't draw the image. So .PSPIC seems to be broken for almost all modes. I tried to read the pspic.tmac file, but it is quite complicated. Bernd Warken PS: How did I get the EPS-file? With lilypond. I used a lilypond file test.ly with the content: ## test.ly \version "2.14.2&

Re: [Groff] .PSPIC seems to be broken

2013-02-09 Thread Bernd Warken
> Von: Tethys > > "Bernd Warken" writes: > > >.PSPIC is documented in groff_tmac(5). It is supposed to load an EPS-file. > >That should work in the troff modes. In tty-modes and in X-mode it is not > >possible to show the EPS-file, so only a box wit

Re: [Groff] .PSPIC seems to be broken

2013-02-09 Thread Bernd Warken
ld be nice. But I could not use convert to transform between different formats. Which options do you use? Bernd Warken

Re: [Groff] .PSPIC seems to be broken

2013-02-09 Thread Bernd Warken
> how little music is produced. You could try:- > > groff -T ps -dpaper=a3 -P-pa3 t.trf That worked also for me, but I do not understand it completely. Thank you Bernd Warken

[Groff] groff_lilypond

2013-02-09 Thread Bernd Warken
nd in `groff/contrib/lilypond'. They will not be installed so far, but can be used from the sourcei directory. Could you please test the files and help to complete the project which is so far almost experimental. Bernd Warken

Re: [Groff] .PSPIC seems to be broken

2013-02-10 Thread Bernd Warken
/fonts/otf/emmentaler-11.otf) > concatstrings > (r) > file > .loadfont > %%EndResource > > A nice side effect is that the EPS files become much smaller, but of > course they are no longer self-contained. Again, grops understands > this just fine, but you *must* use G

[Groff] groff_lilypond v0.2

2013-02-10 Thread Bernd Warken
works only in groff pdf and dvi mode, not in ps. Tty, X and html mode have errors and display only a rectangle with the file name. To fix that is beyond my knowledge. I could write the groff_lilypond program only by the knowledge that many of you gave per email. I thank you very much. Bernd Warken

Re: [Groff] groff_lilypond v0.2

2013-02-11 Thread Bernd Warken
> Von: "Deri James" > > It may be a mis-type (ps <-> pdf). .PSPIC is definitely not supported by > gropdf, but is by grops. You are right, `groff -Tpdf' does not work. But I used `groffer' which still generates a ps-file and converts it by `gs' or `ps2pdf' into `pdf'. And that works. So there

Re: [Groff] groff_lilypond v0.2

2013-02-11 Thread Bernd Warken
{ c' e' g' e' } .lilypond stop qwer .lilypond start \version "2.14.2" { d' fes' gis' ees' } .lilypond stop 861 # end I do not understand why you do not have any problems. Bernd Warken

Re: [Groff] groff_lilypond v0.2

2013-02-11 Thread Bernd Warken
> Von: "Werner LEMBERG" > > PS: Bernd, you should definitely have a look how lilypond-book works. > For example, it adds a default preamble and postamble to the > temporary .ly files so that the snippets can stay very small. It > also uses hash sums of the snippets to avoid unnecessa

[Groff] groff_lilypond version v0.3

2013-02-11 Thread Bernd Warken
be given in the command line, including `-' and `--'. Bernd Warken

[Groff] changing groff_lilypond to glilypond

2013-03-16 Thread Bernd Warken
to better Perl style. The handling of temporary files and directories must still be changed for security reasons. Bernd Warken

Re: [Groff] changing groff_lilypond to glilypond

2013-03-16 Thread Bernd Warken
ve you thought about adding a groff mode to lilypond-book? No, not yet. Maybe that's not my job. I do not want to learn Python for doing this. Our job should be to make .PSPIC work for all kinds of groff output, not only for dvi. Bernd Warken

Re: [Groff] changing groff_lilypond to glilypond

2013-03-17 Thread Bernd Warken
should be a graphic output instead. I will provide more details after the next version of glilypond is published. Bernd Warken

[Groff] Makefile.in and Autotools

2013-03-27 Thread Bernd Warken
For the next `glilypond' version, I need to add something to the file /Makefile.in I know that `automake' replaces this file, but I did not find any `Makefile.am' that is usually used by `automake'. So can I change the `Makefile.in' file without problems? Bernd Warken

[Groff] 3 free git packages for historical files related to `roff'

2013-04-10 Thread Bernd Warken
hub.com:RUNOFF/groffer.git $ git clone g...@github.com:RUNOFF/RUNOFF.git Bernd Warken

  1   2   3   >