Created
September 17, 2025 09:47
-
-
Save SC-One/cfc86a91da5296df9795d69db5e53415 to your computer and use it in GitHub Desktop.
style file (it's not complete, but it's ok for starting) for journal The Visual Computer (Springer)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\RequirePackage{hyperref} | |
\ProvidesPackage{visualcomputer}[2025/09/15 Helper for The Visual Computer submissions] | |
\RequirePackage[utf8]{inputenc} | |
\RequirePackage[T1]{fontenc} | |
\RequirePackage{mathptmx} | |
\RequirePackage[a4paper,left=3cm,right=3cm,top=3cm,bottom=3cm]{geometry} | |
\RequirePackage{setspace} | |
\onehalfspacing | |
\RequirePackage{amsmath,amssymb} | |
\RequirePackage{graphicx} | |
\RequirePackage{booktabs} | |
\RequirePackage{float} | |
\RequirePackage{doi} | |
\RequirePackage{cite} | |
\RequirePackage[flushleft]{threeparttable} | |
\providecommand{\keywords}[1]{\par\vspace{6pt}\noindent\textbf{Keywords:} #1\par} | |
\providecommand{\Declarations}{\section*{Statements and Declarations}} | |
\RequirePackage{caption} | |
\DeclareCaptionLabelFormat{figlabel}{\textbf{Fig.\ #2}} | |
\captionsetup[figure]{labelformat=figlabel,labelsep=space,justification=raggedright,singlelinecheck=false} | |
\renewcommand{\thefigure}{\arabic{figure}} | |
\renewcommand{\thetable}{\arabic{table}} | |
\RequirePackage[acronym,nohypertypes={acronym},hyperfirst=false]{glossaries} | |
\makeglossaries | |
\usepackage{threeparttable} | |
\usepackage{longtable} | |
\usepackage{pdflscape} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment