How to use TexMarker?
texmaker?
I went to new and then typed \large{hi}
Yes
WHen I typed that, nothing happened
what are you trying to do? i love my texmaker, best editor i have every used. well only the second but i do like it
what did you put in the pre-amble? \large might require a package, i don't know
\hi will work?
I mean to say how you type any LaTeX anything there?
ok you need to call your document something
hold on let me find an example
k
sorry i am so sloe, here
you have to, at the very least, begin your document with \begin{document} and end with \end{document}
the other stuff i is just crap i added to get rid of page numbering in so on you can also choose margins, and lots of other stuff
When I clicked on the arrow for view as PDF , it shows Can't detect the file name
``` ouch
and you have to call it something
you have to name it something and save it before you can view it
then you can go to "tools" -> "quick build" and see the pdf on the right. if you do that, and then save, it should save the pdf as well as the texmaker file in whatever pdf viewer you use
so you don't actually need to compile it to see it
I made the section name now, now when I clicked on that arrow, it says"File not found"
what I typed: \section{Hi} \begin{document} \frac{2}{x} \end{document}
here open this and you can play around with it if you like
all i ever do is go to "save as" give it a name, and then i can preview it
Not done
ok try this open a new document type \documentclass[12pt]{article}
then \begin{document}
then something. for in line math you can use \(
for equations you use \[
just like here then close with \] of course
and end with \end{document}
although texmaker should do that automatically for you if you hit "enter" when you get the prompt
then save the tex file as something, and then try tools, quick build
not working
*
you know about this @hartnn ?
i tried to do same and failed, then i searched net to learn about this.......but satellites explanation is better, so bookmarked it.
yes but it says thousands of error for me
@blues can you help me?
Oh someone is here to help me... zarkon sir please help
I occasionally get the same thing. I then press the PDFLatex arrow again and it usually clears it up. I assume you have miktex installed?
Yes sir, I had just installed. It is showing texworks to me also.
I typed : \[\large{\frac{2}{x}}\] in texworks and then saved that as pdf .. but it is not opening... It says "the format is not of pdf"
This is what I entered.
I don't use Texworks...I do use texmaker though
This is the error.
OK sir, should I try for texmarker again?
you can...but I'm not sure what your problem is...what the others have given you should work.
OK sir, I am trying again ( earlier I didn't have miktex but now I have and I hope it will work)
Sir, how to define the font size as normal size?
I typed this : \begin{document} \[\frac{2}{x}\] \end{document} in texworks .... it shows errors: the font size "normal size" is not defined.
there is error in "begin document "and "end document"
what is the exact error?
LaTeX Error: The font size command \normalsize is not defined:
that is the "exact" error sir.
looking...
you can try using \usepackage{txfonts} But I don't know if it will fix it
you put it before \begin{document}
``` \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{geometry} \geometry{a4paper} \usepackage[english]{label} \title{Kushashwa} \author{Kushashwa ravi shrimali} \date{02-10-2012} \usepackage{txfonts} \begin{document} \marktitle \[\large{(a+b)^2=(a+b)(a+b)}\] \[\large{\textbf{use distributive property now to multiply them}}\] \[\large{a(a+b)+b(a+b)=a^2+ab+ba+b^2}\] \[\large{(a+b)^2=a^2+2ab+b^2}\] \end{document}
was it alright?
I made it, yupppppppppi thanks a lot @Zarkon @satellite73 and others who helped.
take a snap and post
\documentclass[10pt,a4paper,landscape]{article} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} \author{Kushashwa Ravi Shrimali} \title{LaTeX try} \begin{document} \maketitle Hello there, today we are going to study about identities. \begin{Large} \[(a+b)^2=a^2+2ab+b^2\] \[(a-b)^2=a^2-2ab+b^2\] \end{Large} These are two , very easy equations / identities that will help us to understand these topics. \begin{Large} \[(a+b)^2=(a+b)(a+b)\] \end{Large} Now, use the distributive property i.e a(b+c) = ab+ac. Tell me what you get after multiplying (a+b)(a+b) \end{document}
@hartnn ..
thanks :)
:) My pleasure.... was it nice? lol , it was even boring
i'll see it later, after i finish the questions i m on...
Ok
*multiply
*\LaTeX
Join our real-time social learning platform and learn together with your friends!