LaTeX için “babel-turkish”
LaTeX için Türkçe dil desteği babel-turkish isimli bir kütüphane ile sağlanabiliyor. Bu kütüphane ile yazım kuralları, heceleme, başlıklar ve isimlendirmeler
Okumaya devam etLaTeX için Türkçe dil desteği babel-turkish isimli bir kütüphane ile sağlanabiliyor. Bu kütüphane ile yazım kuralları, heceleme, başlıklar ve isimlendirmeler
Okumaya devam etepstopdf and gs (ghostscript) must have been installed successfully before running this script. You can install with this command: sudo
Okumaya devam et
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % testsinavi.tex % July 2014 % Credits to: % Caglar OFLAZOGLU % coflazoglu[at]mku[dot]edu[dot]tr %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper]{exam} \usepackage{fullpage} \usepackage[utf8]{inputenc} \usepackage[turkish]{babel} \usepackage{multicol} \usepackage{xcolor,colortbl,tikz} \usepackage{enumerate} \usepackage{forloop} \usepackage[shortlabels]{enumitem} \pagestyle{head} \firstpageheader{}{}{} \setlength{\columnsep}{1cm} \textheight = 770pt \textwidth = 530pt \topmargin = 5pt \voffset=-50.27pt \hoffset=-40.27pt \newcommand*\circled[1]{% \tikz[baseline=(char.base)]\node[draw,circle,inner sep=1.2pt,line width=0.2mm,](char) {#1};} \newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} %secenekler icin tanim \newcounter{tablecell} \newcommand*{\numbercell}{% \stepcounter{tablecell}% \alph{tablecell}) } %secenekler icin reset \newcommand{\resetcounter}{ \setcounter{tablecell}{0} } %test alani icin sayac \newcounter{testcell} \newcommand*{\numbertestcell}{% \stepcounter{testcell}% \thetestcell) } %tekil soru \newcommand{\sorutekil}[1]{ \item \textbf{#1}\\ } % buyuk tip soru secenekleri tek sutun \newcommand{\sorub}[6]{ \item \textbf{#1}\\ \begin{tabular}{L{8cm}} \numbercell #2 \\ \numbercell #3 \\ \numbercell #4 \\ \numbercell #5 \\ \numbercell #6 \resetcounter \end{tabular} } % kucuk tip soru secenekleri iki sutun \newcommand{\soruk}[6]{ \item \textbf{#1}\\ \begin{tabular}{lL{5cm}} \numbercell #2 & \numbercell #3 \\ \numbercell #4 & \numbercell #5 \\ \numbercell #6 & \resetcounter \end{tabular} } % cevap anahtari olusturma(soru sayisi parametre olarak gonderilecek) \newcommand{\areatest}[1]{ \begin{center} \begin{tabular} {| c | c | c | c | c | c |} \hline \multicolumn{6}{|l|}{Ad Soyad:} \\ \hline \multicolumn{6}{|l|}{No:} \\ \hline \multicolumn{6}{|l|}{İmza:} \\ \hline \cellcolor{black} & & &\cellcolor{black} & &\cellcolor{black} \\ \hline & A & B & C & D & E \\ \hline \newcounter{ct} \forloop{ct}{0}{\value{ct} < #1} { \numbertestcell & \circled{A} & \circled{B} & \circled{C} & \circled{D} & \circled{E} \\ \hline } & \cellcolor{black} & &\cellcolor{black} & & \\ \hline \end{tabular} \end{center} \setcounter{testcell}{0} } %sinav bilgileri \newcommand{\class}{Sınavın Adı} \newcommand{\examnum}{Sınavın Dönemi} \newcommand{\examdate}{21/07/2014} \newcommand{\timelimit}{35 Dakika} \begin{document} %header --start \noindent \begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}} c @{\extracolsep{\fill}} r} Ad Soyad: & \textbf{\class} & \textbf{\examdate} \\ Numara: & \textbf{\examnum} & \textbf{Süre: \timelimit} \\ İmza: & & \\ \end{tabular*} %header --end \begin{enumerate}[\textbf{\arabic*)}] \begin{multicols}{2} \soruk{Soruyu yazın-1?}{Şık-1}{Şık-2}{Şık-3}{Şık-4}{Şık-5} \sorub{Soruyu yazın-2?}{Şık-1}{Şık-2}{Şık-3}{Şık-4}{Şık-5} % kolonu bolmek icin kullanilacak \columnbreak \sorutekil{Soruyu yazın-3?} % 5 soruluk cevap anahtari, 5 rakamini degistirerek anahtari genisletebilirsiniz. \areatest{5} \end{multicols} \end{enumerate} \end{document} |
TeX (X veya chi iskoçya dilinde loch şeklinde telafuz edilir.) düşük seviye bir biçimlendirme ve programlama dilidir. Donald Knuth tarafından
Okumaya devam et
Son Yorumlar