winEdt使用教程

http://www.latexstudio.net/archives/9377.html

Latex中页眉页脚的设置:
http://www.cnblogs.com/tsingke/p/5247575.html

http://blog.sina.com.cn/s/blog_14b04f9300102w8aq.html

http://www.360doc.com/content/14/0105/22/12050012_342909461.shtml

jpg/png格式图片转eps格式的方法总结 :用于插入图片使用
http://blog.sina.com.cn/s/blog_5410e7b50101lme2.html

插入图片:
https://blog.csdn.net/chichoxian/article/details/52588833

安装宏包:
https://blog.csdn.net/memray/article/details/45248259
https://blog.csdn.net/hxh1994/article/details/48175243

如果提示.sty文件缺失:
1.https://www.ctan.org/ 查找下载对应的宏包
2. 将 xxx.sty 拷贝入 …\CTEX\MiKTeX\tex\latex\ltxmisc 文件夹, 该文件夹下都是sty文件
3.运行 …\CTEX\MiKTeX\miktex\bin 中的mo_admin.exe刷新什么什么系统的文件名数据库

latex中的各种距离设置:
http://blog.sina.com.cn/s/blog_47616e4c01012iol.html

Latex设置字体大小,加粗,加下划线,变斜体:
https://blog.csdn.net/wangh0802/article/details/80781737

LaTeX 各种命令,符号
https://blog.csdn.net/garfielder007/article/details/51646604

下面是具体的小demo,仅供参考:

\documentclass[UTF8]{ctexart}
\usepackage{ifthen}%这个宏包提供逻辑判断命令
\usepackage{multicol}%单双栏排版
\usepackage{graphicx}%插入图片
%\usepackage{stfloats}%让htpb生效的包,h:here,表示在此处;t:top,表示在顶部,b:bottom,表示底部,p:page,表示在本页
\usepackage{float}

\usepackage{geometry}%设置页面边距
\geometry{a4paper,scale=0.8}%设置了纸张为a4 纸,并且版心占页面长度的比例为80%
%\geometry{a4paper,left=2cm,right=2cm,top=1cm,bottom=1cm}%页面的上下左右边距

