latex_paper_tech

How to do references?

  • Firstly, make a mybib.bib file in your working directory, then you add data into the file
    as your reference database. Afterwards, add those codes into your latex coding:

      cite{mycite}
    
      bibliography{mybib}
    
      bibliographystyle{myStyle}//like: abbrv,ieeetr
    

Then the setting for References is finished!

How to divide a tex?

  • Using input command to include chapter or sections

How to make a interacting protocol?