descriptionneatroff top-level makefile
homepage URLhttp://litcave.rudi.ir/
owneraligrudi@gmail.com
last changeFri, 13 Sep 2024 16:06:07 +0000 (13 19:36 +0330)
content tags
add:
README
NEATROFF TOP-LEVEL MAKEFILE
===========================

This directory contains the top-level Makefile of Neatroff to obtain
and build Neatroff and the helper programs that accompany it.

To use Neatroff without installing it (which is recommended), execute
the following commands (which obtain a few commonly used fonts
automatically for convenience):

$ make init		# Obtain the necessary files and fonts
$ make neat		# Build the programs

To create Farsi documents, replace the first command with the
following:

$ make init_fa

The demo directory contains a sample Neatroff document:

$ cd demo		# A small neatroff test
$ make			# Generate test.pdf from test.ms

To add fonts, copy them to the fonts directory and rebuild the
neat target.  In Neatroff, fonts/MyFont.ttf can be mounted as
follows:

  .fp - R MyFont

For more information, consult the following documents:

http://litcave.rudi.ir/neatstart.pdf
http://litcave.rudi.ir/neatfbeg.pdf

LICENCE
=======

Except for the tmac/ directory (see tmac/NOTICE) everything in this
directory are released under the following terms (the ISC licence):

NEATROFF TYPESETTING SYSTEM

Copyright (C) 2012-2020 Ali Gholami Rudi <ali at rudi dot ir>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
shortlog
5 days ago Ali Gholami... demo/neatroff.ms: fix the spelling of nomenclaturemaster
2023-02-04 Ali Gholami... tmac.tbl: invoke tblmac macros after adjusting in and ll
2022-08-27 Ali Gholami... tmac.keep: do not break when inserting floats
2022-08-21 Ali Gholami... tmac.keep: warn if some of the floats cannot be output
2022-08-14 Sekulum Forkatmac/tmac.e, tmac/me/footnote.me: fix -me footnotes
2022-07-21 phoebosMakefile: support DESTDIR
2022-07-11 Andreas Ederneatroff.ms: many corrections
2022-06-03 Ali Gholami... Makefile: use a Github mirror of Plan 9 Troff
2022-05-28 Andreas Lammerstmac.gr: insert a missing bracket in .grtxt
2022-05-06 Andreas Ederneatstart.ms: improve the English
2022-05-05 Andreas Ederneateqn.ms: improve the English
2022-04-16 Ali Gholami... tmac.tbl: specifying table box colour with tblboxclr...
2022-04-11 phoebosMakefile: remember $PWD even running under sudo
2022-04-10 phoebosMakefile: correct installed fontpath change
2022-04-10 Ali Gholami... demo.tr: rename from demo1.tr
2022-03-23 Ali Gholami... demo: replace git with https
...
tags
3 years ago 20210817
heads
5 days ago master
6 years ago install
7 years ago farsi
7 years ago standalone