当前位置:网站首页>[texstudio] [3] relatively complete paper typesetting template and bib file reference method

[texstudio] [3] relatively complete paper typesetting template and bib file reference method

2022-06-09 08:56:00 Yishijun

Preface

Loyalty and betrayal : The master is stupid , They enjoy everything in peace of mind , Never thought that everything has a price . therefore , You can always find a traitor to your ideals , Those who are most loyal 、 Most flattering 、 People who think they pay the most ——《 The story of the dead 》

 Insert picture description here


         \;\\\;\\\;

Templates

\documentclass{
    article}          % The headline is on the left 
%\documentclass[UTF8]{
    ctexart}   % The headline is in the middle 
\usepackage{
    ctex}
\usepackage{
    xltxtra}
\usepackage{
    texnames}
\usepackage{
    mflogo}
\usepackage{
    amsmath}       
\usepackage{
    graphicx}     
\usepackage{
    epstopdf}
\usepackage{
    adjustbox}
\usepackage{
    float}
\usepackage{
    subfigure}
\usepackage{
    amsbsy}
\usepackage{
    algorithm}     
\usepackage{
    indentfirst}   
\usepackage{
    type1cm}      
\usepackage{
    fontspec}  
\usepackage{
    geometry}
\usepackage{
    fancyhdr}
\usepackage{
    setspace}
\usepackage{
    xunicode}
\usepackage{
    lastpage}





% Set layout style 
\pagestyle{
    fancy}
%% Set paper size 
%\geometry{
    papersize={
    20cm,15cm}}
%% Set margins 
%\geometry{
    left=5cm,right=5cm,top=5cm,bottom=5cm}






