- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 11 anni, 5 mesi fa da .
-
Topic
-
Ciao!Sto scrivendo un articolo scientifico in Latex utilizzando il pacchetto multicol per avere la separazione in colonne del testo ma solo da un certo punto in poi.
Mi spiego, vorrei che titolo, informazioni su autore etc, abstract siano su una colonna (a larghezza normale insomma), mentre obiettivi, procedimento e conclusioni si dividessero su due. Ho tuttavia bisogno che alcune immagini sforino la larghezza della colonna (altrimenti sono troppo piccole e inutili) facendo in modo che il testo “nella colonna invasa”, si adatti. Come posso fare?
Questo è il mio main:
`\documentclass[twoside]{article}
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}\usepackage[sc]{mathpazo} % Use the Palatino font
\linespread{1.05} % Line spacing – Palatino needs more space between lines
\usepackage{microtype} % Slightly tweak font spacing for aesthetics\usepackage[hmarginratio=1:1,top=32mm,columnsep=20pt]{geometry} % Document margins
\usepackage{multicol} % Used for the two-column layout of the document
\usepackage{multirow}
\usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} % Custom captions under/above floats in tables or figures
\usepackage{booktabs} % Horizontal rules in tables
\usepackage{float} % Required for tables and figures in the multi-column environment – they need to be placed in specific locations with the [H] (e.g. \begin{table}[H])
\usepackage{graphicx}
\usepackage{textcomp} %per utilizzare il simbolo di grado\usepackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text
\usepackage{paralist} % Used for the compactitem environment which makes bullet points with less space between them\usepackage{abstract} % Allows abstract customization
\renewcommand{\abstractnamefont}{\normalfont\bfseries} % Set the “Abstract” text to bold
\renewcommand{\abstracttextfont}{\normalfont\small\itshape} % Set the abstract itself to small italic text\usepackage{titlesec} % Allows customization of titles
\renewcommand\thesection{\Roman{section}} % Roman numerals for the sections
\renewcommand\thesubsection{\Roman{subsection}} % Roman numerals for subsections
\titleformat{\section}[block]{\large\scshape\centering}{\thesection.}{1em}{} % Change the look of the section titles
\titleformat{\subsection}[block]{\large}{\thesubsection.}{1em}{} % Change the look of the section titles\usepackage{fancyhdr} % Headers and footers
\pagestyle{fancy} % All pages have headers and footers
\fancyhead{} % Blank out the default header
\fancyfoot{} % Blank out the default footer
\fancyhead[C]{Gruppo 3 $\bullet$ \today $\bullet$ Esperienza 5} % Custom header text
\fancyfoot[RO,LE]{\thepage} % Custom footer text`Le immagini le inserisco così invece:
`\begin{figure}[H]
\centering
\includegraphics[width=0.8\columnwidth]{Imm.png}
\caption{Schema della reazione.}
\end{figure}`So che [H] non andrebbe usato ma ho bisogno che le figure non vaghino troppo certe volte. Ho provato anche a usare figure* (le immagini scompaiono), inserire tutto in un ambiente centre (l’immagine sovrasta le scritte dell’altra colonna) e altro.
Altrimenti mi conviene twocolumn?Grazie per l’attenzione, spero di aver messo tutte le info necessarie
- Devi essere connesso per rispondere a questo topic.