Visio到latex图片插入

Visio到latex图片插入:

0) IEEEtran.cls字体为 conference/journal=9pt,因为

% Available class options 
% e.g., \documentclass[10pt,conference]{IEEEtran} 
% 
%             *** choose only one from each category ***
%
% 9pt, 10pt, 11pt, 12pt
%    Sets normal font size. The default is 10pt.
% 
% conference, journal, technote, peerreview, peerreviewca
%    determines format mode - conference papers, journal papers,
%    correspondence papers (technotes), or peer review papers. The user
%    should also select 9pt when using technote

  批量修改文字字体大小的方法为:

% 在”开发工具“页面上,勾选”绘图资源管理器“,然后到样式下,选择和”流程标准“右击,选择定义样式,点击文本,在文本中把字体调大(如9pt),确定。

 

% 见:http://t.csdn.cn/mFAr9

  

  同时,双栏会议latex模板,它的单栏宽度约为8.3cm,因为

% letterpaper, a4paper, cspaper
%    determines paper size: 8.5in X 11in, 210mm X 297mm or 7.875in X 10.75in.
%    Changing the paper size in the standard journal and conference modes
%    will not alter the typesetting of the document - only the margins will
%    be affected.

  因此,在设计中,首先调整Visio页面宽度为83mm。然后改变Visio边界辅助线的宽度。

% 1. 在visio中,选 设计----大小----适应绘图;此时可发现图片虽被自适应,但虚线到外边框还有白色空白,下面去空白;
% 2. 点文件—选项-----自定义功能(在弹出对话框的左侧)-----勾上开发工具(在右侧)----保存
% 3. 在 visio 的上面工具一栏会发现多了开发工具(developer),点 开发工具------显示shapeSheet----------在打开的选项卡中找到“print properties”,
  将“PageLeftMargin”、 “PageRightMargin”、 “PageTopMargin” 和 “PageBottomMargin” 均修改为0(上方有类似于excel的编辑的小窗口,下边右上方有关闭按钮),关闭表格。 % 4. 再将步骤1操作一次,自适应绘图,发现已去除空白; % 5. 另存为pdf 注意:保存时先选pdf格式,然后点 “选项(option)”-----在弹出的对话框中将“辅助功能文档结构标记”前的勾去掉-----点击“确定”,保存就好了;

  

1) Visio的图布调整为适当大小;

 

 

2) Visio保存为pdf;

  a. 首先进行去除边框处理,得到

 

   b. 然后将p.d.f.插入latex;

\usepackage{graphicx}

\begin{figure}[htbp] 
	\center
	\includegraphics[width=0.5\textwidth]{dbtPHD_tbdPHD2.pdf}
        \caption{\label{1} Test}
\end{figure}

  

感谢 https://www.cnblogs.com/sunny99/ sumoier对本文的帮助!

 

posted @ 2022-11-10 15:30  20岁博客少女  阅读(599)  评论(0编辑  收藏  举报