| bio | website | red-sheep.de |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | May 18 at 13:01 | |
| stats | profile views | 19 |
|
Nov 9 |
comment |
Which dot character to use in which context? what i really don’t get about the unicode consortium is that they include every crap, yet recommend to use »’« (’) as typographic apostrope. wtf? |
|
Oct 28 |
awarded | Nice Answer |
|
Jan 10 |
awarded | Yearling |
|
Oct 21 |
comment |
CMYK ConTeXt colors in TikZ @Joseph: your patch has been applied to the cvs: sourceforge.net/tracker/… (see comment) |
|
Sep 12 |
comment |
Is there a “contradiction” symbol in some font, somewhere? or draw it yourself for maximum control: \usepackage{tikz} and then \def\contra{\tikz[baseline, x=1ex, y=.7em, line width=.7pt]\draw (0,0) -- (1,1) (0,1) -- (1,0) (.5,0) -- (1.5,1) (0.5,1) -- (1.5,0);} |
|
Sep 12 |
accepted | Creating a ConTeXt/LaTeX hybrid module |
|
Sep 12 |
comment |
Creating a ConTeXt/LaTeX hybrid module That seems to be a very standard-compliant way of doing it, but it means that I have to develop an install script that puts the files into the user’s texmf tree, instead of simply telling them to drop a single .tex file next to their document in order to install it. But then, I could as well just let the script generate the appropriate file: ./make_titlepage.py latex. A “drop-in” module would be best. |
|
Sep 10 |
comment |
How to scale a tikzpicture to \textwidth is there a ConTeXt equivalent? |
|
Sep 10 |
asked | Creating a ConTeXt/LaTeX hybrid module |
|
Sep 10 |
comment |
CMYK ConTeXt colors in TikZ TikZ is awesome, but this makes me kind of angry. Why wouldn’t someone accept patches? |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ and may i contribute your code on the TikZ and/or ConTeXt mailing lists? like “Joseph Wright has written a TikZ addition that allows TikZ to use ConTeXt CMYK colors: …”? |
|
Sep 9 |
awarded | Commentator |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ thank you very much. i’m curious: is there a reason to use mkii? |
|
Sep 9 |
accepted | CMYK ConTeXt colors in TikZ |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ i have MKIV 2011.08.27 13:24 and TikZ/PGF 2.10 |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ sadly, it does not work: pastebin.com/vXmj8mpi |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ Wow, that’s the answer I was looking for. Tear this stubborn module’s heart out, overcharge it and stuff it back in! Any chance to get this into the core? Also, I need the ability to upvote more than once. PS: I just clarified the question, I did not alter it. I meant to ask this from the start, just firgured I’d have to add more specificity. |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ See my edited answer on what works already and thus tells me that there must be a way to create hybrid ConTeXt/TikZ colors. I don’t need them to be CMYK internally, just defined via CMYK. Also: Isn’t \unprotect \dosomethingwith@inside \protect the canonical way? |
|
Sep 9 |
revised |
CMYK ConTeXt colors in TikZ added 391 characters in body |
|
Sep 9 |
comment |
CMYK ConTeXt colors in TikZ It’s a nice answer on how to define CMYK-colors for TikZ from inside a ConTeXt document. But my question was what code i should add at one position to enable TikZ to use ConTeXt’s colors. |