Skip to content

Instantly share code, notes, and snippets.

@shinchu
Last active June 13, 2019 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinchu/22e0ed312f8adf2a089afc79a266cb0f to your computer and use it in GitHub Desktop.
Save shinchu/22e0ed312f8adf2a089afc79a266cb0f to your computer and use it in GitHub Desktop.
XeLaTeX template for the Journal of the Science of Design
%! TEX root = ../jsd.tex
\section{Introduction}
\label{sec:introduction}
Follow this order when typing manuscripts: Title, Authors, Affiliations, Abstract, Keywords, Main text (Introduction, Method, Results and Discussions, and then Conclusion), Acknowledgment, Appendix, References.
Apart from the above example, a different structure of manuscript may be accepted if it is the most suitable and effective style for the contents of the manuscript~\footcite{hillier2006}.
\section{Text}
\subsection{Page margins and font}
The margins of the top, bottom, left and right are 20, 25, 17 and 15mm, respectively, and the column interval will be to be 8mm. All letters should be written with Times Roman or Times New Roman font.
\subsection{First page}
\subsubsection{Title, subtitle, and name(s) of author(s)}
Title should be written with capital letter, 18 point size, in single column and aligned in center. The first line of the title should be placed below the 35 mm top margin of the first page. Subtitle, if necessary, should be written with normal letters, 12 point size, and should be centered in the single column. Name(s) of author(s) should be written in the same way as the subtitle~\footcite{ambroseharris2010}.
\subsubsection{Affiliation(s), abstract, and keywords}
Affiliation(s) and mailing address(es) should be written with italic letters which are 9 point size, and should be centered in the single column. Abstract should be written with normal letters which are 10 point size, and should be aligned with both left and right margins. The margins of the top, bottom, left and right are 100, 150, 30 and 30 mm, respectively. Key words should be written with italic letters which are 10 point size and are aligned with the left margin. The number of key words are limited from 3 to 5 words~\footnote{Use footcite to cite}.
\subsection{Body text}
All letters in the body text, except section and subsection titles, should be written with normal letters, 10 point size, in double column. Authors should make generous use of section and subsection titles, numbered consecutively (1., 1.1., 1.2., 2., etc.), to enable the reader to readily identify portions of interest. The section and subsection titles should be written with bold letters which are 10 point size and should be aligned with the left side of each column. The titles and paragraphs in the body text should be single-spaced. In the first page, the margins of the top, bottom, left and right are 167, 25, 17, and 15 mm, respectively. In the following pages, the margins of the top, bottom, left and right are 20, 25, 17, and 15 mm, respectively.
\begin{equation}
x = \sum_{i=1}^{n}{\frac{1}{n}}
\end{equation}
% latexmk -xelatex -pvc $file
%!TEX encoding = UTF-8
%!TEX program = xelatex
\documentclass[10pt,a4paper]{article}
\renewcommand{\baselinestretch}{1.25}
\usepackage{geometry}
\geometry{top=2.3truecm,bottom=2.5truecm,left=1.7truecm,right=1.7truecm}
\usepackage[inline]{enumitem}
\setlist{nosep}
\usepackage{calc}
\usepackage[auth-lg]{authblk}
\renewcommand{\Authand}{\textbf{, }}
\renewcommand{\Authands}{\textbf{, }}
\renewcommand{\Authsep}{\textbf{, }}
\renewcommand{\Affilfont}{\small\itshape}
\setlength{\affilsep}{2.8em}
\usepackage{abstract}
\usepackage[tableposition=t]{caption} % improve the space around table caption
\usepackage[marginal]{footmisc}
\setlength{\footnotemargin}{8pt}
% == PACKAGES == %
\usepackage[dvipdfmx]{graphicx}
\usepackage[british]{babel}
\usepackage{amsmath,amssymb}
\usepackage{ifluatex,ifxetex}
\ifxetex
% Latin typefaces
\usepackage{fontspec}
\setmainfont{Times New Roman}
\setsansfont{Arial}
\setmonofont{SourceCodePro-Regular}
\defaultfontfeatures{Ligatures=TeX}
% \usepackage[T1]{fontenc}
% \usepackage{kpfonts} % latin and math
% \usepackage{newpxtext,newpxmath} % latin and math
% \usepackage[scaled]{helvet} % sans serif
% Japanese typefaces
\IfFileExists{zxjatype.sty}{
\usepackage{zxjatype}
\setjamainfont{SourceHanSerif-Regular}
\setjasansfont{SourceHanSans-Regular}
\setjamonofont{SourceCodePro-Regular}
}{
\usepackage{xeCJK}
\setCJKmainfont{SourceHanSerif-Regular}
\setCJKsansfont{SourceHanSans-Regular}
\setCJKmonofont{SourceCodePro-Regular}
}
\else\ifluatex
\usepackage{fontspec}
% Japanese typefaces
\usepackage[no-math,match,deluxe,hiragino-pron]{luatexja-preset}
% Latin typefaces
\usepackage[T1]{fontenc}
\usepackage{kpfonts} % latin and math
% \usepackage{newpxtext,newpxmath} % latin and math
\usepackage[oldstyle,scale=0.9]{sourcecodepro}
\else % pdftex
% Latin typefaces
\usepackage[T1]{fontenc}
\usepackage{kpfonts} % latin and math
% \usepackage{newpxtext,newpxmath} % latin and math
\usepackage[oldstyle,scale=0.9]{sourcecodepro}
% Japanese typefaces
\usepackage[whole,scale=0.94]{bxcjkjatype}
\usepackage{textcomp}
\fi\fi
\usepackage{indentfirst}
\usepackage[strict,english=british]{csquotes}
\usepackage[babel]{microtype}
\usepackage[obeyspaces,hyphens,spaces,hyphens]{url}
\usepackage{float}
\usepackage{booktabs}
\usepackage{tabu}
\usepackage{multicol}
\setlength{\columnsep}{10truemm}
\usepackage{multirow}
\usepackage{mflogo}
% biblatex
\usepackage[style = verbose-ibid,
sortcites = true,
sorting = nyt,
doi = false,
isbn = false,
url = false,
eprint = false,
backend = biber,
natbib = true]{biblatex}
\DeclareFieldFormat{apacase}{#1}
\addbibresource{bib_jsd.bib}
% packages sensitive to the loading order
\usepackage[unicode,bookmarksnumbered]{hyperref}
\usepackage[capitalise,noabbrev,nameinlink]{cleveref}
% for JSD
\usepackage{endnotes,etoolbox}
\let\footnote\endnote
\let\enotesize\normalsize
\renewcommand{\notesname}{References}
\renewcommand{\makeenmark}{ [\theenmark]}
\def\enoteformat{\rightskip=0pt \leftskip=16pt \parindent=-3pt
\leavevmode\llap{\makeenmark} }
\usepackage{titlesec}
\titlespacing{\section}{0pt}{12pt}{-0.2ex}
\titlespacing{\subsection}{0pt}{-0.3ex}{-0.3ex}
\titlespacing{\subsubsection}{0pt}{0pt}{0pt}
\titleformat{\section}{\normalsize\bfseries}{\thesection.}{0.2em}{}
\titleformat{\subsection}{\normalsize\bfseries}{\thesubsection.}{0.2em}{}
\titleformat{\subsubsection}{\normalsize\bfseries}{\thesubsubsection.}{0.2em}{}
\usepackage{changepage}
\usepackage[dvipdfmx]{xcolor}
\usepackage{fancyhdr}
\renewcommand{\headrulewidth}{0pt}
\fancypagestyle{titlepage}{
\lhead{\small \textit{Original paper}}
}
\pagestyle{fancy}
\lhead{}
\rhead{}
\cfoot{}
\rfoot{\vspace{-0.8ex} \color[gray]{0}{\textsf{{\footnotesize Journal of the Science of Design \,\, Vol.xx \,\, No.x \,\, 20xx} {\normalsize \quad \thepage}}}}
% == DOCUMENT METADATA == %
\title{%
\fontsize{18pt}{17pt}\selectfont \textbf{INSTRUCTIONS FOR CONTRIBUTORS TO\\JOURNAL OF THE SCIENCE OF DESIGN} \vspace{1ex} \\%
\fontsize{12pt}{11pt}\selectfont The Camera Ready Format in White Paper of JSSD \vspace{1.8ex}}
\author[$\ast$]{\textbf{Hanako RONBUN}}
\author[$\ast\ast$]{\textbf{Taro RONSETSU}}
\affil[$\ast$]{Ronbun University \quad Address, City, State/Province Zip Code, Country}
\affil[$\ast\ast$]{Ronbun University \quad Address, City, State/Province Zip Code, Country}
\date{}
% == DOCUMENT BODY == %
\begin{document}
\maketitle
\thispagestyle{titlepage}
\vspace{-5truemm}
\begin{adjustwidth}{1.4truecm}{1.5truecm}
\noindent
\textbf{Abstract:} %
The length of the abstract should be about 150 words understandable without reference to the body article. A self-contained abstract should be a concise summary of the whole paper. Do not write just the conclusion as the abstract. Further, please include from 3 to 5 keywords that describe your paper for indexing purposes. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
\noindent
\begin{description}[labelwidth=\widthof{\textit{Keywords}},
leftmargin=!]
\item[\textit{Keywords:}] \textit{Design Theory, Graphics, Social Design, Service Design, Fashion Design}
\end{description}
\end{adjustwidth}
\vspace{3truemm}
\begin{multicols*}{2}
\input{content/introduction}
\section*{Acknowledgement}
This research was supported by XXXXXXXX.
\theendnotes
\end{multicols*}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment