paths give the location of bin directory which consists of (latex) executable files in any platform. Post installation it is important to set the path for the bin directory. use this tag for installation issues
0
votes
0answers
38 views
TextMate 2 and lost paths
This is a recent development, and I'm not sure what I've changed to make this happen… other than setting TM_SUPPORT_PATH to ~/Library/Application Support/TextMate/Managed/Bundles/Bundle ...
4
votes
0answers
73 views
Latex on Linux: Path problem after new install of TeX Live
This may well be a duplicate of something that's already been covered here -- in fact it seems close to the problem described at "How does LaTeX find package files?" -- so I hope this is not too ...
3
votes
1answer
101 views
Referencing bib files with spaces in the filename
I am using a Mac with TeX Live and Mendeley for automatically generating .bib files, some of which have spaces in the file names. I would like to know how to reference such files from LaTeX as using ...
2
votes
0answers
19 views
node at sloped path and/or not respecting every path/.style [duplicate]
I'm producing a schematic Nyquist plot, and I want to create an arc between the x-axis and a straight line, which should be denoted PM (phase margin). I use the intersections library to find the ...
1
vote
0answers
55 views
epslatex: relative path issue
Please, how one could directly include epslatex graphics into main latex file, say main.tex? main.tex has its own template provided by a third party. I used this command within main.tex file to ...
0
votes
0answers
49 views
Paths, kpsewhich, can't locate files [closed]
My Linux (Ubuntu 12.04) system seems to have TeX trees in /usr/local/texlive/2011 and /usr/share/texlive/ (I don't know if this is standard or not). Anyway, kpsewhich doesn't seem to be able to find ...
1
vote
1answer
70 views
elliptical path estimation
I am going to use tikz to make the following picture (see below). I don't need advice or help in making the picture just estimating the ellipse since I don't have anything to reference.
The ellipse ...
2
votes
1answer
425 views
PdfLaTeX in Texmaker doesn’t work: “Could not start the command”
I have a problem with LaTeX. I have installed MiKTeX 2.9 and Texmaker, and when I try to compile a .tex file in Texmaker, I get the error
Could not start the command
When I try to build it from the ...
2
votes
1answer
226 views
Quickest way of applying thesis to tex template
I am trying to apply my thesis to a TeX template. I have pdflatex installed on a Linux box (in my university), but cannot get it to work. When I point to my TeX file as below, it gives an error:
...
0
votes
1answer
52 views
Adding more \graphicspath causes images to not be found
The structure of the document I'm writing is the following.
Top level -> Plots -> some images
-> 1 -> some images
-> 2 -> some images
...
5
votes
1answer
110 views
Filling the arrow tip and not the path using two different colors
I have a small problem with some arrows but I can't seem to find a solution. Please note that this question is different from Setting fill color for TikZ arrow tips only (and not the path itself), ...
2
votes
1answer
51 views
How to include symlinked graphics with spaces?
I symlink to images and reference the symlink in the code. This works well as long the filename ends in an extension. However, the method I use to create symlinks creates symlinked files with the ...
13
votes
3answers
275 views
How to fine tune rotation of text along circular path?
After searching the web and finally coming from here (recreating a logo), I couldn't find an answer to what I am looking for. I want to rotate a text inside a circle and have a full control/fine ...
7
votes
1answer
165 views
Draw additional parallel paths in TikZ
How can parallel lines elegantly be added to an existing path? I am looking for a solution or hint to, how a general style can be made, that works with any path.
Example path:
...
0
votes
1answer
182 views
Where are the LaTeX binaries stored in linux? (latexDraw configuration)
I just made a nice diagram in latexDraw but the problem I am having is that I cannot seem to add mathematical symbols.
I am guessing it is because of the configuration so I looked to see if I could ...
10
votes
2answers
2k views
Can I have a path argument that contains spaces?
I'm trying to get biblatex to see where I have my .bib file located, but I have a space in the path to the file:
\addbibresource{~/Documents/My Project/TheBib.bib}
How do I specify a full path that ...
1
vote
0answers
64 views
Input files relative to main file when using subfiles
I'm writing a report where I use the package subfiles to include different parts of my report.
\input{misc/variables.tex}
will include my variables file perfectly and render the subfiles. But if I ...
4
votes
1answer
348 views
Error with TextMate 2, PATH, --shell-escape and gnuplot in 10.8.2
I reopen this post, which was started some time ago but didn't came with a solution. I don't really remember what was the exact problem with this (well, of course, gnuplot didn't work correctly). So I ...
7
votes
2answers
118 views
TikZ setting the edge of a path to horizontal rather than in=0 out=180 or vice versa
\path[->] (A) edge [out=180, in=0] (B);
This path is written quite often in my document.
Sometimes I find myself changing it to:
\path[->] (B) edge [out=0, in=180] (A);
I do not want to ...
8
votes
3answers
250 views
Determine the operating system
I often switch between Linux and Windows. A number of my LaTeX files use images from a central folder. All of these are within a Dropbox folder, which is how I sync between them.
The dropbox folders ...
2
votes
1answer
67 views
Reference file relative to the home directory
How can I refer to a file (e.g. in \includegraphics{}) that lives in my home directory (I am on linux)?
\documentclass{article}
\usepackage{graphicx}
\begin{document}
not working: $\sim$/foo.png
...
1
vote
2answers
147 views
can't find tfm sometimes
I'm trying to use this Garamond package to use its Garamond font, and I can't use it if I try to tidy the files into their own subdirectory.
Contrary to the instructions, if I unpack the zip in the ...
1
vote
1answer
139 views
Assistance on arabic text on TikZ
I attempting to use both arabic and TikZ pictures but, I have four problems:
The Arabic words appear in reverse order, the first word appears finally ...
The sentence is not in arc as in the English ...
29
votes
2answers
7k views
How to include graphics with spaces in their path?
I want to import graphics into my main input file using the macro \includegraphics. It does not work if the filename contains spaces.
Include image with spaces in path directory to be processed with ...
1
vote
0answers
316 views
Why Ubuntu pdflatex in terminal and texmaker pdflatex load different libertine fonts?
The texlive 2012 and the libertine font version (currently 5.3) has been already updated by:
Tlmgr update --all
However, I found texmaker pdflatex invoke libertine-legacy, because when using ...
0
votes
0answers
33 views
How to specify the path for a package? [duplicate]
Possible Duplicate:
How to have local package override default package
In the (linux) server in which the basic LaTeX suite (TexLive 2009) was installed, I can run LaTeX with some basic ...
1
vote
0answers
299 views
Configuring paths to TeX Live for TeXShop [closed]
I recently installed TeXShop, and proceeded to write some code and tried to preview it. Unfortunately, I got an error message:
Can't find required tool.
/usr/texbin/simpdftex does not exist.
...
9
votes
1answer
140 views
TikZ: positioning label at the end of a path
I'm trying in TikZ to find a general way to draw an arrow and label it at the end. Something like this works reasonably well:
\draw[->] (0, 0) -- (1, 3) node[pos=1.1]{$\vec{v}$};
However, ...
4
votes
1answer
245 views
Adjusting font size for fake perspective
I'd like to add text on the paths on the left side with font size continuously adjusted from \Huge to \tiny to achieve a perspective like effect. The font size steps shouldn't be \Huge, \huge, \LARGE, ...
1
vote
3answers
152 views
dynamic paths in latex
Im trying to link from my preamble to some pictures used in the header.
My problem is i use the same preamble in multiple documents.
lets say the preamble and the needed picture is in the top folder, ...
4
votes
1answer
5k views
Commands paths in TeXstudio on Mac OS X - with 'could not start the command' error
When I am trying to 'quick build' my document in TeXstudio 2.1 on Mac OS X 10.6.8, I am getting and error: could not start the command (with 'quick build' options being LaTeX + DviPdf + PdfViewer). I ...
0
votes
0answers
202 views
Why is texify.exe not found by TeXworks? [closed]
I get this error trying to execute my code:
I don't know what has changed that caused this error but going through preference, I don't seem to know what should be done there and what's wrong.
3
votes
1answer
91 views
Path to image located in the cloud for different users or computers
I'm trying to point the location of an image in the cloud (Dropbox) using TeX on Mac OS. The problem is that I require full path name which contains the username (different for both machines). For ...
5
votes
1answer
308 views
kpathsea and path prefixes
On page 27, the kpathsea manual states:
[A search path is a colon-separated list of path elements.]
...
To check a particular path element e, Kpathsea first sees if a prebuilt database applies to ...
5
votes
1answer
174 views
How to fill area between curve defined by series of control points and x-axis
How to fill area between curve defined by series of control points and x-axis?
MWE:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{intersections}
...
2
votes
0answers
106 views
Relative paths in a subimport-ed file, when using pdfpages
Short version: a subimport-ed file has correct relative path when using \includegraphics, but incorrect relative path when using \includepdf.
Long version:
File a.tex is located in my main a ...
5
votes
2answers
355 views
How to make \animategraphics happy with a file name with spaces?
% this filename is main.tex
% compile it with "pdflatex -shell-escape main" (without the quotes)
\documentclass{article}
\usepackage{filecontents}
% Create a PDF file that consist of some pages
...
7
votes
1answer
240 views
assistance on good handling of text on TikZ paths
I am putting together an ornate logo using TikZ. The logo as it is currently is as follows:
I request assistance on handling the lowermost outer text (which reads "UNIVERSITY OF GLASGOW"). For the ...
10
votes
2answers
3k views
How do I restore my TeX path?
I have an up-to-date installation of MacTeX (2012) on my machine, but a recent upgrade of my system software seems to have removed TeX from my path. TeX Live Utility recognizes my installation and ...
1
vote
1answer
270 views
LaTeX install path on OS X
I run the MacTeX 2012 installer and it installed a bunch of apps and tools under /Applications/TeX. However, I can't find the latex executables.
There is no /usr/texbin, no /usr/local/texlive. If I ...
5
votes
2answers
70 views
How do I use scopes to apply a style to nodes inside a path?
I want to use nodes inside a single path, in order that I might position one relative to another using the ++(x,y) notation.
However, a scope that I want to use to style the nodes only styles the ...
3
votes
1answer
437 views
How to configure TeXLive search paths?
Every time I run pdflatex my whole home directory is scanned. It takes forever and one cpu core is at 100% usage.
I'm using Ubuntu 12.04 TeXLive packages and can't find where this is set.
kpsepath ...
3
votes
1answer
145 views
Can a default path be set globally for \input{…} akin to \graphicspath{…}?
For the graphicx package, we can use \graphicspath{...} so that we can directly use filenames in the argument of \includegraphics{...}. Can a similar thing be done for directly using filenames in ...
1
vote
0answers
207 views
Accessing a .bib file in a Dropbox folder with TeXWorks [duplicate]
I use LaTeX on multiple computers. To avoid having different versions of my bibliography files floating around, I keep all of my .bib files in a Dropbox folder, instead of in local texmf folders.
...
5
votes
1answer
290 views
Why Glossaries with Xindy unable to execute(cannot find the correct PATH)?
After I compiled a tex file by xelatex, I use Glosarries with Xindy to make a index, it reported:
$ makeglossaries test
makeglossaries version 2.04 (2012-05-19)
added glossary type 'main' ...
10
votes
3answers
455 views
Decorate path with arrows at nodes
Standalone example:
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}
\draw[black, very thick] plot[smooth] coordinates {(4,1) (2,2) (1,3) ...
-4
votes
2answers
353 views
Execute xelatex
My xelatex application in "C" directory.
My Tex file is in "D" Directory.
How can I run my tex file in "D" Drive?
and cmd prompt?
3
votes
1answer
287 views
Make LaTeX recognize local files in Dropbox under Linux
I have some local LaTeX files in Dropbox and have not been able to make LaTeX recognize them. It does find my local texmf folder, but that doesn't help me.
I am working under Fedora 17 and uname -r ...
7
votes
1answer
763 views
TikZ: text along path as node
I'm using the decorations library to put bended text along a path. That works fine. However, I'd like to have the bended text as a node, so that I can later use it as a reference (for instance to draw ...
5
votes
1answer
118 views
How to build a trail of nodes from a path?
What I want:
where the yellow line is the path to be transformed. The points inside the yelow line are the nodes after processing.
The only way I found to do this is the intersection between a ...





