Graphics, Figures & Tablesmarkup path-filename at the top of the image

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
arithmo
Posts: 1
Joined: Wed Mar 01, 2017 8:37 pm

markup path-filename at the top of the image

Post by arithmo »

Hi all,
Below is a very simple the latex code for a document (article) written in Scientific Workplace, the only purpose is to display just one image, that's all.
The problem is that when I print as a pdf document then it automatically insert a markup path-filename at the top of the image, and I do not find the way to get rid of that.
I do not like any caption nor any markup but just the image.

Many thanks in advance for your help. I've been strugling for this issue for long time.

Here follows the latex code:




\documentclass{article}%
%TCIDATA{OutputFilter=LATEX.DLL}
%TCIDATA{Version=5.50.0.2953}
%TCIDATA{<META NAME="SaveForMode" CONTENT="1">}
%TCIDATA{BibliographyScheme=Manual}
%TCIDATA{Created=Wednesday, March 01, 2017 12:44:41}
%TCIDATA{LastRevised=Wednesday, March 01, 2017 13:32:05}
%TCIDATA{<META NAME="GraphicsSave" CONTENT="32">}
%TCIDATA{<META NAME="DocumentShell" CONTENT="Standard LaTeX\Blank - Standard LaTeX Article">}
%TCIDATA{CSTFile=40 LaTeX article.cst}

\newtheorem{theorem}{Theorem}
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
\newtheorem{algorithm}[theorem]{Algorithm}
\newtheorem{axiom}[theorem]{Axiom}
\newtheorem{case}[theorem]{Case}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{conclusion}[theorem]{Conclusion}
\newtheorem{condition}[theorem]{Condition}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{criterion}[theorem]{Criterion}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{exercise}[theorem]{Exercise}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{solution}[theorem]{Solution}
\newtheorem{summary}[theorem]{Summary}
\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
\input{tcilatex}
\begin{document}


\FRAME{dtbpF}{4.5472in}{1.7141in}{0pt}{}{}{{"prueba"}.png}{\special{language
"Scientific Word";type "GRAPHIC";maintain-aspect-ratio TRUE;display
"USEDEF";valid_file "F";width 4.5472in;height 1.7141in;depth
0pt;original-width 4.4944in;original-height 1.6769in;cropleft "0";croptop
"1";cropright "1";cropbottom "0";filename 'prueba.png';file-properties
"XNPEU";}}

\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

markup path-filename at the top of the image

Post by thomasb »

Try using the pdfpages package...
Post Reply