Fix bug in LaTeX renderer
This commit is contained in:
		| @@ -114,7 +114,7 @@ static gboolean write_layer_env(FILE *tex_file, GdkRGBA *color, int layer, GList | ||||
| 			color->red = inf->color.red; | ||||
| 			color->green = inf->color.green; | ||||
| 			color->blue = inf->color.blue; | ||||
| 			g_string_printf(buffer, "\\begin{pgfonlayer}{l%d}\n\\ifcreatepdflayers\n\\begin{scope}[ocg={ref=%d, status=visible,name={%s}}]\n\\fi]\n", | ||||
| 			g_string_printf(buffer, "\\begin{pgfonlayer}{l%d}\n\\ifcreatepdflayers\n\\begin{scope}[ocg={ref=%d, status=visible,name={%s}}]\n\\fi\n", | ||||
| 					layer, layer, inf->name); | ||||
| 			WRITEOUT_BUFFER(buffer); | ||||
| 			return TRUE; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user