\usepackage{amsmath}%插入数学公式
\usepackage{amssymb}
\newcommand{\upcite}[1]{\textsuperscript{\textsuperscript{\cite{#1}}}}%使参考文献出现在文字的右上角

%页眉页脚设置
\usepackage{fancyhdr}
\pagestyle{fancy}
\newboolean{first}%定义一个布尔变量用于判断是否为首页
\setboolean{first}{true}%设定fist变量初值为true

%正文页眉页脚设定
\pagestyle{fancy}
\fancyhf{}
\lhead{11} \chead{黑龙江科技大学} \rhead{2018}
\lfoot{} \cfoot{-~\thepage~-} \rfoot{}

%首页页眉页脚设定
\fancypagestyle{plain}{%
\setboolean{first}{false}%在palin样式的定义中将first重置为false
\lhead{} \chead{\bfseries 邢晓红:信息不对称下基于契约的供应链协调研究} \rhead{}
\lfoot{} \cfoot{} \rfoot{}
}

\newcommand{\makefirstpageheadrule}{%定义首页页眉线绘制命令,这里为等宽双线
\makebox[0pt][l]{\rule[0.55\baselineskip]{\headwidth}{0.4pt}}%
\rule[0.7\baselineskip]{\headwidth}{0.4pt}}

\newcommand{\makeheadrule}{%定义正文页页眉线绘制命令,单线
\rule[0.7\baselineskip]{\headwidth}{0.4pt}}

\renewcommand{\headrule}{%重定义headrule命令
\ifthenelse{\boolean{first}}{\makeheadrule}{\makefirstpageheadrule}%
}%根据布尔变量first为true或false分别执行不同的页眉线绘制命令

%重新定义摘要样式,消除原有固定样式
\renewenvironment*{abstract}[1]{%
\newcommand\gjc{#1}
\paragraph{摘要}
}{\paragraph{关键词:}\gjc }

%目前是中文环境,定义一个英文摘要环境
\newcommand{\enabstractname}{Abstract}
\newenvironment{enabstract}{%
    \par
    \small
    \noindent
    \mbox{}
    \hfill{\bfseries \enabstractname}
    \hfill\mbox{}
    \par
    \vskip 2.5ex}{\par\vskip 2.5ex}

\CTEXsetup[format={\Large\bfseries}]{section}%使一级标题左对齐

\author{邢晓红$^3$}
\title{信息不对称下基于契约的供应链协调研究}
\begin{document}
\maketitle % need full-width title
\thispagestyle{plain}
%\pagestyle {plain}%去掉页眉
%摘要开始部分

\begin{abstract}{供应链协调;信息不对称;契约}
在我们实际生活中由于上下游企业在市场中所处的位置不同,角色不同,而造成接收到的信息存在差异性。拥有信息优势的企业总是想获取更多的利益,从而隐藏与自己决策有关的私有信息,造成信息不对称现象的产生,导致供应链整体绩效低下,典型结果就是牛鞭效应。供应链协调是解决信息不对称的重要手段,通过供应链的协调可以强化供应链成员之间的关系,提高供应链的整体性能,增强供应链的竞争优势。用于协调供应链的方式有很多种,供应链契约便是其中的一种。本文通过对各种契约进行实际分析,同时对供应链协调机制的内涵深入研究,研究在不同的形式下如何进行契约选择,从而实现利益的最大化。
\end{abstract}

\begin{enabstract} This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. This is the abstract in English. \\
\textbf{Keywords:} Abstract, English
\end{enabstract}

\begin{multicols}{2}%双栏内容

\section*{绪论} 随着各项科学技术的发展,现代企业之间的竞争已不是传统的单一企业竞争,而是整个供应链的竞争。供应链是产品生产和流通中涉及供应商、制造商、零售商以及最终消费者组成的供需网络,是由不同的利益主体构成的开放性合作系统。供应链内各企业有着各自不同的利益目标,它们在追求自身利润最大化的时候,往往与供应链整体目标相冲突,各成员企业的核心业务和能力、企业文化、运作模式等各异。为了使自己在整个链中保持优势的地位,很多企业不愿意将信息进行共享,从而导致信息不对称问题时有产生,整个供应链运行效率低下,没有出现聚合效应。而供应链管理中的契约机制成为供应链协调管理中的一个重要内容。供应链成员之间通过协商契约的制订,可以促进契约双方建立长期合作伙伴关系,激励双方更注重长期的,整体的利益,避免因短期的、局部的利益而损害整个供应链绩效。本研究项目“基于契约的供应链协调研究”从供应链的契约机制入手,分析常见的几种契约机制,研究在不同状况下如何进行契约选择,从而提高供应链的运行效率,降低不对称现象发生的概率。
\section{供应链基本理论概述}
\subsection{供应链基本理论} 供应链是指围绕核心企业,从配套零件开始,制成中间产品以及最终产品,最后由销售网络把产品送到消费者手中的、将供应商,制造商,分销商直到最终用户连成一个整体的功能网链结构。供应链管理的经营理念是从消费者的角度,通过企业间的协作,谋求供应链整体最佳化。成功的供应链管理能够协调并整合供应链中所有的活动,最终成为无缝连接的一体化过程。
\subsection{供应链协调理论}供应链协调是指两个或两个以上的企业为了实现某种战略目标, 通过公司协议或联合组织等方式而结成的一种网络式联合体。\\
  供应链体系协调的首要内容是目标的协调,使各企业的目标与供应链的目标兼容;其次是运作的协调,具体包括业务运作如生产制造、设计开发等的协调,主体企业利益冲突的协调和文化的协调等。

\begin{figure*}[!hp]
\centering
\includegraphics[scale=0.6]{aaa.png}
\caption{this is a figure demo}

\end{figure*}

\subsection{供应链契约理论}
\subsubsection{契约概念}供应链契约是指通过提供合适的信息和激励措施,保证买卖双方协调,优化销售渠道绩效的有关条款。供应链契约设计主要是解决影响供应链整体效率的两个问题:供应链成员追求自身利益最大化所导致的双边际效应;信息不对称造成的牛鞭效应。
\subsubsection{契约类型}由于价格、提前期、订货数量是与买卖双方有关的决策变量,是契约中的重要组成,因此,对供应链契约的研究往往把这些变量作为决策变量。实践和理论研究中较为典型的契约协调策略有如下几种

%插入图片
\begin{center}
\includegraphics[scale=0.6]{aaa.png}\\
图1 安师傅华盛顿
\end{center}
\includegraphics[scale=0.6]{aaa.png}\\
\includegraphics[scale=0.6]{aaa.png}

%数学公式
The Newton's second law is F=ma.

The Newton's second law is $F=ma$.

The Newton's second law is
$$F=ma$$

The Newton's second law is
\[F=ma\]

Greek Letters $\eta$ and $\mu$

Fraction $\frac{a}{b}$

Power $a^b$

Subscript $a_b$

Derivate $\frac{\partial y}{\partial t} $

Vector $\vec{n}$

Bold $\mathbf{n}$

To time differential $\dot{F}$

Matrix (lcr here means left, center or right for each column)
\[
\left[
\begin{array}{lcr}
a1 & b22 & c333 \\
d444 & e555555 & f6
\end{array}
\right]
\]

Equations(here \& is the symbol for aligning different rows)
\begin{align}
a+b&=c\\
d&=e+f+g
\end{align}

\[
\left\{
\begin{aligned}
&a+b=c\\
&d=e+f+g
\end{aligned}
\right.
\]

%插入表格
\begin{tabular}{|c|c|}
a & b \\
c & d\\
\end{tabular}

\begin{tabular}{|c|c|}
\hline
a & b \\
\hline
c & d\\
\hline
\end{tabular}

\begin{center}
\begin{tabular}{|c|c|}
\hline
a & b \\ \hline
c & d\\
\hline
\end{tabular}
\end{center}

%横穿双栏插入图片
\begin{figure*}[h]
\centering
\includegraphics[scale=0.6]{aaa.png}
\caption{this is a figure demo}
\label{fig:pathdemo4}
\end{figure*}

%参考文献
\begin{thebibliography}{1} % 花括号中字符的个数表示参考文献条数为几位数
\bibitem{wang} 王迎军.供应链管理研究. 北京: 清华大学出版社,2001.
\bibitem{wang} 王迎军.顾客需求驱动的供应链契约问题综述. 管理科学学报,2005, 8(2):68-76
\bibitem{cui} 崔献霞.基于竞争合作关系的供应链协调机制研究. 西安:西安理工大学,2005, 38-40 %保证全文不重复
\end{thebibliography}

\end{multicols}

\begin{center}
\small{co ntract}\\
\textbf{Supply Chain Contract Coordination Model in Demand Forecast \\ Update Conditions with Asymmetry Information\\ 
CHEN Jin-liang$^1$, SONG Hua$^1$, XU Yu$^2$}
\\(1.Scho ol o f Business, Renmin Univ ersity of China , Beijing 100872 , China;\\
2.Management Schoo l, Xi' an Jiao tong University , Xi' a n 710049 , China)\\
\end{center}
\textbf{Abstract :}In the plan mo del of demand forecast update conditions, asymmetry information and double marg
inalization are still key problems influencing the relatio nship between the supplier and retailer .Based on
the new sboy model and Bay esian analysis, supply chain sy stem in demand forecast upda te conditions w ith
asymmetry is described in o rder to analy ze the asymmetry information and double marginalization .T hen ,
the minimal orde r propo rtio n co ntract based o n the incentive principle of agent theo ry is desig ned to incent
the retaile r to share priv ate info rmatio n so that asymme try info rmatio n can be reduced , and compensating
contract is de signed to solve the problem o f low efficiency of do uble marginalizatio n .Finally , based on the
operational data of supply chain constituted by Baijia company and faw-v olksw agen company , the parameters
of the tw o contracts are calculated so that the validity of the tw o co ntracts can be verified further .\\
\textbf{Key words :}supply chain coo rdination ;asymmetry info rmation ;demand fo recast ;minimal orde r proportion
contract ;compensating co ntract

%单栏插入图片
\begin{figure}[h]
\centering
\includegraphics[scale=0.6]{aaa.png}
\caption{this is a figure demo}
\label{fig:pathdemo4}
\end{figure}

\end{document}

猜你喜欢

转载自blog.csdn.net/weixin_40970987/article/details/84578298