- Questo topic ha 15 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 10 anni, 7 mesi fa da .
-
Topic
-
Buonasera,
credevo di aver risolto la maggior parte dei miei problemi, invece mi ritrovo a combattere… con Latex. 🙁
Nelle varie sezioni e subsezioni, la pagina mi viene riempita malamente (allego la pagina 37 che vale più di mille parole…).
[attachment=1503]pag37.pdf[/attachment]
Sono consapevole di avere molte figure e il documento diviso in molte sezioni brevi, però Latex mi riempie la pagina “in verticale” in modo anomalo (le pagine sono a volte troppo vuote).
Ho letto il paragrafo “revisione finale” dell’Arte e provato a rimpicciolire le figure (impostate flottanti), a dare loro le opzioni di posizionamento standard [htp], a modificare l’interlinea, mettere \clearpage alla fine di ogni capitolo, ecc. ma non ne vengo a capo.
Così com’è il documento finale è veramente orribile.
Vi allego il mio preambolo.
`\documentclass[a4paper, 12pt, twoside, openright]{book}
\usepackage[italian,english]{babel}
%\usepackage[utf8x]{inputenc} %SU LINUX
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc} %SU WIN
\usepackage{makeidx}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{mathrsfs}
\usepackage{amsthm}
\usepackage{cancel}
\usepackage{verbatim}
\usepackage{appendix}
\usepackage[symbol]{footmisc}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{longtable}
\usepackage[labelfont=bf,font=footnotesize,hang]{caption}
\usepackage{latexsym}
\usepackage{float}
\usepackage{listings}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{array}
\usepackage{color}
\usepackage{colortbl}
\usepackage[final]{pdfpages}
%\usepackage[textheight=\textheight, textwidth=\textwidth, bindingoffset=1cm, vcentering]{geometry}\usepackage{frcursive}
% per il flowchart
\usepackage{tikz}
\usepackage{tikz}
\usetikzlibrary{calc,positioning,shapes.geometric,shapes.symbols,shapes.misc, intersections, shadows, matrix, arrows}\tikzstyle{block} = [rectangle, draw, text width=12em, text centered, rounded corners, minimum height=5em]
\tikzstyle{block1} = [rectangle, draw, text width=5em, text centered, rounded corners, minimum height=3em]
\tikzstyle{line} = [draw, -latex']%\tikzstyle{cloud} = [draw, ellipse, node distance=3cm,
% minimum height=2em]%per scrivere algortimo in pseudo codice
\usepackage{algorithm}
\usepackage{algorithmic}
%
%\usetikzlibrary{matrix,arrows}
%%%\usepackage[symbol]{footmisc}
\usepackage{stmaryrd}
\usepackage{morefloats}
\usepackage{amstext}
\usepackage{fancybox}
\usepackage{lscape}\usetikzlibrary{trees}
%Il blocco seguente serve per fare l'intestazione elegante
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
\fancypagestyle{plain}{%
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}\frenchspacing
\newtheorem{teo}{Theorem}[chapter]
\newtheorem*{teointro}{Theorem}
\newtheorem{prop}[teo]{Proposizione}
\newtheorem{propr}[teo]{Property}
\newtheorem*{propintro}{Proposition}
\newtheorem*{defintro}{Definition}
\newtheorem{cor}[teo]{Corollary}
\newtheorem{lemma}[teo]{Lemma}
%\newtheorem{conj}[teo]{Congettura}\theoremstyle{definition}
\newtheorem{defi}[teo]{Definition}
\newtheorem{osse}{Remark}
\newtheorem{exe}{Exercise}
\newtheorem{ese}{Example}
\newtheorem*{notabene}{Nota Bene}\newtheorem*{probl}{Problem}
\theoremstyle{remark}
\newtheorem*{notazione}{Notation}\newcommand{\nn}{\mathbb{N}}
\newcommand{\zz}{\mathbb{Z}}
\newcommand{\rr}{\mathbb{R}}
\newcommand{\ff}{\mathbb{F}}
\newcommand{\group}[1]{(#1,\cdot)}
\newcommand{\ac}{\`a }
\newcommand{\ec}{\`e }
\newcommand{\ic}{\`i }
\newcommand{\oc}{\`o }
\newcommand{\uc}{\`u }
\newcommand{\Ec}{\`E }
`Ringrazio anticipatamente chi vorrà darmi suggerimenti per risolvere il problema.
- Devi essere connesso per rispondere a questo topic.