LaTeX - package gensymb issue: control procedures not being defined?!

I want to use the gensymb package in my LaTeX file. Most commands work fine, but for the following two I get an error:
Package gensymb Warning: Not defining \perthousand.
Package gensymb Warning: Not defining \micro.
For me this is rather bad as I want to use \micro :
! Undefined control sequence.
l.109 In \micro
the first part of the experimant the experimental setup was
What shall I do?

bender02 wrote:
Well, let me tell you how did I find it (I don't use that package at all):
I went to CTAN, looked for that package, downloaded the .zip, unpacked. With most packages, you end up with a bunch of files, the important ones have suffix .ins and .dtx (eg. gensymb.dtx and gensymb.ins). Gensymb.dtx is the "source", which contains both the style file and the documentation. To get a .sty file out of it, you can run "latex gensymb.ins" (as in 'ins'tall), and it should load gensymb.dtx and produce at least gensymb.sty - that's the file you include in your latex files. Now to get documentation, just process the file gensymb.dtx itself with latex, and you end up with a .dvi.
All in all, I just looked at that gensymb.dvi and it was there.
Sometimes packages have an extra manual with them, you just need to look at the unzipped stuff from CTAN.
After installing gensymb at the appropiate places a "texdoc gensymb" opens the documentation.

Similar Messages

  • Who else has a problem with parental controls enabled not being able to run Firefox on the Mac?

    Who else has a problem with parental controls enabled not being able to run Firefox on the Mac? (Any solutions?) (BTW. Chrome doesn't work either)

    Although FF4 is so nice I'm almost ready to ditch iGoogle!
    Please fix what appears to be an RSS/iGoogle issue with FF4...
    Gmail is fine, but titles dont show in most RSS feed gadgets and no stories, strangely, apart from this one:
    http://www.google.com.au/ig/directory?hl=en&url=www.google.com/ig/modules/builtin_news_technology.xml
    Which if you enter the last part of the url reports that
    "<Content type="html">
    This is a builtin module, so the UserPrefs and Content are ignored."
    Any ideas?

  • When is the next ios update and will it fix/address the issue with photos not being shown in chronilogical order?

    when is the next ios update and will it fix/address the issue with photos not being shown in chronological order?

    All of us here are users just like you. We have no inside info of when Apple products or operating system updates/upgrades will be released. The next iOS may not even change the issue you have.
     Cheers, Tom

  • Crystal Reports Excel Export Issue - page footer not being displayed

    We recently converted all Crystal Reports from Visual Studio 2003 to Visual Studio 2005 sp1, .NET 2.0, Crystal Reports for .NET.  I have the latest merge modules from business objects.  All reports & footers worked fine in VS2003 ... but now when I export to PortableDocumentFormat (PDF) or WordForWindows (DOC) the page footers appear correctly.  But, when I export to Excel (XLS) like the code below, the page footers do not appear.  We need to place a disclaimer at the bottom of every page of an exported excel document.  I checked the print preview, and I tested printing the document ... the the footer is not being utilized properly by the Crystal Reports export.
    System.IO.MemoryStream oStream = new System.IO.MemoryStream() ;
    oStream = (System.IO.MemoryStream) report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel) ;
    Response.Clear() ;
    Response.Buffer = true ;
    Response.ContentType = "application/vnd.ms-excel" ;
    Response.BinaryWrite(oStream.ToArray()) ;
    Response.End();
    I have asked the question in msdn forum
    http://forums.msdn.microsoft.com/en-US/vsreportcontrols/thread/0ead9e34-bc45-4062-90dd-17f8f8ebf062

    fyi - if i hadn't mentioned it, problem occurs in all our environments (developer workstation, development server, testing server, production server, etc.)
    on my development workstation i found the file 3 times
    c:\program files\common files\business objects\1.0\bin\crxf_xls.dll
    has file version 9.1.1.557
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1093
    c:\program files\common files\business objects\3.0\bin\crxf_xls.dll
    has file version 11.0.0.1937
    on my development server (and our other environment servers too)
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1210
    so just from that i notice that the file versions in the 2.7 bin are different from my developer workstation to my development server ... but the issue still occurs in both places.

  • NotifyCB notification procedure not being called.

    Hi.
    I'm running on an 11g (11.2.0.2.0) database and trying to get my notification procedure called in advanced queues.
    I followed the example by asktom here:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:8760267539329
    I completed the same steps except for the creation of the table he inserts his de-queued message into (instead I redirected the insert to another pre-existing table).
    Everything works fine upto a point. The message is placed into the queue ( and I can query on it to confirm it's there)
    However the dequeue routine ins't being called.
    I've included logging code into it and confirmed it's not being called.
    Is there an extra step that needs to be performed to enable the de-queue routine to be called ?
    Regards,
    Greg.

    Hi Paul.
    Thanks for staying with me on this.
    Currently, my job_queue_processes is set as:
    select value from v$parameter where name='job_queue_processes';
    14The sql queries you have are slightly different from the doc id, so hadn't run them before.
    The first returned no result, so I checked entries in dba_scheduler_jobs and found no lower(job_actions) records that were like '%register_driver%'.
    Should an entry be there at least? If so, is that part of a normal install of the database where AQ is concerned ?
    As for the second query, no results either.
    With that in mind, I checked entries in sys.aq_srvntfn_table_1 to look for the msgid of the message that was enqueued.
    I can confirm my message is listed in my app_queue_tablename (which in my code is AQ_MESSAGE_QTAB) however,
    it's not listed at all iin sys.aq_srvntfn_table_1 (I checked by outputing the msgid parameter of the dbms_aq.enqueue call and looked for that)
    Would the %register_driver% dba_scheduler_jobs entry have created that record in sys.aq_srvntfn_table_1 if it was there and running?
    Regards,
    Greg.
    EDIT: I can't see any trace files being generated nor any items in the alert log when a message is enqueued.
    As for the emon process, sorry I'm not sure what that is. I see it mentioned on the metalink site but wasn't sure what it was.
    EDIT2: I'll be away for the next 2 weeks so thank you for your help albeit I wont be able to respond until then.
    Edited by: Greg Block on 27/06/2012 14:55

  • Issue: Runtime Alerts not being received in Alert Framework

    Hello Experts,
    I have configured the required settings in ALRTCATDEF and SCOT. Also I have set up and activated the alert rules in 'Alert configuration' with suppress multiple alerts parameter checked out.
    Alll the required services for receiving alerts are active in SICF. I am able to receive standard test alerts in my alert inbox and on my mail id by running the standard Alert triggering programs like RSALERTEST etc. Aler Rules ahev been set up correctly too. However I am not able to receive the actual runtime IE or AE errors that occur a t runtime while an actual message is being processed.
    I am using SAP PI 7.3..
    Kindly advice.
    Thanks in advance,
    Elizabeth.

    Hi Rajendra,
    I am using single stack PI 7.3. can you guide on where to check the adapter cache alert category status, whether active or not? Also in SXI_CACHE i cannot see my Alert category listed.  Is this a problem?
    i checked all other settings as indicated by you and everything else looks correct.
    Pls advice.
    regards,
    Elizabeth.

  • File- idoc, port in control segment not being populated

    Hi guys,
    I have a file->idoc scenario. Everything works fine, but the receiver port in control segment of idocs has no value. I'm surprised, because this is provided in the Idoc adapter so I thought it is taken from this parameter.
    Any ideas, what could be wrong?
    Thank you,
    Olian

    You pls set the indicator - Apply Control Record Values from Payload
    If you set the indicator, the conversion of communication parties to the IDoc partner is only possible for systems that are not logical systems.
    If you do not set the indicator, all combinations of communication parties and services are handled as services without party.
    If the IDoc XML structure contains a control record during outbound processing on the Integration Server, it is rejected and created again by the IDoc adapter. If you want to include additional values in the control record, set the indicator and provide an appropriate mapping for the values
    http://help.sap.com/saphelp_nw70/helpdata/EN/96/791c42375d5033e10000000a155106/frameset.htm

  • Insane performance issue. GPU not being used at all for cropping.

    I regularly record my screen and later open the resulting file in Pr and export only a square on it. I import the video, maybe cut away some fluff, and export, choosing to crop it.
    The result is a painful ordeal that cripples my computer for hours every single day, where Premiere Pro CC uses almost 100% CPU constantly, but 0% of the GPU. It's really extremely slow. Other export tasks seem to be as quick as you expect them to be. But not this particular job, which I rely on every day. Very annoying.
    There is simply no way that this is intended. The GPU seems to be made for things like this. Why isn't Pr using it?
    I have 20 GB RAM, a very powerful quad core Xeon, a new Nvidia GPU, solid state disk, etc. Windows 8.1 Update 1. My computer is never slow for other tasks. This is really a very annoying issue as it makes using the computer nearly impossible for hours a day. For no good reason. It needs to use the graphics card to crop!

    It just really annoys me that this kind of thing is ever turned off, hidden away and just... ambiguous.
    Its hardly hidden away.  Its in the NEW PROJECT Settings page and first setting drop down option.
    There are reasons why its an option... buts its ON by default on any new project I start.

  • Plsql notify procedure not being invoked

    I have defined a persistent queue of RAW with multiple consumer set to false. I have also defined and registered a procedure to be called when a message is enqueued. I have assumed that I only need to call DBMS_AQ.REGISTER to enable the callback to be envoked. i.e. I have not used the subscriber interface to subscript to the queue because I need not do so.
    Am I incorrect in assuming that I need not use the subscriber interface when the behavior I desire is for the notify procedure to be called when a message is enqueued.

    Hi
    If you are using single consumer and registering for notification as anonymous you may face problem but if you use multiple consumer and subscribe using an agent and register for notification using that subscriber it is bound to work. Just try once.
    Regards,
    Sanjeev.

  • Issues with spot not being saved on page

    ''locking as a dupe of https://support.mozilla.org/en-US/questions/976793''
    I have asked this question in another category and thought a change will hopefully get it answered.
    For example I save and quite on a webpage at a specific spot an article and lets say said article is fairly long, well I'm scrolled half way down when I last closed it when reopened however its has either scrolled up all the way to the top of the page or is scrolled up to close to the top. I have no idea what this is or where the problem would be located. I have already used the troubleshoot reset Firefox problem still persists. Did not have this issued on Firefox 24.

    Actually, they all go into one incredibly long list, so one of the two posts is likely to be locked, either this one or:
    [https://support.mozilla.org/en-US/questions/976793 I'm having issues for firefox 25 does not save spot on a webpage.]

  • Issues with thunderbolt not being detected on initial start up

    I understand that when running windows boot camp for your thunderbolt display you have to either reboot or start up for it to be detected. However, I shut my machine down every night and when I come back in the next day and start up, the thunderbolt is never detected. I reinstalled the windows support software and this seemed to fix it but only for a short period. Any suggestions?

    kirstyfiona wrote:
    I understand that when running windows boot camp for your thunderbolt display you have to either reboot or start up for it to be detected.
    It should not be necessary for plug/play devices.
    However, I shut my machine down every night and when I come back in the next day and start up, the thunderbolt is never detected.
    Do you boot with the TB monitor connected?
    I reinstalled the windows support software and this seemed to fix it but only for a short period. Any suggestions?
    Do you have Windows Automatic Updates set up, which may be updating your drivers, without you knowing what is going on? Check Windows Update history.

  • Has anyone had an issues with certain not being able to SMS certain numbers after upgrading to IOS6.1.3

    I upgraded my software on iphone 4s on Tuesday and since then I can no longer send an SMS to my parents (how live in Spain and therefore its a Spanish mobile).  The international dialing code is correct, and I am on a contract therefore no isssues with credit.
    When i try to send the SMS it keep saying delivery failed.  Been trying for 3 days.  And also when my parents call me from there mobile numbers it now coming up as a blocked unknown caller rather than the contact name as it did pre-upgrate.
    Would really appreciate if anyone has an ideas to fix this as hate being cut off from my familly.

    Already done this and they haven't found any problems or made any changes.  All the problems started following the upgrade to 6.1.3

  • Issue with groups not being able to run applications on remote server

    Hi all..
    I've got an older PowerMac G5 running 10.5.8 that gets the OpenDirectory accounts from our MacMini server running 10.6.5. I've got a group setup called "Children" that my kids belong to and which is managed care of the Workgroup manager. However, I find that some of my apps can't be run by any of the kids if they're in subdirectories within /Applications. They receive a "The operation could not be completed because you do not have enough access privileges." I've tried playing around with various settings and finally decided to not restrict access to any applications but the problems remain.. Some apps can be run just fine but others are out of reach.. Any ideas on how to fix this or perhaps diagnose it?
    Thx!

    Hi
    Another approach is to create a folder in the local Administrators Home folder. Name it Applications. Place the applications you want to restrict access to into that folder. If you have ARD you could use the mkdir and mv commands to achieve this. In some situations I find this an easier way of managing applications rather than what's available in WorkGroup Manager. For me it only tends to work with Apple's built in applications effectively. Anything else is liable to cause a problem along the lines you mention. Some 3rd-Party applications can have dependencies that may be sited in different locations. The trick is tracking down them.
    Tony

  • IPhone 4 - the issues photos taken not being saved, photos are deleting by themselves, recent calls not appering, msg app keeps closing, what's wrong with my iPhone?

    My iPhone 4 started playing up a few days ago.
    First it deleted 250 photos ( of my sons birth) then next day it deleted another 50.
    Now it won't let me take any photos receive any photo msg's and save photos.
    Aswell it has started to get out of msg app as you hit send for the msg. And it won't show any calls made or received in the last few days?
    How do I fix it??????

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Controls Property Array being defined as an ENum

    HI,  I have an example of an event handler that I am attempting to use with my menu.  I am using the controls[] property for the VI Panel and all is well with its execution.  The problem that I have is that I am going to have lots of controls and do not like the way that I have to use strings for the case structures using labels.text to determine what control to handle.  TYpically, I like to implement enum types for controls so that the case structure compares the numbers yet displays the text for code readability. 
    Is there a way to systematically convert teh controls[][ property to an enum type for this purpose?
    Attachments:
    controls[]3.llb ‏26 KB

    Enum values can't be set when the VI is running, so they have to be set at edit time. You can write a VI which will extract the names of the controls into the Strings[] property of an enum and then copy that enum into your VI, but the enum will be out of date if you change your controls.
    Try to take over the world!

Maybe you are looking for

  • How to set target to Play button on begining DVD

    Man you dont use this program for a few months and you gotta take a course on it all over again. Ive completely forgotten how to set the PLAY button to activate at the beginning of the DVD. As in I was burning several DVDs and I tested them on my com

  • K8N Neo2-F hangs when installing Windows XP Pro

    Hello, I've recently been trying to put together my first build, and I haven't had too much luck thus far. My problem occurs when trying to clean install Windows XP Pro on my hard drives. Using either of my HDDs results in the Windows setup screen co

  • Help with Magnifying glass problem

    Hi m not so good in Maths so stuck with modifying the code posted here http://www.webwasp.co.uk/tutorials/b11-magnify/tutorial.php I have been able to modify some of the code like magnifying glass should move only when mouse is pressed or so but real

  • Video call stops and skype shuts down about 30 sec...

    When I try and make a video call it will work for about 30 seconds before the program shuts down.  If I do a audio call only it works fine. 

  • Not showing tables, views, ... in vs2010

    Hi, I installed ODP.net + ODT (11i) for use with vs2010 & oracle 10.02.0010 (to be upgraded to oracle 11). The product installed just fine, I can connect to the database using ODP and ODBC. However, when connecting with ODP in vs2010 I can't see any