Giter Club home page Giter Club logo

sphdthesis's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sphdthesis's Issues

About List of Symbols

Dear Saurabh Garg,

I really appreciate your sharing the latex template for NUS thesis. Currently, I am working on my thesis and this template has helped me a lot.

However, I notice that this template does not provide the function of list of symbols. Is there a way to deal with this issue?

Thanks for your time and best regards,

James

Cyrillic character

hi,
I have to use Cyrillic character in my thesis besides main language is English, which packages support both of them and the latex compile without any error?

could point me ?

Sevilay

Compatibility with NUS guidelines: margin size

The class file mentions: left=1.25in, right=1in, top=1in, bottom=1in passed to geometry package.

The guideline mentions

The left and right margins should be 1 1โ„2 inches. The top and bottom margins should not
be less than 1 inch each.

Could you please confirm that the class file adheres to the guideline?

font size

Hi saurabh,
I am using your template to write my own thesis. Is it possible to change the font size or it's fixed to 12 pt throughout the whole document. I tried using \documentclass[14pt] but it doesn't work.
Regards.

Cyrillic Character

hi,
I have to use Cyrillic character in my thesis besides main language is English, which packages support both of them and the latex compile without any error?

could point me ?

Sevilay

3-line long title

Hi. My title is 3-line long. In this case, the \SgSetYear part is moved to the next page. Any suggestion how to adjust? Thank you so much.

Issue using babel package to change language

I am writing my masters thesis. It is mandatory to include an abstract in the language of my own country. In my case this is dutch. I have tried doing this with the babel package found at https://www.ctan.org/pkg/babel.

However, the language change does not take effect while making use if the SphdThesis as document class. I have successfully made use of the babel package using the article as document class.

Does anyone know why the babel package does not take effect?

Down below the .tex file of my document is stated. Also my separate abstract.tex document is included.

Thesis.tex

\documentclass{SPhdThesis}

% PDF and title properties.
\SgSetTitle{}
\SgSetAuthor{}
\SgSetAuthorDegrees{}
\SgSetYear{}
\SgSetDegree{}
\SgSetDepartment{}
\SgSetUniversity{}
\SgSetDeclarationDate{\today}

% Packages
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[dutch,english]{babel}
\usepackage{geometry}
\geometry{left=1.0in, right=1.0in}
\usepackage{apacite}
\usepackage{natbib}
\usepackage[section]{placeins}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subfig}
\usepackage{tabularx}
\usepackage{verbatim}
\usepackage{lscape}
\usepackage{tikz}
\usepackage{tablefootnote}
\usepackage[toc,page]{appendix}
\usepackage[nokeyprefix]{refstyle}
\usepackage{datetime}
\usepackage{algorithm2e}
\usepackage{algorithm}
\usepackage{algpseudocode}% http://ctan.org/pkg/algorithmicx
\usepackage[refpage]{nomencl}
\usepackage{wrapfig}
\usepackage{adjustbox}
\usepackage{pdflscape}
\usepackage{lscape}

\bibliographystyle{apacite}
\setcitestyle{authoryear,open={(},close={)}}

\newenvironment{conditions}
  {\par\vspace{\abovedisplayskip}\noindent\begin{tabular}{>{$}l<{$} @{${}={}$} l}}
  {\end{tabular}\par\vspace{\belowdisplayskip}}

\makenomenclature
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{2}
\setlength{\headheight}{30pt}

% The document.
\begin{document}
        \input{titlepage.tex}
    	\SgAddToc % Table of contents.
        \input{abstract.tex}
        \input{samenvatting.tex}
    	%\SgAddLof%  List of figures.
    	%\SgAddLot%  List of tables.
    	%\SgAddLoa%  List of algorithms.
    	\input{introduction}
    	\input{methods.tex}
    	\input{results.tex}
    	\input{discussion}
	    \input{conclusion}
    	\SgIncludeBib{mendeley}
    	\input{nomenclature.tex}
    	\printnomenclature
	    \input{appendix}
\end{document}

(abstract in own language)
Samenvatting.tex

%\begin{otherlanguage}{dutch}
\selectlanguage{dutch}
\begin{abstract}
    
\end{abstract}
%\end{otherlanguage}

Font expansion error

Dear Saurabh Garg,

Hope you are doing well and thanks for sharing the latex template for NUS thesis. In short, I want to use the template for my thesis, so I tried to compile the example file. However, I got the following error:

! pdfTeX error (font expansion): auto expansion is only possible with scalablefonts.\AtBegShi@Output ...ipout \box \AtBeginShipoutBox\fi \fi \input

I wonder that do you have any idea about the source of the error?

Cheers,
Mohammad

Changing Bibliography style

Hi,
I have tried to change the bibliography style but after use several format by using this package \usepackage{natbib} I couldn't change it.

The format I want look like:

Text:
Tatar-Bashkir (Tyers et al., 2012b),Crimean Tatar-Turkish and English-Kazakh (Sundetova
et al., 2015) MT systems

Reference:
Tyers, F. M., Washington, J. N., Salimzyanov, I., and Batalov, R. (2012b). A prototype machine
translation system for Tatar and Bashkir based on free/open-source components. In First Workshop
on Language Resources and Technologies for Turkic Languages, page 11.

could you point me how to obtain that format?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.