Graphics, Figures & TablesGraphical ToC Entry

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
yjusto
Posts: 1
Joined: Wed Aug 28, 2013 2:21 pm

Graphical ToC Entry

Post by yjusto »

Hi,

I'm using the achemso class to submit to "The journal of Physical Chemistry C". I need to prepare a ToC graphics with dimensions 5.1x5.1cm.

But when I compile a frame is added to my ToC graphics with the dimensions needed for a different journal. The only commands I use to add the graphics are these.

Code: Select all

Code, edit and compile here:
\begin{tocentry}
\begin{center}
\includegraphics{}
\end{center}
\end{tocentry}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Does someone know how to remove or edit the frame?
Last edited by localghost on Wed Aug 28, 2013 3:50 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
TikZ book
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Graphical ToC Entry

Post by localghost »

For an adequate problem description please prepare a self-contained and minimal example in order to avoid speculations and guesswork.


Best regards and welcome to the board
Thorsten
ansko
Posts: 1
Joined: Mon Dec 24, 2018 4:19 pm

Graphical ToC Entry

Post by ansko »

The pre-defined values should be reset for the TOC entry to have another dimensions:
\makeatletter
\setlength\acs@tocentry@height{5.1cm}
\setlength\acs@tocentry@width{5.1cm}
\makeatother


Some journals may also require another name for the TOC entry which may be reset as
\renewcommand\tocentryname{New Name For the TOC Graphic}
fpenha
Posts: 1
Joined: Tue May 11, 2021 5:28 pm

Graphical ToC Entry

Post by fpenha »

I am also working with a document using achemso class and the journal requires the title and authors to be added along with the graphical abstract within the tocentry. How can I do that?
All the text I add end up in the box around the graphics.

Code: Select all

Code, edit and compile here:
\begin{tocentry}
Lorem ipsum
\includegraphics[width=\textwidth]{graphical_abstract.pdf}
\end{tocentry}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Attachments
Untitled.jpg
Untitled.jpg (26.86 KiB) Viewed 7416 times
Last edited by Stefan Kottwitz on Wed May 12, 2021 11:39 am, edited 1 time in total.
Reason: code marked
Post Reply