[go: up one dir, main page]

File: README

package info (click to toggle)
findent 4.3.5-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,972 kB
  • sloc: sh: 9,350; cpp: 6,224; fortran: 2,901; lex: 690; yacc: 515; makefile: 224; python: 155; lisp: 52
file content (23 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This directory contains files to construct findent.pdf and findent.md.

Programs needed:
  
  latex          Debian: texlive-latex-base texlive-latex-recommended texlive-latex-extra
  pdflatex
  pandoc

Input files are:

  findent.tex          The text in latex format.
  date.tex             The date to be used in findent.pdf and findent.md.
  findent.markdown.in  For the layout of findent.md.
  
Usage of make:

  make                 Creates findent.pdf and findent.md.
  make all             Same as make.
  make findent.pdf     Creates findent.pdf.
  make findent.md      Creates findent.md.
  make clean           Removes temporary files produced by latex and pdflatex.
                       These files are automatically removed after successful 
		       creation of findent.pdf.