...опинилось на наступній стрічці ).
У vakthesis.cls в цьому місці \addcontentsline{toc}{chapter}% {\protect\numberline{\@chapapp\nobreakspace\thechapter}#1}% \else \addcontentsline{toc}{chapter}{#1}% \fiзамінити "#1" на "#1\nopagebreak[4]".
Дякую за інформативне повідомлення Ще вчора перерив мани по ps2pdf і нічого про задання розміру сторінки не знайшов (при чому ж в ps - оригіналі чітко вказано а4, правда, в коментарях)
ps2pdf -sPAPERSIZE=a4 58.ps 58.pdfdvipdfm -p a4 58.dvi
15:53 ~$ man ps2pdf -P catPS2PDF(1) Ghostscript PS2PDF(1)NAME ps2pdf - Convert PostScript to PDF using ghostscript ps2pdf12 - Convert PostScript to PDF 1.2 (Acrobat 3-and-later compati- ble) using ghostscript ps2pdf13 - Convert PostScript to PDF 1.3 (Acrobat 4-and-later compati- ble) using ghostscriptSYNOPSIS ps2pdf [options...] {input.[e]ps|-} [output.pdf|-] ps2pdf12 [options...] {input.[e]ps|-} [output.pdf|-] ps2pdf13 [options...] {input.[e]ps|-} [output.pdf|-]DESCRIPTION The ps2pdf scripts are work-alikes for nearly all the functionality (but not the user interface) of Adobe’s Acrobat(TM) Distiller(TM) prod- uct: they convert PostScript files to Portable Document Format (PDF) files. The three scripts differ as follows: - ps2pdf12 will always produce PDF 1.2 output (Acrobat 3-and-later compatible). - ps2pdf13 will always produce PDF 1.3 output (Acrobat 4-and-later compatible). - ps2pdf per se currently produces PDF 1.2 output (Acrobat 3-and- later compatible). However, this may change in the future. If you care about the compatibility level of the output, use ps2pdf12 or ps2pdf13, or use the -dCompatibility=1.x switch in the command line. There are some limitations in ps2pdf’s conversion. See the HTML docu- mentation for more information.SEE ALSO gs(1), ps2pdfwr(1), Ps2pdf.htm in the Ghostscript documentationVERSION This document was last revised for Ghostscript version 8.15.AUTHOR artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the primary maintainers of Ghostscript. This manpage by George Ferguson.8.15 22 September 2004 PS2PDF(1)15:54 ~$ ps2pdf -hUsage: ps2pdfwr [options...] (input.[e]ps|-) [output.pdf|-]15:54 ~$ ps2pdf --helpUsage: ps2pdfwr [options...] (input.[e]ps|-) [output.pdf|-]15:54 ~$
$ man gs -P 'grep PAPERSI' -sPAPERSIZE=<paper_size> -sPAPERSIZE=a4 -sPAPERSIZE=legal
...керівнико хочеться щоб я його взяв і перекинув на наступну сторінку (ніби це в ворді: двіччі натис ентера і воно перескочило)...
\addtocontents{toc}{\protect\pagebreak}
У vakthesis.cls в цьому місціКод: [Вибрати] \addcontentsline{toc}{chapter}% {\protect\numberline{\@chapapp\nobreakspace\thechapter}#1}% \else \addcontentsline{toc}{chapter}{#1}% \fiзамінити "#1" на "#1\nopagebreak[4]".
\addcontentsline{toc}{chapter}% {\protect\numberline{\@chapapp\nobreakspace\thechapter}#1}% \else \addcontentsline{toc}{chapter}{#1}% \fi
\documentclass[a4paper,14pt]{vakthesis}\usepackage[T2A]{fontenc}\usepackage[cp1251]{inputenc}% <--- вказати потрібне кодування\usepackage[ukrainian]{babel}\usepackage{amsmath}% потрібен через помилку у vakthesis, яка ще не виправлена% але не повинен впливати на зміст\usepackage{geometry}\geometry{hmargin={30mm,15mm},lines=14,vcentering}% коротка сторінка, щоб бачити ефект\makeatletter\renewcommand*\l@chapter[2]{% \ifnum \c@tocdepth >\m@ne \addpenalty{-\@highpenalty}% \vskip 1.0ex \@plus\p@ \settowidth\@tempdima{\@chapapp\nobreakspace}% \addtolength\@tempdima{\@appendix@number@width}% \addtolength\@tempdima{1.5em}% \begingroup \parindent \z@ \rightskip \@tocrmarg \parfillskip -\rightskip \leavevmode \bfseries \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par \nopagebreak% \penalty\@highpenalty% <--- змінено \endgroup \fi}\makeatother\begin{document}\tableofcontents\chapter*{Вступ}\chapter{Подання дійсних чисел рядами~Остроградського і ще трохи тексту}\section{Означення ряду Остроградського $1$-го виду}\section{Означення та властивості підхідних чисел}\section{Розклад числа у знакозмінний ряд за $1$-м алгоритмом Остроградського}\chapter{Подання дійсних чисел рядами~Остроградського і ще трохи тексту}\section{Означення ряду Остроградського $1$-го виду}\section{Означення та властивості підхідних чисел}\section{Розклад числа у знакозмінний ряд за $1$-м алгоритмом Остроградського}\chapter*{Висновки}\end{document}
Гарна пропозиція. Чому б автору класу не внести в нього цю зміну?
Цитата: Сергій Лисовенко від 2009-07-30 15:40:49Можна лінку на Львовського? Це - посібник? Його можна курити?tex.bog.msu.ru/Lvovskij.pdf сторінка 309
Можна лінку на Львовського? Це - посібник? Його можна курити?
...Нашо це мені? Щоб не писало "див. стор. #" якщо # --- поточна сторінка.
\renewcommand{\reftextcurrent}{}%\renewcommand{\reftextafter}{}%\renewcommand{\reftextbefore}{}%\renewcommand{\reftextfaceafter}{}%\renewcommand{\reftextfacebefore}{}%