Search found 3 matches

by satish2414
Thu Nov 03, 2016 2:42 pm
Forum: Graphics, Figures & Tables
Topic: How to fit/contain a table within a page in achemso settings
Replies: 1
Views: 1988

How to fit/contain a table within a page in achemso settings

Resizebox did the trick.

Code: Select all

Code, edit and compile here:
\begin{table*}
\resizebox{\columnwidth}{!}{%
....
}
\end{table*}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by satish2414
Thu Nov 03, 2016 5:24 am
Forum: General
Topic: Achemso numbering the sections and cross reference
Replies: 1
Views: 8123

Achemso numbering the sections and cross reference

Hello

At present, the achemso package doesn't number the sections by default in the following MWE. I was wondering how to make the sections numbered such that I can cross-reference sections.

\documentclass[journal=jpccck,manuscript=article]{achemso}
\usepackage[T1]{fontenc}
\usepackage[sort ...
by satish2414
Thu Nov 03, 2016 5:17 am
Forum: Graphics, Figures & Tables
Topic: How to fit/contain a table within a page in achemso settings
Replies: 1
Views: 1988

How to fit/contain a table within a page in achemso settings

Hi all, the MWE is presented below. I was wondering how to bring the whole table within the page.

\documentclass[journal=jpccck,manuscript=article]{achemso}
\usepackage[T1]{fontenc}
\usepackage{caption}
\usepackage{booktabs}
\DeclareCaptionLabelFormat{myformat}{#1~S#2}
\captionsetup{labelformat ...