Computing desk | ||
---|---|---|
< September 6 | << Aug | September | Oct >> | September 8 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Hi,
I'm trying to write a document in LaTeX using TeXnic Centre, am I'm having trouble with figures. It seems to only let me have one image per page, and just bumps all the rest of the figures to the end of the pdf. Is there a command to let it squeeze more figures on each page? Thanks Aaadddaaammm 03:44, 7 September 2007 (UTC)
picture
environment, which creates the float; if you just include the graphics directly, it'll be in-line with the text as if it were a letter. The downside to that is that it can no longer get an automatically-formatted caption and doesn't participate in the references-to-figures system (making Figure 2 an inline will make Figure 3 be known as Figure 2 unless you modify the counters yourself, and there will be no way to use \ref
to get a reference to the original Figure 2). --Tardis 15:15, 7 September 2007 (UTC)I have a number of Excel spreadsheets, all with similar text in them. I have formatted the text in one particular cell of each spreadsheet to 24pt Arial. But when I print the spreadsheets, this text is bigger on some sheets than on others. Does anyone know why this should be? My guess is that it is something to do with scaling - under Page Setup, I have selected the Fit To option - but beyond that I have no clue. Many thanks. --Richardrj talk email 07:25, 7 September 2007 (UTC)
Is it? —Preceding unsigned comment added by 59.92.106.235 (talk) 09:08, 7 September 2007 (UTC)
yes —Preceding unsigned comment added by 59.92.127.32 (talk) 13:32, 7 September 2007 (UTC)
<scratch es head> do not understand what "primative" means. </scratch> --Do not click me! 19:39, 13 September 2007 (UTC)
Moved to Wikipedia:Reference desk/Humanities Exxolon 13:48, 7 September 2007 (UTC)
Hi all:
I have an excel file with a grid that has different numbers in each cell. I would like to visualize the patterns better, and I was wondering if there is any way to program Excel to choose a background (or font) color for the cell based on the value of the number in that cell. For example, I would like the small numbers to be black, and larger numbers to be white (with shades of gray in between)... Thanks! --Waldsen 11:42, 7 September 2007 (UTC)
For y = 2 To maxgrid For x = 2 To maxgrid v = Worksheets("Answer").Cells(y, x).Interior.ColorIndex Worksheets("Answer").Cells(yy + y, x).Interior.ColorIndex = v Next x Next y
-- SGBailey 08:40, 8 September 2007 (UTC)
≥ —Preceding unsigned comment added by 122.52.77.50 (talk) 12:22, 7 September 2007 (UTC)
I could not find the definition for the act of allowing information to be displayed on an online form fill when passed as part of the URL query string. Is there a standard definition or what term would this fall under? —Preceding unsigned comment added by 66.216.185.98 (talk) 14:44, 7 September 2007 (UTC)
Microsoft Outlook allows me to create a shortcut to an Outlook entity (e.g., a folder in Public Folders); this has a .xnk extension. With Windos XP and Office 2003, I could double-click to open it. With Vista and Office 2007, the extension is no longer recognized. I'm trying to find a way to open the shortcut. A Google search was unhelpful. I wanted to associate Outlook with the extension, but it didn't show up on the list of available programs. Matchups 18:01, 7 September 2007 (UTC)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.xnk]
@="xnk_auto_file"
[HKEY_CLASSES_ROOT\xnk_auto_file]
@="Outlook link"
[HKEY_CLASSES_ROOT\xnk_auto_file\shell]
[HKEY_CLASSES_ROOT\xnk_auto_file\shell\open]
[HKEY_CLASSES_ROOT\xnk_auto_file\shell\open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\OUTLOOK.EXE\" /x \"%1\""
When a wiki has an external link like this there is a little image of a box with an arrow coming out of it. Also when you link to an mp3 file like this there is a little speaker next to it. Does anyone know what those images are called and where they are located?
Wikiman232 18:34, 7 September 2007 (UTC)