Evoli Teamship: Popravki angleške verzije (krašha v primeru šumnnikov)
This commit is contained in:
parent
cdb4571469
commit
21c5cbe9a9
@ -4,7 +4,13 @@
|
|||||||
# Poro?ilo "Teamship Meter"
|
# Poro?ilo "Teamship Meter"
|
||||||
################################
|
################################
|
||||||
|
|
||||||
|
#------------- ENCODING 1KA STRE?NIK ----------------#
|
||||||
|
# Nastavimo encoding za potrebe stre?nika
|
||||||
|
# Pogosto se na 1KA stre?niku pokvarijo ?umniki,
|
||||||
|
# zato ?umniki (v PDF poro?ilu) lokalno delajo,
|
||||||
|
# na stre?niku pa ne
|
||||||
|
Sys.setlocale(category = "LC_ALL", locale = "slovenian")
|
||||||
|
#------------- ENCODING 1KA STRE?NIK ----------------#
|
||||||
|
|
||||||
#------------- LIST OF REQUIRED PACKAGES ----------------#
|
#------------- LIST OF REQUIRED PACKAGES ----------------#
|
||||||
# Install packages from CRAN
|
# Install packages from CRAN
|
||||||
|
@ -18,7 +18,7 @@ class SurveyTeamMeter{
|
|||||||
var $submodule_name = '';
|
var $submodule_name = '';
|
||||||
var $execute_params = array();
|
var $execute_params = array();
|
||||||
|
|
||||||
var $debug = true;
|
var $debug = false;
|
||||||
|
|
||||||
function __construct($anketa){
|
function __construct($anketa){
|
||||||
global $site_url;
|
global $site_url;
|
||||||
|
@ -29,6 +29,9 @@
|
|||||||
\def Š{\v S}
|
\def Š{\v S}
|
||||||
\catcode `Ž=13
|
\catcode `Ž=13
|
||||||
\def Ž{\v Z}
|
\def Ž{\v Z}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\usepackage{enumitem} % layout of list environments
|
\usepackage{enumitem} % layout of list environments
|
||||||
\setlist{nolistsep}
|
\setlist{nolistsep}
|
||||||
\usepackage[normalem]{ulem} % allows line breaks and manual hyphenation within the underlined
|
\usepackage[normalem]{ulem} % allows line breaks and manual hyphenation within the underlined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user