I heard that Latex merely imitates a kind of Times New Roman font(?)
Here is my preamble, but can I make sure to use perfectly and undenieable proper times new roman 12pt formatting with the common 1 1/2 spacing in those projects which comply to the results compared to word software etc.?
The home work assignment ist pretty strict in my case for finishing a scientific project.
How would you defend it to a the leading lecturer, Prof. etc., if the result does not comply 100% to the tasked and very precise font requirement? Not everybody here uses Latex...
In case: What setting in the preamble is closest to the formal assignment if need be?
Code: Select all
\documentclass[
paper = a4,
fontsize = 12pt,
headinclude = true,
% start chapters on the right side
%open = right,
% Use twosided layout. Every chapter starts on the right side, therefore sometimes blank pages are added between chapters.
%twoside = false,
BCOR = 1 cm,
%DIV=9,
% add lists and bibliography to table of contents
toc = listofnumbered,
toc = bibnumbered,
% enumerate chapters as x.y instead of x.y.
numbers = noendperiod
]{scrreprt}