|
|
[求助]
latex求助 已有2人参与
下面两个图是我论文的第一页,我想问问大家论文题目右上角那个圈1(这是和第一页下面那些国家基金项目等信息是对应的) 的指标在latex中该怎么做?
latex开头环境以及一些宏包如下,麻烦大家帮忙解决一下,谢谢大家了。
\documentclass[10.5pt]{article}
\usepackage{CJK}
\usepackage{indentfirst}
\usepackage{slashbox}
\usepackage[centertags]{amsmath}
\usepackage{mathrsfs}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{cases}
\usepackage{epsfig}
\usepackage{fancyhdr}
\usepackage{remreset}
\usepackage{setspace}%使用间距宏包
\usepackage{pifont}
\usepackage[perpage]{footmisc}
\allowdisplaybreaks[4]
\parskip 1ex
\pagestyle{plain} \oddsidemargin 0in \topmargin 0.0in \headheight
0in \textwidth 6.5in \textheight 9.0in
%==========================================================================
%新的定义
\def\E{\operatorname*{E}}
\def\Var{\operatorname*{Var}}
\def\I{\operatorname*{I}}
\def\Cov{\operatorname*{Cov}}
\def\P{\operatorname*{P}}
\def\ST{\operatorname*{ST}}
\def\SN{\operatorname*{SN}}
\def\sign{\operatorname*{sign}}
\def\R{\operatorname*{\mathbb{R}}}
%===========================================================================
\begin{document}
\begin{CJK*}{GBK}{hei}
%新的命令环境
\newtheorem{theorem}{\bf 定理\,}%删除[section],则编号不分节
\newtheorem{lemma}{\bf 引理\,}
\newtheorem{remark}{\bf 注\,}
\newtheorem{example}{\bf 例\,}
\newtheorem{proposition}{\bf 命题\,}
\newtheorem{corollary}{\bf 推论\,}
\newtheorem{definition}{\bf 定义 \,}
\renewcommand\refname{\large 参考文献}
\renewcommand{\theequation}{\arabic{equation}}
\newcommand{\sectionfontsize}{\fontsize{40pt}{48pt}\selectfont}
%由于定理之类原来是斜体,使用命令时,加\upshape{内容}, 或使用\begin{} \upshape 内容 \end{}
%下面的是退两个字符开始定理之类
%\newtheorem{theorem}{\bf \hspace*{1.4em}定理\,}[section]
%\newtheorem{lemma}{\bf \hspace*{1.4em} 引理\,}[section]
%\newtheorem{remark}{\bf \hspace*{1.4em} 注\,}[section]
%\newtheorem{example}{\bf \hspace*{1.4em} 例\,}[section]
%\newtheorem{proposition}{\bf \hspace*{1.4em} 命题\,}[section]
%\newtheorem{corollary}{\bf \hspace*{1.4em} 推论\,}[section]
%\newtheorem{definition}{\bf \hspace*{1.4em} 定义\,}[section]
![latex求助]()
V6PRBKTJ]KAZY[%~MBD7%CX.png
![latex求助-1]()
%]4OAW~@]W`UGJ[_U%ZZ4K4.png |
|