Skip to the content.

texsupport.mii-infedu

LaTeX author support files for the journal
Informatics in Education

Contents

The following files are given in the repository (or directly in .zip archive):

Setup

LaTeX document preamble content

The preamble of your LaTeX document should look like this:

\documentclass{infedu}
\volume{0}
\issue{0}
\pubyear{2022}
\articletype{research-article}
\doi{0000}

\begin{document}
\begin{frontmatter}
\pretitle{Research Article}
\title{A sample document}

\author[a]{\inits{F.}\fnms{Firstname1} \snm{Surname1}\thanksref{c1}\ead[label=e1]{aut1@foo.com}\bio{bio1}}
\author[b]{\inits{S.}\fnms{Firstname2} \snm{Surname2}\thanksref{f1}\ead[label=e2]{aut2@foo.com}\bio{bio2}}
\thankstext[type=corresp,id=c1]{Corresponding author.}
\thankstext[id=f1]{Simple footnote.}
\address[a]{Address of the First author, \institution{University}, \cny{Country name}}
\address[b]{Address of the Second author, \institution{University}, \cny{Country name}}

\dedicated{Dedicated to}

\begin{abstract}
...
\end{abstract}

\begin{keywords}
\kwd{Sample}
\kwd{\LaTeX}
\end{keywords}

\end{frontmatter}

    Your publication content

\end{document}

Comments

Bibliography

Use bibtex database and infedu.bst style for bibliography items.

\bibliographystyle{infedu}
\bibliography{biblio}% your bibliography database

To procude bbl file issue bibtex in a command promt. You will get higly customised bbl file.

Biography

Authors involved in this research can be described in biography environments. Put the authors name into \author macro. Biographies should be typsed at the end of article right after bibliography.

\begin{biography}
\author{F. Surname1} obtained his PhD in ...
\end{biography}

Compiling

Please use latex or pdflatex to compile a manuscript.

pdflatex paper
bibtex paper
pdflatex paper
pdflatex paper

Submition

Please submit a single zip file which contains the following files:

Bug reports

Please submit bug reports and/or feature requests at GitHub page or latex-support@vtex.lt.