在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mvpgomes/ieee-latex-template开源软件地址(OpenSource Url):https://github.com/mvpgomes/ieee-latex-template开源编程语言(OpenSource Language):TeX 99.4%开源软件介绍(OpenSource Introduction):IEEE-article-latex-templateIEEEtran compliant LaTeX template. This document follows the official documentation provided at
the IEEE and
the documentation developed by Michael Shell, the IEEEtran original author that provided a guide
The default configurations for this template are: \documentclass[journal,twocolumn,letterpaper,10pt]{IEEEtran} Requirements:
UsageTo use this template, you can simply fork or copy this repository and start working on it. Starting your ArticleThe first thing that you need to do is to update the article's title and author information at the % Article Title
\def \ArticleTitle{Your Article Title}
% Author name
\def \AuthorA{Your Name}
% Author email
\def \AuthorAemail{Your email}
% Institution
\def \InstitutionA{Your Institution} If you article has multiple authors and/or institutions, you must edit this information at AbstractThe file for the article abstract are located in KeywordsThe file for the article keywords are located in SectionsSections are located at $ touch sections/your_section_name.tex In the new file, change the section's title and label. Now you just need to include this new section in the main file in \input{sections/your_section_name} Now get to work and start writing your article. FiguresImage files go to BibliographyThe bibliography is in a The IEEEtran specification requires that to print the article bibliography you must have at least
one citation in you document, otherwise you will get a compilation error. To fix that issue we
define the \def \hasBibliography{1} The default value specifies that the bibliography must be generated. If you don't want, just that change the variable value to 0. To cite a bibliography entry in your document you can use the following command, as demonstrated
in \cite{johndoe} AcronymsThe list of acronyms is located at \newacronym{<label>}{<abbreviation>}{<full>} To reference an acronym you can use: \gls{<label>} If you are referring the acronym for the first time it will show in you document the To reference an acronym in the plural form you can use the following command: \glspl{<label>} The full documentation of the CompileYou have some ways to create the final pdf: Using the text editorIt depends on the text editor you are using. If you are using Atom and the LaTeX plugin, just press Ctrl + Alt + B Using the provided scriptsIf you have the complete LateX environment installed, you can run the
To clean the files generated at the compilation process, you can run
Using GruntUsing Grunt is optional, but if you choose to use these option you will make the development of you document much more efficient, since that each time that a After install this components you need to change to the project's root directory and install the project dependencies by running:
And then you already can run Grunt:
Now you can edit you LateX document. When you save the changes, your document will be compiled automatically. NOTE: If you are using grunt you must not delete the Using the MakefileThere is a
To clean all the mess generated by the compilation process you can run:
Using an online toolIf you don't want to install anything and just want to use an online editor you can also use this template. For instance, Overleaf is a LateX online editor. You just need to create an account and import the files on this template to it, or use one of the IEEE templates that Overleaf provides. NOTE: If you chose to use a template already provided by Overleaf, the template structure will be a little different. If you want to keep your article document structure more organized, we recommend that you use this template. ContributeThis an open-source template and you can help to improve them. If you detected some error(s) or have some suggestions to improve the document feel free to open an issue and make a pull request. Thanks to @samfcmc who did most of the work. The scripts and general structure of this template were based oh his llns-article-template. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论