怎样在title里加图片

怎样在title里加图片,第1张

写个CSS
<style>
title {background-src(url);background-repeat:repeat-x;}
</style>
<titile class=title></title>

用float宏包的H选项;用\centering,不要用center环境。修改如下,前两行要加到导言区。后面的放到要加入位置即可。
\usepackage{float}
\usepackage{graphix}
\begin {figure}[H]
\centering
\includegraphics[width=7cm]{endpointeps}
\caption{Endpoint detection}
\end {figure}

如果用源生的没法加,有两种办法;

自定义窗体,新增一个窗体,隐藏系统自带标题栏,自己新增标题栏面板(这样就需要你自己定义缩小,放大,关闭按钮并把按钮居右侧)居于顶部,然后就可以在你截图红色区域放置;

使用第三方控件,DEV或许能做到,我没试过


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/13364356.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-07-22
下一篇 2023-07-22

发表评论

登录后才能评论

评论列表(0条)

保存