Text Formatting ⇒ I need to write a few pages in latex,but i havent studied it ant itsurgent
I need to write a few pages in latex,but i havent studied it ant itsurgent
http://web.uni-plovdiv.bg/marta/LAAG_So ... Manual.pdf
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
Do you look for a TeX consultant or a technical editor to hire, somebody to pay for typing this?
Stefan
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
Stefan
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
For a writing service, I guess this is not the right forum, there may be other LaTeX forums like https://tex.stackexchange.com where you may ask.
Stefan
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
This is the textbook:
http://web.uni-plovdiv.bg/marta/LAAG_So ... Manual.pdf
this is the code I wrote:
Code: Select all
\documentclass[a4paper,12pt]{article}\usepackage[utf8]{inputenc}\usepackage[T2A]{fontenc}\usepackage[bulgarian]{babel}\usepackage{geometry}\usepackage{amsmath,amssymb}\usepackage{enumitem}\usepackage{graphicx}\usepackage{fancyhdr}\usepackage{hyperref}\usepackage{tocloft}\usepackage{lipsum}\usepackage{booktabs}\usepackage{fancyhdr}\geometry{top=1cm,bottom=1.5cm, left=1cm,right=1cm}\setlength{\textheight}{24cm}\setlength{\topmargin}{-1.5cm}\setlength{\oddsidemargin}{0cm}\setlength{\evensidemargin}{0cm}\setlength{\textwidth}{16cm}\setlength{\parskip}{1ex plus 0.5ex minus 0.5ex}\begin{document}\tableofcontents% Заглавната страница\vspace*{1cm}\begin{center}{\Large \textbf{Марта Теофилова\hspace{3cm} Стоил Иванов}}\vspace{8cm}{\Huge \textbf{РЪКОВОДСТВО}}\vspace{0.5cm}{\Large \textbf{РЕШАВАНЕ НА ЗАДАЧИ ПО ЛИНЕЙНА АЛГЕБРА}}
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
I see these settings here:
Code: Select all
\setlength{\textheight}{24cm}\setlength{\topmargin}{-1.5cm}\setlength{\oddsidemargin}{0cm}\setlength{\evensidemargin}{0cm}\setlength{\textwidth}{16cm}

\text{"Паисий Хилендарски"} gives an error, it should be \text{``Паисий Хилендарски''} for the quotation marks.
Stefan