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.
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
Graphics, Figures & Tables ⇒ Figure is not displayed into the latex format
-
- Posts: 1
- Joined: Fri Apr 22, 2022 3:34 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
Figure is not displayed into the latex format
Your template redefines
Rainer
\includegraphics
to do nothing:
KRbmc_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{}
Rainer