Search found 2 matches

by pats
Sat Aug 29, 2009 9:03 pm
Forum: General
Topic: \newcommand and the TeXnicCenter file list
Replies: 2
Views: 1817

Re: \newcommand and the TeXnicCenter file list

Sure. Here is an example file, with one of my newcommand declarations. A project with this as the only file shows "#1" with a red "?" under the Graphic Files list in the Navigation pane Files tab:

\documentclass{article}

\usepackage{graphicx}

%
% Insert a single chart
% PSinsertChart{path,caption ...
by pats
Sat Aug 29, 2009 6:45 pm
Forum: General
Topic: \newcommand and the TeXnicCenter file list
Replies: 2
Views: 1817

\newcommand and the TeXnicCenter file list

I have some commands, created with \newcommand, that contain partial file paths with the rest of the path filled in from a parameter. The TeXnicCenter navigator pane shows e.g. "#1" as a graphics file.

Is there any way to prevent it from picking up things that look like file names but appear only ...