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
This is the textbook.I need the first10 pages written in Latex.Thank youuuu
http://web.uni-plovdiv.bg/marta/LAAG_So ... Manual.pdf
http://web.uni-plovdiv.bg/marta/LAAG_So ... Manual.pdf
NEW: TikZ book now 40% off at Amazon.com for a short time.
- 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
Welcome to the forum!
Do you look for a TeX consultant or a technical editor to hire, somebody to pay for typing this?
Stefan
Do you look for a TeX consultant or a technical editor to hire, somebody to pay for typing this?
Stefan
LaTeX.org admin
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
I'm looking for help help please
- 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
What help do you need?
Stefan
Stefan
LaTeX.org admin
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
writing the first 10 pages in latex but i haven't studied latex can you help me
- 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 can help with LaTeX questions and give answers, so if you try yourself learning and writing LaTeX, I can help with advice.
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
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
LaTeX.org admin
Re: I need to write a few pages in latex,but i havent studied it ant itsurgent
I wrote a few pages but I don't know how to make the table of contents page 4 and the notes pages 5,6 also page 7 at the top I don't know how to make the horizontal line and add the caption above the line. Thank you
This is the textbook:
http://web.uni-plovdiv.bg/marta/LAAG_So ... Manual.pdf
this is the code I wrote:
Do I have any mistakes?
This is the textbook:
http://web.uni-plovdiv.bg/marta/LAAG_So ... Manual.pdf
this is the code I wrote:
Code: Select all
Code, edit and compile here:
\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
It basically looks ok.
I see these settings here:
I would remove them and set all as geometry options. That's better for text width and all margins, it also auto-calculates what's missing. You have this:
You could change this to the margins you want at top, left, bottom, right, and do more settings if you like, see:
geometry manual. But if the settings are fine for you, no worries, just keep it.
\text{"Паисий Хилендарски"} gives an error, it should be \text{``Паисий Хилендарски''} for the quotation marks.
Stefan
I see these settings here:
Code: Select all
Code, edit and compile here:
\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
LaTeX.org admin