Google Code Exporter

Results 11117 issues of Google Code Exporter

``` The documentation should make note of any incompatibilities that exist between the Tufte-LaTeX classes and the standard LaTeX classes. That is, what changes would need to be made to...

auto-migrated
Component-Docs

``` Write documentation for using the Tufte-LaTeX classes with various TeX-based engines: plain latex, pdflatex, and xelatex. ``` Original issue reported on code.google.com by `[email protected]` on 19 May 2009 at...

auto-migrated
Component-Docs

``` I'm using XeLaTeX, and usually use the UTF-8 double quotes instead of the normal ``''. The command \newthought{The term “participle”} results in the close quotes being "eaten": THE TERM...

auto-migrated

``` (Please attach an example .tex file demonstrating the problem or bug.) Tested on line 232 of sample-handout.tex Please describe the feature, problem, or bug: Citations in tables increment citation...

auto-migrated

``` Below is a patch to allow building of cmockery outside of the source directory. It has been tested against subversion trunk, and passes 'make distcheck'. Signed-off-by: Chris Heller ---...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Compile test-cmockery with gcc -std=c99 -I/opt/include -L/opt/lib -lcmockery test-cmockery.c -o test-cmockery 2. Run ./test-cmockery What is the expected output? What do you...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Open http://cmockery.googlecode.com/svn/trunk/doc/index.html#Mock_Functions 2. Observe the fail_connect_to_customer_database() source and note that it won't fail as the comment explains, because it includes a will_return()...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Call _test_free with the first argument set to 0 or NULL 2. _test_free asserts that ptr must not be null 3. testcase...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? Below steps throw's Guard block error which I expect it shouldn't. void leak_memory() { int * temporary = (int*)realloc(NULL, sizeof(int)); temporary = (int...

Priority-Medium
Type-Defect
auto-migrated

``` I've noticed some warnings related with an "incorrect" use of printf and derivates. Could you fix that issue aplying the next patch? 1535c1535 < puts(buffer); --- > printf(buffer); 1545c1545...

Priority-Medium
Type-Defect
auto-migrated