Monthly Archives: May 2020

How to include multiple authors with different affiliations in LaTex

\usepackage{authblk} \author[1]{Author A\thanks{A.A@university.edu}} \author[1]{Author B\thanks{B.B@university.edu}} \author[1]{Author C\thanks{C.C@university.edu}} \author[2]{Author D\thanks{D.D@university.edu}} \author[2]{Author E\thanks{E.E@university.edu}} \affil[1]{Department of Computer Science, \LaTeX\ University} \affil[2]{Department of Mechanical Engineering, \LaTeX\ University} \renewcommand\Authands{ and }

Posted in Uncategorized | Leave a comment

LaTex Appendix in Elsevier template

\appendix \setcounter{figure}{0} \renewcommand\thefigure{A.\arabic{figure}} \addcontentsline{toc}{section}{Appendix} %\counterwithin{figure}{section} %\numberwithin{equation}{section} %\numberwithin{figure}{section} %\numberwithin{table}{section}

Posted in Uncategorized | Leave a comment

Network command on Ubuntu

to add new gateway route add default gw 192.168.0.1 to see the network adapter information nmcli dev show eth0 to restart network ./init.d/networking restart to see dns stauts systemd-resolve –status

Posted in Uncategorized | Leave a comment