Alternative and probable better way to printf83 (5/3/2013 12:54:30 PM) comp.lang.c Hello friends,
I am writing some string to a gstring using printf as:
g_string_append_printf (ustring, "@%s{%s,\n",string1, string0);
if( strlen(string2)!=0 ||string2!=NULL)
g_string_append_... Rudra
meanning of the for loop812 (3/13/2013 4:41:12 PM) comp.lang.c Hello friends,
I encountered a C code(not by me, obviously) which uses:
gchar *key, *val, **kiter;
gint i;
char *keys[] = {"id", "type", "author", "year",NULL};
g_hash_table_iter_init (&iter, tabl... Rudra
bibtex parsing with bison/flex218 (3/2/2013 8:45:13 PM) comp.text.tex Dear friends,
I am trying to write a code in C that will parse bibtex file with all
possible formats. So I choose bison+flex.
I have managed to have a very elementery code, but it also depends on
the orde... Rudra
odd position of figure in beamer326 (2/25/2013 3:19:58 PM) comp.text.tex Dear friends,
I am writing an equation with \includegraphics:
The problem is the images are shifted upward; as can be seen in
http://web.warwick.ac.uk/~phslav/try.pdf
\documentclass{beamer}
\begin{docume... Rudra
global color in eqation/eqnarray124 (2/24/2013 12:18:40 PM) comp.text.tex Dear friends,
in my latex, I want to change my equations (eqation/eqnarray) color.
I have tried:
\everymath{\color{pmsGreen}}
\everydisplay{\color{pmsGreen}}
in my preamble.
The problem is this is chang... Rudra
Include path in tex828 (2/9/2013 6:52:12 PM) comp.text.tex Friends,
I am trying to include a file in tex as:
\include{/home/rudra/Talks/Preambles/pre}
or=20
\include{../Preambles/pre}
and both are complaining that it cannot write the aux file:
pdflatex: Not w... Rudra
a good C book1524 (1/31/2013 9:05:15 PM) comp.lang.c Hello friends,
I *really* dont want to flame a war here. But it will be helpful for me if you can suggest a good book for me.
I am not a novice programmer, using fortan for ~10 years now. But from such higher... Rudra
open an existing file in buffer and write on it925 (1/25/2013 11:24:08 AM) comp.lang.c Dear friends,
I write some data on a new or existing file as:
FILE *fop = fopen(filename, "a" );
if (!fop){
filename="Untitled.bib";
fop= fopen(filename,"a");
}
gtk_label_set_text(GTK_LAB... Rudra
bibtex key123 (1/10/2013 5:44:38 PM) comp.text.tex Dear friends,
I can vaguely remember using a cli tool to generate biblatex key. Most
probably its within texlive distribution.
Do anybody aware of this utility? Please let me know; as I can't recall
the n... Rudra
exit if item >10930 (12/26/2012 7:06:06 PM) comp.lang.perl.misc Hello friends,
I am a perl illiterate, but managed to write a code for gcstar(a package to create catalogue), to export to latex.
I have one little problem. problem is, for movies, the list of actors are wri... Rudra
increasing spacing within matrix element437 (11/10/2012 5:00:10 AM) comp.text.tex When I use \frac within a matrix, the result appeared small and somewhat squeezed. Anyone know how to increase the spacing as well as the font size to improve the look? Thanks in advance
... kyinfung(18)
problem with atof1029 (10/28/2012 11:42:12 AM) comp.lang.c const char *str_atype, *str_at1, *str_at2;
str_at1=gtk_entry_get_text(GTK_ENTRY(e->entry1));
str_at2=gtk_entry_get_text(GTK_ENTRY(e->entry2));
float i=atof(str_at1)-atof(str_at2);
print("%f",i);
T... bnrj.rudra(343)
Win a LaTeX Book10447 (12/13/2012 5:49:25 PM) comp.text.tex Dear all,
I am organising a lottery and Springer have kindly agreed to donate a copy of ``LaTeX and Friends:''
http://csweb.ucc.ie/~dongen/LAF/LAF.html.
Joseph Wright has kindly agreed to act a an ... dongen(455)
exit if item >10930 (12/26/2012 7:06:06 PM) comp.lang.perl.misc Hello friends,
I am a perl illiterate, but managed to write a code for gcstar(a package to create catalogue), to export to latex.
I have one little problem. problem is, for movies, the list of actors are wri... bnrj.rudra(343)
open an existing file in buffer and write on it925 (1/25/2013 11:24:08 AM) comp.lang.c Dear friends,
I write some data on a new or existing file as:
FILE *fop = fopen(filename, "a" );
if (!fop){
filename="Untitled.bib";
fop= fopen(filename,"a");
}
gtk_label_set_text(GTK_LAB... bnrj.rudra(343)
Include path in tex828 (2/9/2013 6:52:12 PM) comp.text.tex Friends,
I am trying to include a file in tex as:
\include{/home/rudra/Talks/Preambles/pre}
or=20
\include{../Preambles/pre}
and both are complaining that it cannot write the aux file:
pdflatex: Not w... bnrj.rudra(343)
odd position of figure in beamer326 (2/25/2013 3:19:58 PM) comp.text.tex Dear friends,
I am writing an equation with \includegraphics:
The problem is the images are shifted upward; as can be seen in
http://web.warwick.ac.uk/~phslav/try.pdf
\documentclass{beamer}
\begin{docume... bnrj.rudra(343)
bibtex parsing with bison/flex218 (3/2/2013 8:45:13 PM) comp.text.tex Dear friends,
I am trying to write a code in C that will parse bibtex file with all
possible formats. So I choose bison+flex.
I have managed to have a very elementery code, but it also depends on
the orde... bnrj.rudra(343)
meanning of the for loop812 (3/13/2013 4:41:12 PM) comp.lang.c Hello friends,
I encountered a C code(not by me, obviously) which uses:
gchar *key, *val, **kiter;
gint i;
char *keys[] = {"id", "type", "author", "year",NULL};
g_hash_table_iter_init (&iter, tabl... bnrj.rudra(343)
Alternative and probable better way to printf83 (5/3/2013 12:54:30 PM) comp.lang.c Hello friends,
I am writing some string to a gstring using printf as:
g_string_append_printf (ustring, "@%s{%s,\n",string1, string0);
if( strlen(string2)!=0 ||string2!=NULL)
g_string_append_... bnrj.rudra(343)