
Estou usando o "modelo TeX da BioMed Central" ("BioMedCentral_article (formato ZIP) - modelo preferido"), New+Content+Item.zip - você pode encontrá-lo com uma pesquisa na WWW. Eu adiciono na linha vazia 56
\usepackage{graphics}
e adicione entre as linhas 376 e 377 (dentro do table
ambiente) a seguinte linha
\includegraphics{Table.pdf}
Espero que a figura do PDF seja incorporada, mas em vez disso o texto "Table.pdf" é adicionado. Como posso incluir o PDF?
Responder1
Ah, encontrei uma dica no próprio arquivo de modelo (bmc_article.tex):
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% 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{}
Após comentar as linhas 72 e 73 a figura foi incluída.