Hello,
I have a strange problem on two computers
With a new file and with the language LaTeX, I can use the command : Alt Esc but if I save the file try.tex for example, now the command does not work any more.
The TM_variables are
TM_BUNDLE_PATH=/Users/ego/Library/Application Support/TextMate/Bundles/ Bundle Development.tmbundle TM_BUNDLE_SUPPORT=/Applications/TextMate.app/Contents/SharedSupport/ Bundles/Bundle Development.tmbundle/Support TM_COLUMNS=100 TM_COLUMN_NUMBER=1 TM_COMMENT_START=% TM_CURRENT_LINE= TM_DIRECTORY=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox TM_DIR_FOR_TEMP=/Users/ego/Boulot/temp TM_FILENAME=AltEsc.tex TM_FILEPATH=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox/AltEsc.tex TM_FULLNAME=ego TM_LINE_INDEX=0 TM_LINE_NUMBER=48 TM_MODE=LaTeX Author TM_ORGANIZATION_NAME=__Collège Sévigné__ TM_PROJECT_DIRECTORY=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox TM_PROJECT_FILEPATH=/Users/ego/Desktop/try.tmproj TM_SCOPE=text.tex.latex.author TM_SELECTED_FILE=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox/AltEsc.tex TM_SELECTED_FILES='/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox/AltEsc.tex' TM_SOFT_TABS=YES TM_SUPPORT_PATH=/Applications/TextMate.app/Contents/SharedSupport/ Support
I need some help, please !
With old files, I have no problem
Alain
Alain, can you provide a more precise example? Namely a sample file, and exactly what happens when you press alt-esc?
Let me try to understand more precisely. If you open an existing tex file, no problems? This only happens when you start a new document file, and then save it?
Haris Skiadas Department of Mathematics and Computer Science Hanover College
On Sep 15, 2008, at 1:09 PM, Alain Matthes wrote:
Hello,
I have a strange problem on two computers
With a new file and with the language LaTeX, I can use the command : Alt Esc but if I save the file try.tex for example, now the command does not work any more.
The TM_variables are
TM_BUNDLE_PATH=/Users/ego/Library/Application Support/TextMate/ Bundles/ Bundle Development.tmbundle TM_BUNDLE_SUPPORT=/Applications/TextMate.app/Contents/SharedSupport/ Bundles/Bundle Development.tmbundle/Support TM_COLUMNS=100 TM_COLUMN_NUMBER=1 TM_COMMENT_START=% TM_CURRENT_LINE= TM_DIRECTORY=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox TM_DIR_FOR_TEMP=/Users/ego/Boulot/temp TM_FILENAME=AltEsc.tex TM_FILEPATH=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox/AltEsc.tex TM_FULLNAME=ego TM_LINE_INDEX=0 TM_LINE_NUMBER=48 TM_MODE=LaTeX Author TM_ORGANIZATION_NAME=__Collège Sévigné__ TM_PROJECT_DIRECTORY=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox TM_PROJECT_FILEPATH=/Users/ego/Desktop/try.tmproj TM_SCOPE=text.tex.latex.author TM_SELECTED_FILE=/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox/AltEsc.tex TM_SELECTED_FILES='/Users/ego/Boulot/SANDBOX/TIKZ/Sandbox/AltEsc.tex' TM_SOFT_TABS=YES TM_SUPPORT_PATH=/Applications/TextMate.app/Contents/SharedSupport/ Support
I need some help, please !
With old files, I have no problem
Alain
Le 17 sept. 08 à 04:25, Charilaos Skiadas a écrit :
Alain, can you provide a more precise example? Namely a sample file, and exactly what happens when you press alt-esc?
Let me try to understand more precisely. If you open an existing tex file, no problems?
This only happens when you start a new document file, and then save it?
With a new file No problem Alt Esc works with a new file but if I save it then Alt Esc does not work any more.
example
\documentclass{article}
\begin{document} \vfill\exo
\input{/Users/ego/Boulot/Base/Seconde/Nombre/nbr_1.tex}
\vfill\exo
\input{/Users/ego/Boulot/Base/Seconde/Nombre/nbr_2.tex}
\vfill\exo
\input{/Users/ego/Boulot/Base/Seconde/Nombre/nbr_3.tex}
\vfill\exo
\input{/Users/ego/Boulot/Base/Seconde/Nombre/nbr_7.tex}
\vfill \end{document}
When the problem exists, if icopy the text in a new file now I can use Alt Esc but when I save the new file, the problem is always here
With a file like
\documentclass{article} \usepackage{tikz,fullpage} \usetikzlibrary{calc}
\begin{document}
\begin{tikzpicture} \draw[help lines] (0,0) grid (2,2); \node[shape=coordinate] (A) at (1 cm,2 cm) {}; \draw let \p1=(A) in (\x1,\y1) circle (2 pt); \end{tikzpicture}
\end{document}
I don't have the problem, I can create a new one and save it !
Very strange.
I want a lot of questions because I want to work on a new Bundle La(TeX) Author and I want to have specific colors for the TeX primitives, Plain TeX Macro etc ... but I would like to have your opinion to make a good job
Alain
Le 17 sept. 08 à 07:16, Alain Matthes a écrit :
Le 17 sept. 08 à 04:25, Charilaos Skiadas a écrit :
Alain, can you provide a more precise example? Namely a sample file, and exactly what happens when you press alt-esc?
Let me try to understand more precisely. If you open an existing tex file, no problems?
This only happens when you start a new document file, and then save it?
Hi,
I know when the problem arrives
1) a new file
\documentclass{article}
\begin{document} \end{document}
No problem
2) I save it try.tex on my Desktop : No problem
3) I insert \input{essai}
\documentclass{article}
\begin{document} \input{essai} \end{document}
No problem
4) I save it and now alt-esc does not work anymore
Perhaps a problem with LatexCommandCompletions.rb ??
Greetings
Alain
\documentclass{article}
\begin{document} \input{essai} \end{document}
I save it and now alt-esc does not work anymore
Perhaps a problem with LatexCommandCompletions.rb ??
I have the same problem. I would like to know if I am the only one with this problem?
Perhaps i need to update something ? but I think there is a problem with \input, \include and the completion !
Best regards
Alain
On Sep 17, 2008, at 9:00 AM, Alain Matthes wrote:
Le 17 sept. 08 à 07:16, Alain Matthes a écrit :
Le 17 sept. 08 à 04:25, Charilaos Skiadas a écrit :
Alain, can you provide a more precise example? Namely a sample file, and exactly what happens when you press alt-esc?
Let me try to understand more precisely. If you open an existing tex file, no problems?
This only happens when you start a new document file, and then save it?
Hi,
I know when the problem arrives
- a new file
\documentclass{article}
\begin{document} \end{document}
No problem
What do you mean when you say "no problem"? What completion are you trying to do in this case, that isn't working. Alt-esc has a couple of different uses, depending on context. What completion precisely are we talking about? Are you trying withing a \ref{...} statement? And what do you expect it to do in the above case?
I save it try.tex on my Desktop : No problem
I insert \input{essai}
\documentclass{article}
\begin{document} \input{essai} \end{document}
Where is the file "essai" relatively to the current file? And is it a file with extension .tex, i.e. is it essai.tex ?
No problem
- I save it and now alt-esc does not work anymore
Perhaps a problem with LatexCommandCompletions.rb ??
Greetings
Alain
Haris Skiadas Department of Mathematics and Computer Science Hanover College
Le 22 sept. 08 à 06:37, Charilaos Skiadas a écrit :
I know when the problem arrives
- a new file
\documentclass{article}
\begin{document} \end{document}
No problem
What do you mean when you say "no problem"? What completion are you trying to do in this case, that isn't working. Alt-esc has a couple of different uses, depending on context. What completion precisely are we talking about? Are you trying withing a \ref{...} statement? And what do you expect it to do in the above case?
Sorry but my english language is not very good
a new document with the latex
\documentclass{article} \begin{document} Essai alt-esc
\end{document}
I try to write \medskip like this
\documentclass{article} \begin{document} Essai alt-esc
\medskip \end{document}
so after \me I use alt+esc and that's fine . i can choose medskip in a list
I save this file on the desktop with the name altesc.tex
now below \medskip I want \input{essai}
\after \in and alt+esc
a list of the macros appears and I can choose input
A) Without saving the file, I can use alt+esc to get
\documentclass{article} \begin{document} Essai alt+esc
\medskip \input{essai}
\medskip \end{document}
B) if I save the file (altesc.tex)
\documentclass{article} \begin{document} Essai alt+esc
\medskip \input{essai}
\end{document}
I can't use alt+esc perhaps because the file essai. tex don't exist.
but
C) If I create a file essai.tex on the desktop like
\hrule I have a problem \hrule \endinput
The problem is the same I can compile my example alt+esc but I can't use alt+esc to place \medskip below \input{essai}
I save it try.tex on my Desktop : No problem
I insert \input{essai}
\documentclass{article}
\begin{document} \input{essai} \end{document}
Where is the file "essai" relatively to the current file? And is it a file with extension .tex, i.e. is it essai.tex ?
essai.tex is on the desktop with altesc.tex
Best Regards
Alain