In der Anleitung finde ich keine Umsetzung. Weiß jmd., ob es eine Implementierung des Logos gibt? gefragt 03 Aug '16, 01:57 cis |
Satt mit den Daten der SVG-Grafik zu arbeiten, habe ich das Logo hier direkt in TikZ nachprogrammiert: Open in Online-Editor
\documentclass{article} \usepackage{tikz} \DeclareRobustCommand*{\sagelogo}{% \begin{tikzpicture}[line width=.2ex,line cap=round,rounded corners=.01ex,baseline=-.2ex] \draw(0,0) -- (.75em,0) -- (.75em,.7ex) -- (.25em,.7ex) -- (.25em,.75\ht\strutbox) -- (.75em,.75\ht\strutbox); \draw(2em,0) -- (1.6em,0) -- (1.3em,.75\ht\strutbox) -- (.9em,.75\ht\strutbox) -- (.9em,0) -- (1.3em,0) -- (1.6em,.75\ht\strutbox) -- (2.1em,.75\ht\strutbox) -- (2.1em,-\dp\strutbox) -- (1.45em,-\dp\strutbox); \draw(3em,0) -- (2.25em,0) -- (2.25em,.75\ht\strutbox) -- (2.8em,.75\ht\strutbox) -- (2.8em,.7ex) -- (2.35em, .7ex); \end{tikzpicture}% } \begin{document} \tiny See the logo: \sagelogo. \footnotesize See the logo: \sagelogo. \small See the logo: \sagelogo. \normalsize See the logo: \sagelogo. \large See the logo: \sagelogo. \Large See the logo: \sagelogo. \LARGE See the logo: \sagelogo. \huge See the logo: \sagelogo. \end{document} beantwortet 03 Aug '16, 14:45 saputello Sehr gut, allerdings muss ich es in der Form
(03 Aug '16, 18:01)
cis
(03 Aug '16, 18:13)
saputello
|
Aus einer Mischung aus Verwendung einer SVG-Grafik von der sagemath Homepage, Inkscape-Nachbearbeitung, TikZ-Export und manueller Nachbearbeitung ist bei mir gerade folgendes entstanden: Open in Online-Editor
\documentclass{standalone} \usepackage{tikz} \DeclareRobustCommand*{\sagelogo}{% \raisebox{-.8\dp\strutbox}{% \begin{tikzpicture}[y=.01\ht\strutbox,x=.01\ht\strutbox] \path[fill=black,even odd rule] (350.7441,-171.9201) .. controls (350.8086,-184.3695) and (350.5713,-196.6799) .. (350.8470,-209.2701) .. controls (350.7480,-211.5764) and (351.1630,-212.8178) .. (354.7778,-213.1807) .. controls (370.4028,-213.2762) and (386.0326,-213.1222) .. (401.6545,-213.3537) .. controls (404.1080,-213.3036) and (404.9334,-213.8103) .. (404.8231,-216.9784) .. controls (404.9464,-224.1649) and (404.9213,-228.4928) .. (404.9638,-234.4872) .. controls (405.0446,-236.5215) and (403.7410,-237.2975) .. (401.7512,-237.2889) .. controls (386.2367,-237.0980) and (370.7123,-237.2607) .. (355.1940,-237.2066) .. controls (346.5502,-237.2066) and (337.9064,-237.2066) .. (329.2626,-237.2066) .. controls (327.3540,-238.1615) and (327.6245,-239.5260) .. (327.5754,-242.0991) .. controls (327.6235,-244.6499) and (327.4080,-246.6784) .. (329.1084,-246.9719) .. controls (332.0363,-247.5511) and (335.1235,-247.0715) .. (338.1149,-247.2284) .. controls (362.3172,-247.2013) and (388.5239,-247.2825) .. (412.7234,-247.1879) .. controls (414.7666,-247.2884) and (415.6274,-246.5764) .. (415.5384,-244.0372) .. controls (415.4854,-231.1877) and (415.6451,-219.0682) .. (415.4577,-206.2312) .. controls (415.3741,-204.2397) and (415.0447,-203.4799) .. (413.4010,-203.1994) .. controls (398.1409,-203.1994) and (382.8807,-203.1994) .. (367.6206,-203.1994) .. controls (363.9492,-203.4128) and (363.5823,-203.1864) .. (362.6947,-202.2314) .. controls (361.8396,-201.3112) and (361.7343,-200.1159) .. (361.7993,-194.1067) .. controls (361.7058,-187.4806) and (361.7169,-189.9668) .. (361.7993,-183.3465) .. controls (361.7253,-178.2230) and (361.4132,-176.6931) .. (362.5735,-175.2404) .. controls (363.7622,-173.7522) and (368.7539,-174.2996) .. (373.5523,-174.3277) .. controls (386.9985,-174.2868) and (404.6631,-174.5839) .. (413.1927,-174.3277) .. controls (416.0586,-174.2416) and (415.9346,-172.5685) .. (415.9973,-168.8619) .. controls (416.0261,-162.9207) and (413.9937,-163.1241) .. (409.4929,-163.2728) .. controls (403.2680,-163.2948) and (400.2467,-163.2294) .. (393.6560,-163.2728) .. controls (381.3366,-163.2698) and (369.3580,-163.2620) .. (356.9721,-163.2728) .. controls (353.3394,-163.2768) and (352.6799,-164.2333) .. (351.4834,-166.0443) .. controls (350.3787,-167.7342) and (350.8240,-169.7543) .. (350.7441,-171.9201) -- cycle; \path[fill=black,even odd rule] (608.6724,-207.1907) .. controls (608.7736,-210.8625) and (608.1070,-212.9178) .. (610.2332,-212.9115) .. controls (630.6777,-212.8507) and (649.9470,-213.0648) .. (669.9560,-212.9115) .. controls (672.0080,-213.0729) and (673.2045,-211.3453) .. (673.1641,-208.9915) .. controls (673.1001,-195.1597) and (673.2949,-181.3237) .. (673.0612,-167.4946) .. controls (672.0689,-164.9895) and (669.6787,-162.7866) .. (666.8163,-163.2966) .. controls (643.3798,-163.2487) and (619.9405,-163.3929) .. (596.5058,-163.2238) .. controls (594.2148,-163.7656) and (592.8271,-166.2002) .. (592.7674,-168.4798) .. controls (592.7654,-192.5613) and (592.6975,-216.6544) .. (592.8012,-240.7344) .. controls (592.5902,-243.2428) and (594.0324,-245.5256) .. (596.3242,-246.5288) .. controls (598.7150,-247.7164) and (601.4074,-247.2578) .. (604.2180,-247.1954) .. controls (633.9558,-247.1954) and (663.6937,-247.1954) .. (693.4316,-247.1954) .. controls (695.1838,-247.3136) and (695.9783,-247.1815) .. (696.0121,-244.9027) .. controls (696.0439,-242.6678) and (696.0817,-240.6323) .. (696.0121,-238.6496) .. controls (696.0826,-236.2350) and (694.0007,-236.3634) .. (692.9748,-236.4328) .. controls (666.1545,-236.4328) and (633.3342,-236.4328) .. (606.5138,-236.4328) .. controls (604.3218,-236.3863) and (603.3446,-234.1784) .. (603.6538,-232.2424) .. controls (603.6797,-213.6500) and (603.6019,-195.0501) .. (603.6927,-176.4625) .. controls (603.5499,-173.4005) and (604.9128,-172.4553) .. (607.3789,-172.6747) .. controls (624.0607,-172.7243) and (642.9660,-172.5756) .. (659.6392,-172.7489) .. controls (661.5696,-172.6703) and (662.8738,-173.8795) .. (662.7279,-175.9651) .. controls (662.6524,-183.0981) and (662.8792,-192.6945) .. (662.6138,-199.8140) .. controls (662.8367,-202.5913) and (660.8313,-202.4696) .. (658.6917,-202.4313) .. controls (643.3597,-202.4586) and (636.5890,-202.4874) .. (610.6925,-202.4721) .. controls (608.1560,-202.4711) and (608.7606,-204.9815) .. (608.6724,-207.1907) -- cycle; \path[fill=black,even odd rule] (501.6307,-277.0856) .. controls (501.5136,-279.2846) and (501.2875,-282.4250) .. (504.3544,-282.3251) .. controls (529.0966,-282.4107) and (553.8590,-282.3373) .. (578.6089,-282.3618) .. controls (581.3648,-282.0752) and (583.3928,-279.5233) .. (582.6924,-276.7784) .. controls (582.6450,-241.4360) and (582.7871,-206.0851) .. (582.6214,-170.7481) .. controls (582.7143,-167.3903) and (580.9937,-163.1444) .. (577.0327,-163.3389) .. controls (560.7433,-163.2159) and (544.4146,-163.2241) .. (528.1269,-163.3389) .. controls (523.1739,-163.8944) and (521.7793,-169.6021) .. (519.3269,-173.1333) .. controls (514.4574,-181.4364) and (509.7980,-189.8984) .. (504.7985,-198.1032) .. controls (502.7864,-200.6996) and (501.3308,-197.0782) .. (500.4393,-195.4691) .. controls (494.6792,-185.7184) and (488.8371,-175.8001) .. (482.8237,-166.2088) .. controls (480.0157,-162.3365) and (474.9896,-163.3396) .. (470.0529,-163.3389) .. controls (456.9028,-163.4212) and (445.4238,-163.0504) .. (432.2899,-163.3389) .. controls (429.1085,-163.0844) and (426.6102,-164.7287) .. (426.7635,-169.3570) .. controls (426.8347,-193.9620) and (426.5136,-216.5768) .. (426.7635,-241.1758) .. controls (427.0147,-247.3255) and (429.9348,-246.8923) .. (434.4147,-246.8487) .. controls (452.1564,-246.7647) and (467.1514,-246.7740) .. (485.1547,-246.1901) .. controls (487.6194,-246.1102) and (489.6767,-244.3307) .. (491.3996,-240.6883) .. controls (493.6968,-236.4684) and (495.8232,-232.8383) .. (498.2999,-228.0559) .. controls (500.5759,-223.6609) and (501.9436,-219.3496) .. (503.8866,-219.3642) .. controls (505.8295,-219.3787) and (507.2159,-223.7012) .. (510.2875,-229.0885) .. controls (513.3592,-234.4758) and (516.9547,-240.5011) .. (520.1129,-244.6050) .. controls (522.6095,-246.9261) and (526.7366,-246.1396) .. (530.6677,-246.2907) .. controls (541.6592,-246.2049) and (552.7075,-246.5898) .. (563.6635,-246.2907) .. controls (566.6374,-246.2227) and (565.7548,-243.4411) .. (565.9018,-241.3645) .. controls (566.3316,-235.2956) and (562.3250,-236.5355) .. (559.7920,-236.4739) .. controls (548.1274,-236.3294) and (530.3242,-237.4350) .. (526.0788,-236.6002) .. controls (523.9195,-236.1756) and (521.8526,-232.6955) .. (515.9655,-222.4531) .. controls (513.3508,-218.4716) and (512.6048,-216.8676) .. (510.0208,-212.1663) .. controls (509.2700,-210.8409) and (509.2608,-209.6639) .. (509.6036,-208.1509) .. controls (513.0490,-200.8455) and (511.6552,-204.1003) .. (513.4401,-200.5538) .. controls (518.8236,-191.4229) and (527.2702,-176.3898) .. (528.0154,-175.1928) .. controls (529.6253,-172.6068) and (531.7559,-173.0915) .. (535.3417,-172.9862) .. controls (545.5327,-172.9662) and (555.6463,-172.8674) .. (565.8703,-173.0496) .. controls (570.8092,-173.0375) and (570.8757,-174.3029) .. (570.7970,-180.3021) .. controls (570.7355,-209.5825) and (570.9200,-238.8725) .. (570.7048,-268.1470) .. controls (569.8442,-271.7070) and (565.2170,-271.3705) .. (562.2300,-271.4289) .. controls (542.4882,-271.5133) and (522.7347,-271.2601) .. (503.0003,-271.5558) .. controls (501.9058,-273.3114) and (501.3226,-274.9854) .. (501.6307,-277.0856) -- cycle(436.9756,-203.7813) .. controls (436.9920,-213.3748) and (436.9212,-220.9807) .. (436.9756,-230.5664) .. controls (436.9629,-232.7725) and (436.6935,-235.1962) .. (438.9970,-236.7173) .. controls (440.9083,-237.9793) and (445.3311,-237.3205) .. (447.6034,-237.4666) .. controls (458.2139,-237.4313) and (466.8348,-237.5371) .. (477.4388,-237.4138) .. controls (478.6095,-237.0945) and (481.5330,-238.0478) .. (482.7846,-236.1687) .. controls (485.7787,-232.4391) and (487.7917,-228.0516) .. (490.2833,-223.9894) .. controls (492.6124,-220.0515) and (494.7648,-215.9848) .. (497.2652,-212.1663) .. controls (497.9358,-210.9134) and (498.1897,-209.4750) .. (497.5753,-208.1509) .. controls (496.0558,-205.6758) and (494.4505,-203.4651) .. (492.8622,-200.7571) .. controls (488.1305,-192.6267) and (484.6522,-186.6411) .. (479.7333,-178.4790) .. controls (478.8957,-177.0891) and (477.7599,-173.2122) .. (472.7400,-173.3150) .. controls (466.7694,-173.3874) and (462.8322,-173.2449) .. (456.8800,-173.3150) .. controls (451.9302,-173.4153) and (446.9451,-172.8657) .. (442.0198,-173.3150) .. controls (440.3497,-173.8227) and (438.5688,-174.8444) .. (437.8093,-176.6051) .. controls (437.1823,-178.0584) and (436.8613,-178.7040) .. (436.9756,-183.0756) .. controls (437.1050,-190.6442) and (436.8461,-196.2128) .. (436.9756,-203.7813) -- cycle; \end{tikzpicture}}% } \begin{document} See the logo: \sagelogo. \end{document} Würde man stattdessen mit passendem Stift und abgerundeten Ecken den Schriftzug direkt in TikZ als drei Linienzüge erstellen, ginge das sicher deutlich kürzer. So ging es aber einfach schnell. beantwortet 03 Aug '16, 11:45 saputello |
Ich habe direkt den SVG-Pfad extrahiert welchen man dann mit der Open in Online-Editor
\documentclass{article} \usepackage{tikz} \usetikzlibrary{svg.path} \def\sagelogo{\tikz[yscale=-1,baseline=-2.6ex]\filldraw svg[scale=0.015ex] {m 188.125,72.9375 c -0.58821,0.0099 -1.2257,0.04001 -1.90625,0.0625 -7.52993,0.02661 -11.18375,-0.0525 -19.15625,0 -14.90226,-0.0036 -29.39237,-0.01306 -44.375,0 -4.39427,0.0048 -5.17771,1.153117 -6.625,3.34375 -1.3364,2.044181 -0.80961,4.505157 -0.90625,7.125 0.078,15.059504 -0.20853,29.9264 0.125,45.15625 -0.11976,2.78976 0.37733,4.31103 4.75,4.75 18.90077,0.11552 37.82171,-0.0613 56.71875,0.21875 2.96791,-0.0606 3.97717,0.54271 3.84375,4.375 0.14916,8.69311 0.10485,13.93629 0.15625,21.1875 0.0977,2.4608 -1.46804,3.38539 -3.875,3.375 -18.7672,-0.23089 -37.57195,-0.0283 -56.34375,-0.0937 l -31.34375,0 c -2.308804,1.15513 -2.003082,2.79364 -2.0625,5.90625 0.05818,3.08556 -0.181894,5.55118 1.875,5.90625 3.541792,0.70061 7.256383,0.12281 10.875,0.3125 29.27634,-0.0328 60.97699,0.0519 90.25,-0.0625 2.47158,0.12168 3.51401,-0.74097 3.40625,-3.8125 -0.0641,-15.54347 0.133,-30.19041 -0.0937,-45.71875 -0.10113,-2.40894 -0.48044,-3.34819 -2.46875,-3.6875 l -55.40625,0 c -4.44122,0.25803 -4.86381,-0.00093 -5.9375,-1.15625 -1.0344,-1.11307 -1.17244,-2.57473 -1.09375,-9.84375 -0.1131,-8.01533 -0.0997,-4.99173 0,-13 -0.0895,-6.197561 -0.46606,-8.055261 0.9375,-9.8125 1.43789,-1.800242 7.47678,-1.127741 13.28125,-1.09375 16.26524,-0.04948 37.61973,0.309816 47.9375,0 3.46681,-0.104151 3.33044,-2.1413 3.40625,-6.625 0.0305,-6.288442 -1.85131,-6.88185 -5.96875,-6.8125 z m 37.28125,0 c -3.7845,0.0086 -7.62189,0.069 -11.59375,0.15625 -3.84839,-0.307833 -6.87295,1.651447 -6.6875,7.25 0.0861,29.76361 -0.30222,57.11874 0,86.875 0.30388,7.43899 3.83092,6.92768 9.25,6.875 21.46129,-0.10161 39.59729,-0.0749 61.375,-0.78125 2.98144,-0.0967 5.47834,-2.25021 7.5625,-6.65625 2.77875,-5.10468 5.34787,-9.49614 8.34375,-15.28125 2.75317,-5.31644 4.39974,-10.54884 6.75,-10.53125 2.35026,0.0175 4.03442,5.26451 7.75,11.78125 3.71559,6.51675 8.05464,13.78562 11.875,18.75 3.01995,2.80768 8.02599,1.84852 12.78125,2.03125 13.29582,-0.10379 26.65333,0.36176 39.90625,0 3.59744,-0.0823 2.54087,-3.42549 2.71875,-5.9375 0.51984,-7.34122 -4.34225,-5.86292 -7.40625,-5.9375 -14.11017,-0.17476 -35.64575,1.16613 -40.78125,0.15625 -2.61193,-0.51363 -5.09746,-4.70396 -12.21875,-17.09375 -3.16286,-4.81625 -4.06174,-6.75062 -7.1875,-12.4375 -0.90817,-1.60324 -0.94593,-3.04478 -0.53125,-4.875 4.16774,-8.83704 2.49721,-4.89745 4.65625,-9.1875 6.51222,-11.0452 16.72349,-29.239436 17.625,-30.6875 1.94742,-3.12809 4.5374,-2.528958 8.875,-2.65625 12.3275,-0.02419 24.53878,-0.157959 36.90625,0.0625 5.97431,-0.01464 6.06395,1.524384 5.96875,8.78125 -0.0744,35.41919 0.16658,70.8693 -0.0937,106.28125 -1.04104,4.30634 -6.63669,3.89802 -10.25,3.96875 -23.88068,0.10209 -47.78443,-0.23268 -71.65625,0.125 -1.32403,2.12376 -2.02894,4.17821 -1.65625,6.71875 -0.14171,2.66005 -0.4287,6.43326 3.28125,6.3125 29.92949,0.10355 59.9049,0.0329 89.84375,0.0625 3.33361,-0.3467 5.78474,-3.42955 4.9375,-6.75 -0.0573,-42.752 0.10669,-85.5357 -0.0937,-128.28125 0.11238,-4.061834 -1.95855,-9.172753 -6.75,-8.9375 -19.70451,-0.148787 -39.48504,-0.138953 -59.1875,0 -5.9914,0.67195 -7.6584,7.572271 -10.625,11.84375 -5.89031,10.043956 -11.54603,20.26261 -17.59375,30.1875 -2.43389,3.14083 -4.17165,-1.241 -5.25,-3.1875 -6.96783,-11.79494 -14.03838,-23.772842 -21.3125,-35.375 -3.39669,-4.684116 -9.49699,-3.467879 -15.46875,-3.46875 -11.9303,0.07467 -22.709,-0.181993 -34.0625,-0.15625 z m 187.03125,0 c -2.77134,0.65533 -4.42787,3.617547 -4.5,6.375 -0.002,29.13032 -0.0942,58.24652 0.0312,87.375 -0.2553,3.03432 1.47766,5.81765 4.25,7.03125 2.89197,1.43657 6.16267,0.88798 9.5625,0.8125 l 107.90625,0 c 2.11963,0.14305 3.08408,-0.0248 3.125,-2.78125 0.0385,-2.70345 0.0842,-5.1641 0,-7.5625 0.0853,-2.92076 -2.41528,-2.77144 -3.65625,-2.6875 l -104.59375,0 c -2.65157,-0.0563 -3.84275,-2.72061 -3.46875,-5.0625 0.0313,-22.49029 -0.0473,-44.98415 0.0625,-67.46875 -0.17267,-3.70391 1.45441,-4.859075 4.4375,-4.59375 20.17923,0.06 43.0499,-0.115883 63.21875,0.09375 2.33505,-0.09508 3.92654,1.352123 3.75,3.875 -0.0913,8.628444 0.16486,20.23164 -0.15625,28.84375 0.26968,3.35948 -2.16184,3.23391 -4.75,3.1875 -18.54643,0.033 -26.70549,0.0498 -58.03125,0.0312 -3.0683,-0.001 -2.36214,3.04644 -2.46875,5.71875 0.12239,4.44168 -0.66573,6.9139 1.90625,6.90625 24.73073,-0.0736 48.04612,0.1854 72.25,0 2.48226,0.19525 3.92392,-1.8714 3.875,-4.71875 -0.0774,-16.73167 0.1577,-33.490408 -0.125,-50.21875 -1.20031,-3.030375 -4.09993,-5.679484 -7.5625,-5.0625 -28.34999,-0.05794 -56.71473,0.110802 -85.0625,-0.09375 z m -182.375,12 c 4.49017,-0.04798 9.00942,0.309746 13.5,0.21875 7.20013,-0.0848 11.96514,0.08758 19.1875,0 6.07224,-0.12434 7.42429,4.568715 8.4375,6.25 5.95009,9.87331 10.15126,17.10252 15.875,26.9375 1.92128,3.27581 3.88072,5.94344 5.71875,8.9375 0.74321,1.60168 0.43628,3.3594 -0.375,4.875 -3.02457,4.619 -5.62,9.51779 -8.4375,14.28125 -3.01394,4.91394 -5.47187,10.23844 -9.09375,14.75 -1.51398,2.27307 -5.05268,1.11381 -6.46875,1.5 -12.82717,0.14915 -23.22749,0.0198 -36.0625,0.0625 -2.74868,-0.17672 -8.12545,0.62042 -10.4375,-0.90625 -2.78641,-1.83989 -2.45286,-4.76891 -2.4375,-7.4375 -0.0658,-11.59537 0.0198,-20.80147 0,-32.40625 -0.1566,-9.15534 0.1566,-15.90716 0,-25.0625 -0.13819,-5.28818 0.24156,-6.054475 1,-7.8125 0.91882,-2.129752 3.07346,-3.354585 5.09375,-3.96875 1.48948,-0.135859 3.00328,-0.202755 4.5,-0.21875 z};} \begin{document} A\sagelogo B \large A\sagelogo B \Large A\sagelogo B \LARGE A\sagelogo B \end{document} beantwortet 03 Aug '16, 13:28 Henri |
AFAIK gibt es das nicht als Font und nicht einmal als Vektorgrafik. In der (PDF-)Anleitung verwenden sie selbst
Sage
bzw.Sage\TeX
. Ansonsten findet man vom Logo wohl nur JPEGs und PNGs. Man könnte aus einem der SVG-Werbebanner den relevanten Teil ausschneiden. Prinzipiell sollte es aber auch einfach möglich sein, das mittikz
nachzubauen. Dann hätte man es wenigstens frei skalierbar und könnte sogar die Liniendicke leicht an die verwendete Schrift anpassen.