Graphics, Figures & TablesFigure is not displayed into the latex format

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
christodoulosasi
Posts: 1
Joined: Fri Apr 22, 2022 3:34 pm

Figure is not displayed into the latex format

Post by christodoulosasi »

Dear readers,
My name is Christodoulos Asiminidis and I have a quite small issue with the figure display in the latex format. Well, I have truly been trying to fix that for a very few days, but I could not make it.
Is there by any chance you shall provide any help or guidance for the particular issue?
For the convenience of all of us, I attach the latex folder, simply the source folder.
bmc_template.zip
Source code-folder
(466.19 KiB) Downloaded 109 times
I am looking forward to hearing back from you really as soon as possible because it is sort of an emergency.
Thank you very much for your time and your consideration.
Yours sincerely,
Christodoulos Asiminidis

Recommended reading 2024:

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

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

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Figure is not displayed into the latex format

Post by rais »

Your template redefines \includegraphics to do nothing:
bmc_article.tex wrote: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% If you wish to display your graphics for %%
%% your own use using includegraphic or %%
%% includegraphics, then comment out the %%
%% following two lines of code. %%
%% NB: These line *must* be included when %%
%% submitting to BMC. %%
%% All figure files must be submitted as %%
%% separate graphics through the BMC %%
%% submission process, not included in the %%
%% submitted article. %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\def\includegraphic{}
\def\includegraphics{}
KR
Rainer
Post Reply