I'm a beginner in latex, I understand that latex requires a Tex editor to compile the code and a distribution to get the libraries installed. However, there are many concepts that still I want expert to clarify.
Situation: I'm typing up a CV, which uses a package called fontspec, and a thing call XeTex ( an engine? I believe this is an "engine" which serves as an extension of the compiler (tex editor) e.g. texmaker. where you can choose what engine to build the tex.file. (Please tell me if i'm wrong). I installed MikTex 2.9, but it seems that they don't have XeTex but only Xelatex Then , i tried to find a way to build using XeTex using Texmaker?? I googled and noticed there is a thing call TexLive2014 which seems to provide Xetex, but i don't know how to run the XetEx in Texlive using texmaker.
this link contains XeTex and fontspec I want to download and use. http://nitens.org/taraborelli/cvtex
my problem is Where do you place your fontspec? where should it go that allows me to import it as a package? Is there a way to know what file path you are at which imports the library from? I currently placed it here.
filepath:C:\Program Files (x86)\MiKTeX 2.9
Finally,what's the difference between Latex and Tex? Xetex and Xelatex? these terms have been really confusing to a beginner like me, but trivial to almost everyone. It would be very good if anyone could see this page in the future to know everything in one question. This is the first time of me posting question. Please tell me if I have anything to improve such as question style. Thanks in advance everyone.
texfiles are just plain text files. You can edit them in any plain text editor. (But not, say, Word because Word adds stuff which is garbage to the compiler i.e. makes it less plain!) – cfr Aug 23 '14 at 16:13xelatexthe LaTeX version ofxetex. Is very easy to use it in TeXmaker or TeXStudio no matter if you're using MikTeX or TeXlive. You don't need to install it apart. But be sure of use fonts installed on your PC or Mac when you compile withxelatexthat CV. – Aradnix Aug 23 '14 at 17:01fontspecis apackagethat allows you to use any font (opentype or truetype) for text (for maths it's more complex), which LaTeX cannot do since it requires a special font format. Fontspec requires the compiler to beXeLaTeXorLuaLaTeX. – Bernard Aug 23 '14 at 20:36PATHfor the editor to find them or you have to specify the full path to the relevant binary when configuring the editor. However, I have no idea on Windows. How are programmes normally found on Windows? The answer to your question will be the same as the answer to the generic question, I think, just as it is on GNU/Linux or OS X or similar systems. That is, finding binaries is an OS-specific job. – cfr Aug 25 '14 at 01:23