\begin{
    document}
	
	
	\title{
     Yangqingyin  \LaTeX  Muxingqiu }
	\author{
    }
	\date{
    }
	\maketitle
	% The current page does not display page numbers 
	\thispagestyle{
    empty}
	\newpage
	
	
	
	
	% Set the header from below 
	% Set page header 
	\lhead{
    Team \# 2022050412345}
	\chead{
    }
	\rhead{
    Page \thepage $\;$ of \pageref{
    LastPage}}
	% Set header 
	\lfoot{
     Left footer }
	\cfoot{
    \thepage}
	\rfoot{
     Right footer }
	% Set the width of the horizontal line division 
	\renewcommand{
    \headrulewidth}{
    0.4pt}
	\renewcommand{
    \headwidth}{
    \textwidth}
	\renewcommand{
    \footrulewidth}{
    0.4pt}
	% Set line spacing 1.5 times 
	\onehalfspacing
	% Set paragraph spacing 
	\addtolength{
    \parskip}{
    0.4em}
	
	\setcounter{
    page}{
    1}
	\tableofcontents
	\newpage
	
	
	
	
	
	\section{
     commonly }
	$\pm\times\div\approx\equiv\perp\propto\\$ 
	$a^{
    2x+3}_{
    \sqrt{
    a-3}}\\$
	
	$a\vec{
    ab}c\\$ % Short arrow 
	$a\overrightarrow{
    ab}c\\$  % Long arrow 
	
	$a\bar{
    ab}c\\$   % The line is short 	
	$a\overline{
    ab}c\\$   % Thread length 
	
	$\overbrace{
    1,2,3...}\\$
	$\underbrace{
    1,2,3...}\\$
	
	$$\Delta \delta\lnot q\\$$
	
	
	\subsection{
     Single vertical line matrix }
	$\begin{
    vmatrix}
		a&b\\
		c&d
	\end{
    vmatrix}$
	
	\subsection{
     Double vertical matrix }
	$\begin{
    Vmatrix}
		a&b\\
		c&d
	\end{
    Vmatrix}$
	
	\subsubsection{
     Brace matrix }
	$\begin{
    Bmatrix}
		a&b\\
		c&d
	\end{
    Bmatrix}$
	
	\subsubsection{
     Bracket matrix }
	$\begin{
    pmatrix}
		a&b\\
		c&d
	\end{
    pmatrix}$
	
	\subsubsection{
     Parenthesis matrix }
	$\begin{
    pmatrix}
		a&b\\
		c&d
	\end{
    pmatrix}$
	
	$\begin{
    bmatrix}
		{
    a_{
    11}}&{
    a_{
    12}}&{
    \cdots}&{
    a_{
    1n}}\\
		{
    a_{
    21}}&{
    a_{
    22}}&{
    \cdots}&{
    a_{
    2n}}\\
		{
    \vdots}&{
    \vdots}&{
    \ddots}&{
    \vdots}\\
		{
    a_{
    m1}}&{
    a_{
    m2}}&{
    \cdots}&{
    a_{
    mn}}\\
	\end{
    bmatrix}$
	
	
	\section{
     In line small matrix }
	$\left(
	\begin{
    smallmatrix}
		a&b\\
		c&d
	\end{
    smallmatrix}
	\right)$
	
	
	
	\subsection{
    array}
	$\begin{
    array}{
    c|c}
		a&b\\
		\hline
		c&d
	\end{
    array}$
	
	\subsection{
     Equations }
	$$\begin{
    cases}
		a_1x+b_1y+c_1z=d_1\\
		a_2x+b_2y+c_2z=d_2\\
		a_3x+b_3y+c_3z=d_3\\
	\end{
    cases}$$
	
	
	
	\section{
     References }
	\subsection{
     General reference }
	% Citations 
	 The principle of that part is ...\cite{
    pa}
	
	
	\begin{
    thebibliography}{
    99}
		%\emph Table emphasis 
		\bibitem{
    pa} Chengyiyun , Su Wei : \emph{
     computing method },\texttt{
    https://www.meiwen.com.cn/article/51366.html}
	\end{
    thebibliography}




	\subsection{
     Manual bib Way to quote }
	 The principle of that part is ...\cite{
    Alice13}

	
	
	
	\subsection{
     Automatic generation bib Way to quote }
	\cite{
    _12m_2022}
	\cite{
    _5g_nodate}
	\cite{
    __nodate}
	\cite{
    _stp_2022}
	\cite{
    __2023}
	
	
	
	
	
	\newpage
	%% Import is a reference template for the database 
	\bibliographystyle{
    plain}
	% Import template , Import only once 
	\bibliography{
    test.bib}
	
	
	
\end{
    document}

 Insert picture description here

test.bib file

You can write it by hand , But it's still used in general zotero Automatic generation .

download zotero Software and zotero connector plug-in unit

open zotero Enter HowNet after the software , Then find the paper and click on the... In the upper right corner zotero connector, This paper can be saved to... Without any more points My library 了 . Right click after selecting all Export entries by BibLaTeX file , Save to tex The file is the same as the directory .

One tex There is only one file bib file ,bib All of the article Juxtaposition

@article{
    Alice13,
title={
     demonstration },
author={
    A.Alice and B.Bob and C.Charlie and D.Danny},
year={
    2013},
journal={
    Journal of Optics},
volume={
    36},
number={
    7},
pages={
    114-120}
}


@article{
    _12m_2022,
	title = {
     Three axes of LEO Satellite TT & C system 12m Structure design of reflector antenna system },
	volume = {
    62},
	issn = {
    1001-893X},
	url = {
    https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFDAUTO&filename=DATE202205016&uniplatform=NZKPT&v=ZP-kNmb6tHLDtzr1UT4GMRinIyUhXskBHiusPzGcEXDkf2PBkZHh4FU7j4uLIipV},
	abstract = {
     For the demand of high bit rate LEO Satellite TT & C , A new type of three-axis 12 m X/Ka Design idea of band antenna , By optimizing the reflector structure 、 Material selection 、 Mechanical analysis 、 Reduce weight , Improve the accuracy of antenna reflector ; Design the drive link and stiffness of the antenna pedestal , Increase the resonant frequency of the antenna system ; By optimizing servo control and servo type selection design , Improve servo tracking control performance . be based on Nastran/Patran Finite element software , The stiffness of the antenna bearing structure under various working conditions is analyzed 、 Strength analysis 、 Surface accuracy analysis and structure natural frequency analysis , The results show that the main plane accuracy of the antenna at typical elevation angle 、 The bearing capacity and resonant frequency meet the requirements . According to the results of finite element analysis , High precision carbon fiber antenna reflector is adopted 、 High stiffness A-E-T Three axis antenna pedestal 、 Design scheme of large dynamic servo control , Reasonably designed 12 m Reflecting surface sky ...},
	pages = {
    655--662},
	number = {
    5},
	journaltitle = {
     Telecommunications technology },
	author = {
     Liu ,  Jianquan  and  Zhou ,  Haotian  and  What ,  Cui Yu  and  beam ,  Cheng Zhuang  and  king ,  Ao Yu  and  a surname ,  Likun  and  cattle ,  Plowing },
	urldate = {
    2022-06-01},
	date = {
    2022},
	keywords = {
    12 m reflector antenna, 12 m Reflector antenna ,  LEO Satellite TT & C system ,  The structure design ,  Point to tracking control , {
    LEO} satellite {
    TT}\&C system, pointing and tracking control, structure design},
	file = {
    Full Text PDF:C\:\\Users\\ADMIN\\Zotero\\storage\\CYR4TPS8\\ Liu   etc. . - 2022 -  Three axes of LEO Satellite TT & C system 12m Structure design of reflector antenna system .pdf:application/pdf},
}

@article{
    _5g_nodate,
	...
}

@article{
    __nodate,
	...
}

@article{
    _stp_2022,
	...
}

@article{
    __2023,
	...
}
原网站

版权声明
本文为[Yishijun]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/160/202206090819173693.html