glossaries with short / long names20 (5/18/2013 12:43:52 PM) comp.text.tex Hello,
I use glossaries to create my glossary. At the moment everything works
fine, but I need a little bit help
to create "short names".
I have got a glossary entry with the name={High-Throughput
Mu... Philipp
latexmk $clean_ext with reg expression / wildcard00 (5/18/2013 9:57:17 AM) comp.text.tex Hello,
I use in my Latexmk config file the $clean_ext parameter for cleaning
files.The script builds with the tikzexternal call different external
files eg
-figure.(pdf | glo | xml | ...)
and I woul... Philipp
caption with glossary70 (5/17/2013 10:29:47 PM) comp.text.tex Hello,
I try to use a \caption entry with a \gls command eg \caption{ text \gls{idx}}
but it does not work, so I have try to use \caption{ text \protect
\gls{idx}} or
\robustify{\gls} but I can not creat... Philipp
modify each array element2429 (1/6/2013 10:27:37 AM) comp.unix.shell Hello,
I create an sh script (git hook) wnd I need to modify each array
element if it can without a loop.
The array is created by MYDIRS=$(find ....) so each item is a directory
string and I would like
... Philipp
style guide checker322 (1/1/2013 11:50:05 PM) comp.lang.c++ Hello,
I have got a project written in C++ and I need a "style guide" checker
which can be used by SVN or Git hooks. I would like to add also custom
rules.
The checker must be run under Linux, OSX and W... Philipp
returning pure virtual object28 (12/28/2012 8:02:43 PM) comp.lang.c++ Hello,
I have got two pure virtual class like
class Base1 {
public :
virtual Base2 getReturn( void ) const = 0;
}
class Base2 {
public :
virtual void doSomething() = 0;
}
My ... Philipp
static class member initialization121 (12/18/2012 7:49:10 PM) comp.lang.c++ Hello,
I have got a problem with the initialization of a static class member
of a singleton class.
The class shows (short) :
class myPluginUse {
public :
template T myMethod();
... Philipp
struct dynamic825 (12/8/2012 11:13:08 AM) comp.lang.c++ Hello,
I would like to create a dynamic struct:
struct reg[] =
{
{ name1, *pointer },
{ name2, *pointer },
....
{ NULL, NULL }
}
name is a char / string and pointer a pointer to a function. I... Philipp
database interface719 (12/2/2012 6:52:21 PM) comp.lang.c++ Hello,
I hope this question is not off-topic.
I'm searching a C++ based interface for different databases, that is
also cross-plattform (OSX, Linux, Windows, also 32 & 64 Bit) and
optimal under a GPL or... Philipp
dll load problem820 (10/12/2012 12:03:15 PM) comp.lang.php Hello,
I run on a shell execution my local git client and get the error:
dyld: lazy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /usr/local/git/bin/git
Expected in: /Application... Philipp
glossaries with short / long names20 (5/18/2013 12:43:52 PM) comp.text.tex Hello,
I use glossaries to create my glossary. At the moment everything works
fine, but I need a little bit help
to create "short names".
I have got a glossary entry with the name={High-Throughput
Mu... philipp.kraus(151)
caption with glossary70 (5/17/2013 10:29:47 PM) comp.text.tex Hello,
I try to use a \caption entry with a \gls command eg \caption{ text \gls{idx}}
but it does not work, so I have try to use \caption{ text \protect
\gls{idx}} or
\robustify{\gls} but I can not creat... philipp.kraus(151)
struct dynamic825 (12/8/2012 11:13:08 AM) comp.lang.c++ Hello,
I would like to create a dynamic struct:
struct reg[] =
{
{ name1, *pointer },
{ name2, *pointer },
....
{ NULL, NULL }
}
name is a char / string and pointer a pointer to a function. I... philipp.kraus(151)
dll load problem820 (10/12/2012 12:03:15 PM) comp.lang.php Hello,
I run on a shell execution my local git client and get the error:
dyld: lazy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /usr/local/git/bin/git
Expected in: /Application... philipp.kraus(151)
JNI return jobjectArray831 (9/30/2012 8:23:48 PM) comp.lang.java.programmer Hello,
I hope this question is not OT.
I create a JNI call for this Java method
class myclass {
void native mymethod( Double[] x )
}
so the parameter x should be a call-by-reference, I would... philipp.kraus(151)
crossplattform api for sound device946 (7/10/2012 12:17:32 PM) comp.lang.c++ Hello,
Do anyone kowns a C++ API for using cross-plattform sound interfaces? I
would like to analyse audio signals of the system sound device in OSX,
Linux and Windows.
So I need only the sampled freque... philipp.kraus(151)
PHP / LaTeX project632 (3/6/2012 3:36:04 PM) comp.lang.php Hello, I hope I can send this question to this newsgroup: I'm searching some interessting people that would like to do a project in their free time. I'm a very big fan of LaTeX and PHP based frameworks, so I w... philipp.kraus(151)
newlabel problem518 (1/29/2012 7:59:42 PM) comp.text.tex Hello, I'm using scrlttr2 with sections. I can set the section, subsection, subsubsection items and can reference to them, but in the aux file the newlabel command gets wrong counters like: \newlabel{fig::my... philipp.kraus(151)
file can not be deleted1148 (10/27/2011 2:54:53 PM) comp.os.linux.misc Hello, I'm installing a new virtual server and in my /etc/mysql path is a file my.cnf stored, which is not accessable with the root- user. A ls -l shows ls: cannot access /etc/mysql/my.cnf: No such file or ... philipp.kraus(151)
get path of a Jar file430 (10/22/2011 9:54:57 AM) comp.lang.java.programmer Hello, I would like to extract a directory of a Jar file. I read the path of my Jar file with: String l_jarfile = Class.forName("class_within_the_jar").getResource("").toString(); l_jarfile = l_jarf... philipp.kraus(151)