]> git.pld-linux.org Git - SPECS.git/blob - tetex-latex-pdfscreen.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / tetex-latex-pdfscreen.spec
1 Summary:        PDFscreen - redesigning the PDF output for both computer monitor and printing
2 Summary(pl.UTF-8):      PDFscreen - przetwarzanie wyjścia PDF by nadawało się na monitor i do wydruków
3 Name:           tetex-latex-pdfscreen
4 Version:        1.5
5 Release:        0.1
6 License:        unknown
7 Group:          Applications/Publishing/TeX
8 Source0:        http://www.river-valley.com/download/pdfscreen-%{version}.tar.gz
9 # Source0-md5:  ddf154211337e883cb59202e5921a5ac
10 URL:            http://www.river-valley.com/download/
11 Requires:       tetex-latex
12 Requires(post,postun):  /usr/bin/texhash
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define pdfscreendir %{_datadir}/texmf/tex/latex/pdfscreen
16 %define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
17
18 %description
19 PDFscreen package helps to redesign the PDF output of your normal
20 documents fit to be read in a computer monitor while retaining the
21 freedom to format it for conventional printing. This has been brought
22 about by redefining the margins and page height/width and related
23 dimensions to fit into that of the computer screen. By changing the
24 options to "print" you can switch the package to format the document
25 in the conventional way as per the dictates of your class file.
26
27 %description -l pl.UTF-8
28 Pakiet PDFscreen pomaga przeprojektowywać wyjście w formacie PDF z
29 normalnych dokumentów przystosowanych do czytania z komputerowego
30 monitora zachowując swobodę formatowania dokumentu do konwencjonalnego
31 wydruku. Zostało to osiągnięte przez przedefiniowanie marginesów i
32 wysokości/szerokości strony oraz powiązanych wymiarów, aby pasowały do
33 tych używanych na ekranie komputera. Poprzez zmianę opcji na "print"
34 (druk) można przełączyć pakiet, by formatował dokument w sposób
35 konwencjonalny, jak nakazuje plik klasy.
36
37 %prep
38 %setup -q -c
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{pdfscreendir}
43
44 install *.sty $RPM_BUILD_ROOT%{pdfscreendir}
45 install pdfscreen.cfg.specimen $RPM_BUILD_ROOT%{pdfscreendir}/pdfscreen.cfg
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %post
51 %texhash
52
53 %postun
54 %texhash
55
56 %files
57 %defattr(644,root,root,755)
58 %doc *.pdf
59 %{pdfscreendir}
This page took 0.051578 seconds and 3 git commands to generate.