Page Layoutbibliography for each chapter at the end of the book

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
nicr
Posts: 16
Joined: Mon Apr 28, 2008 1:30 pm

bibliography for each chapter at the end of the book

Post by nicr »

Hi Everyone :-)

I would like to have the bibliographies of the chapters of my book at its end.
I did succeed to do it one year ago, but I'm no longer able to do it.

Meanwhile I updated MikeTex, Biber and Texniccenter yesterday.

With Texniccenter:
I can compile a first time (with pdflatex) but not a second time with biber. In the past I used to clic on bibtex to do this but it is gray, that is to say unavailable.

Without Texniccenter:
I can compile a first time (with pdflatex) through the black window of Windows 7.
I can compile a second time (with biber) through this window.
I can compile a third time (with pdflatex) through this window.
I can compile a fourth time (with pdflatex) through this window.
But it is as if I only compiled a first time, since nothing changes in the pdf after the second, third and fourth compiling.

Here is what I'm compiling:

Code: Select all

\begin{filecontents}{nicrgolatex2.bib}
@BOOKLET{Aarts2004,
  title = {The {I}nternal and the {E}xternal: {T}he {H}ouse of {S}aud's {R}esilience
   explained},
  author = {Aarts, Paul},
  howpublished = {European University Institute; EUI Working Paper RSCAS No. 2004/33},
  address = {San Domenico di Fiesole},
  year = {2004},
  url = {http://cadmus.iue.it/dspace/retrieve/1937/04_33.pdf},
  urldate = {17.05.05}
}

@INCOLLECTION{Aarts2005,
  author = {Aarts, Paul},
  title = {Events versus Trends: The Role of Energy and Security in Sustaining
   the US-Saudi Relationship},
  editor = {Aarts, Paul and Nonneman, Gerd},
  booktitle = {Saudi Arabia in the Balance},
  publisher = {New York University Press},
  address = {New York},
  year = {2005},
  pages = {399--429},
  timestamp = {2007.07.09}
}

\end{filecontents}

\documentclass[bibliography=totoc]{scrartcl}
\usepackage{selinput}
\SelectInputMappings{
    udieresis={ü}
}
\usepackage[ngerman]{babel}
\usepackage[backend=biber,
 style=numeric,
]{biblatex}
\addbibresource{nicrgolatex2.bib}

\begin{document}

  \section{Grunnlaget}
  \begin{refsegment}
  \cite{Aarts2005}
    \printbibliography[segment=1, heading=subbibliography]
  \end{refsegment}
 

  \section{Om}
  \begin{refsegment}
 \cite{Aarts2004}
  \printbibliography[segment=2, heading=subbibliography]
  \end{refsegment}
 
  \printbibliography[title=Literaturverzeichnis]

\end{document}
I also attached the pdf that I receive.
Please could you help me to be able to compile orderly with Texniccenter and with the black window?
Thereafter I would be very happy, if you could help me to produce a pdf with the bibliographies of all chapters at the end.
Attachments
mic.pdf
(67.08 KiB) Downloaded 374 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

bibliography for each chapter at the end of the book

Post by Johannes_B »

Hi nicr,

»the black window« is called a comand line interface and is very important.

I have a question though: What do you expect to see in the final pdf file after compiling the steps you described? I am asking, because the generated pdf looks just like it is supposed to look.

You don't see a change between the different runs of pdflatex because you did this multiple times by now (i'm sure) and the bbl file (generated by biber) is present in your folder. f you delete it and run pdflatex again, you will see a difference and need to run biber again.

Please keep my signature in mind as well (the german signature is similar). Keep calm, take a break once in a while.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
nicr
Posts: 16
Joined: Mon Apr 28, 2008 1:30 pm

Re: bibliography for each chapter at the end of the book

Post by nicr »

Thank you very much Johannes for your answer.
There are three bibliographies in the pdf that I've uploaded for you: One after each chapter (let's call them Bibli I and Bibli II) and one normal at the end (let's call it Bibli). So we have now in the pdf mic:
Chapter I
Bibli I
Chapter II
Bibli II
Bibli
I would like the two first ones at the end and no normal bibliography:
Chapter I
Chapter II
Bibli I
Bibli II
I would be very happy if you could help me :-)
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

bibliography for each chapter at the end of the book

Post by Johannes_B »

Instead of TexnicCenter i suggest to use texstudio, a free and multiplatform LaTeX editor.

Code: Select all

\begin{filecontents}{nicrgolatex2.bib}
@BOOKLET{Aarts2004,
  title = {The {I}nternal and the {E}xternal: {T}he {H}ouse of {S}aud's {R}esilience
   explained},
  author = {Aarts, Paul},
  howpublished = {European University Institute; EUI Working Paper RSCAS No. 2004/33},
  address = {San Domenico di Fiesole},
  year = {2004},
  url = {http://cadmus.iue.it/dspace/retrieve/1937/04_33.pdf},
  urldate = {2005-05-17}
}

@INCOLLECTION{Aarts2005,
  author = {Aarts, Paul},
  title = {Events versus Trends: The Role of Energy and Security in Sustaining
   the US-Saudi Relationship},
  editor = {Aarts, Paul and Nonneman, Gerd},
  booktitle = {Saudi Arabia in the Balance},
  publisher = {New York University Press},
  address = {New York},
  year = {2005},
  pages = {399--429},
  timestamp = {2007-07-09}
}

\end{filecontents}

\documentclass[bibliography=totoc]{scrartcl}
\usepackage{selinput}
\SelectInputMappings{
    udieresis={ü}
}
\usepackage[ngerman]{babel}
\usepackage[backend=biber,
 style=numeric,
]{biblatex}
\addbibresource{nicrgolatex2.bib}

\begin{document}

  \section{Grunnlaget}
  \begin{refsegment}
  \cite{Aarts2005}

  \end{refsegment}
 

  \section{Om}
  \begin{refsegment}
 \cite{Aarts2004}

  \end{refsegment}
 
     \printbibliography[segment=1, heading=subbibliography]
       \printbibliography[segment=2, heading=subbibliography]
  %\printbibliography[title=Literaturverzeichnis]

\end{document}
Attachments
nicr.pdf
(63.87 KiB) Downloaded 368 times
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
nicr
Posts: 16
Joined: Mon Apr 28, 2008 1:30 pm

bibliography for each chapter at the end of the book

Post by nicr »

Thank you very much Johannes! That is what I am looking for. :-)

Next point: I can compile a first chapter without the code concerning biber in the (Latex-> pdflatex biber) mode with only 3 errors, but I have numerous errors when I insert in Johanne's code.
The 3 errors are:
- "Package natbib Error: Bibliography not compatible with author-year citations. ...mand\NAT@force@numbers{}\NAT@force@numbers"
- "Package inputenc Error: Keyboard character used is undefined(inputenc) in inputencoding `latin1'. ...em Nuclear Instruments and Methods}, 182–" and
- "Package inputenc Error: Keyboard character used is undefined(inputenc) in inputencoding `latin1'. microelectronique : co-diffusion de l’"

Therefore I downloaded Textstudio but I had the same three errors when I compile without the code concerning biber. Afterwards I only have these two errors:
- "Package natbib Error: Bibliography not compatible with author-year citations. ...mand\NAT@force@numbers{}\NAT@force@numbers"
- "Package inputenc Error: Keyboard character used is undefined(inputenc) in inputencoding `latin1'. ...ssisted chemical etching of silicon in hf–"

I also tried to insert my chapter in Johanne's code. Then I have approx. 12 errors.
wich are:
- "Undefined control sequence. \chapter"
- "Undefined control sequence. ...flectance pondérée $R_w$ définie en \eqref"
- "Undefined control sequence. {\centering\includegraphics"
- "Missing number, treated as zero. {\centering\includegraphics[width=\linewidth]"
- "Illegal unit of measure (pt inserted). {\centering\includegraphics[width=\linewidth]"
- "Missing $ inserted. ...includegraphics[width=\linewidth]{fig/fig_"
- "Extra }, or forgotten $. ...idth=\linewidth]{fig/fig_text/texture.png}"
- "Extra }, or forgotten $. ...dth=\linewidth]{fig/fig_text/texture.png}}"
- "Missing $ inserted. ...acté b et un autre réfléchi apparaissent.}"
- "Missing } inserted. \end{minipage}"
- "Missing } inserted. \end{minipage}"
- "Undefined control sequence. ...lambda)\frac{\text{e}\lambda}{hc}d\lambda}"

I sum up:
I have 3 errors which you can read when I compile my chapter without typical entries for biber with Texniccenter and 2 with Textstudio
I have numerous errors when I compile my chapter in Johanne's code with Texniccenter but only 12 with Textstudio.

Please how could I solve all those errors?
Furthermore, there are many books or articles in the bibliography whose author, editor, date and so on are written in red. Is this a warning of something wrong?
At last, it seems that Textstudio cannot create a pdf when a pdf with the same name already exists. Please, do you know how to solve this problem (except to throw each time manually in the gargbage)?

Here is my code without code concerning biber:

Code: Select all

\input{setti}
\begin{document}
\include{texs/Texture}
\bibliography{texs/bibliog_textureb}
\bibliographystyle{alpha-fr}
\end{document}
Here is Johanne's code with my chapter

Code: Select all

    \begin{filecontents}{nicrgolatex2.bib}
@article {backerfinch,
author = {Baker-Finch, S. C. and McIntosh, K. R.},
title = {Reflection of normally incident light from silicon solar cells with pyramidal texture},
year = {2011},
journal = {Progress in Photovoltaics: Research and Applications},
volume = {19},
pages = {406--416}
}
@book{bogen,
author = {Bogenschütz, A. F.},
title = {Ätzpraxis für Halbleiter},
year = {1967},
publisher = {Karl Hanser},
city = {München}
}
@article{bressers,
author = "Bressers, P. M. M. C. and Pagano, S. A. S. P. and Kelly, J. J.",
title = "Ferricyanide reduction as a probe for the surface chemistry of silicon in aqueous alkaline solutions",
year = "1995",
journal = "Journal of Electroanalytical Chemistry",
volume = "391",
pages = "159 - 168",
}
@article{campbell,
author = {Campbell, P. and Green, M. A.},
title = {Light trapping properties of pyramidally textured surfaces},
year = {1987},
journal = {Journal of Applied Physics},
volume = {62},
pages = {243 - 249}
}
@book{carson,
author = {Carson, J. A.},
title = {Solar Cell Research Progress},
year = {2008},
publisher = {Nova Science},
address = {New York}
}
@book{CFWL11,
author = {Chen, F. and Wang, L.},
title = {Solar Cells - Silicon Wafer-Based Technologies},
year = {2011},
publisher = {InTech},
editor = {Leonid A. Kosyachenko},
page = {256},
address = {http://ebookee.org},
}
@article{chartier,
author = "Chartier, C. and Bastide, S. and Lévy-Clément, C.",
title = "Metal-assisted chemical etching of silicon in HF–H2O2 ",
year = "2008",
journal = "Electrochimica Acta ",
volume = "53",
pages = "5509 - 5516"
}
@article{cheng,
author = "Yuang-Tung Cheng and Jyh-Jier Ho and Song-Yeu Tsai and Zong-Zhi Ye and William Lee and Daw-Shang Hwang and Shun-Hsyung Chang and Chiu-Cheng Chang and Kang L. Wang",
title = "Efficiency improved by acid texturization for multi-crystalline silicon solar cells",
year = "2011",
journal = "Solar Energy",
volume = "85",
pages = "87 - 94"
}
@article {dimitrov,
author = {Dimitrov, D. Z. and Lin, Ching-Hsi and Du, Chen-Hsun and Lan, Chung-Wen},
title = {Nanotextured crystalline silicon solar cells},
year = {2011},
journal = {Physica Status Solidi (A)},
volume = {208},
pages = {2926--2933}
}
@article{dimitrovv,
author={Dimitrov, D. Z and Du, C.-H.},
title={Crystalline silicon solar cells with micro/nano texture},
year={2012},
journal={Applied Surface Science},
pages = {266 (4)}
}
@article{dobrzan,
author = {Dobrzanski, L. A. and Drygala, A.},
title = {Surface texturing of multicrystalline silicon solar cells},
year = {2008},
journal = {J. Achiev. Mater. Manuf. Eng.},
volume = {31},
pages = {77 - 82}
}
@article {douani,
author = {Douani, R. and Si-Larbi, K. and Hadjersi, T. and Megouda, N. and Manseri, A.},
title = {Silver-assisted electroless etching mechanism of silicon},
year = {2008},
journal = {Physica Status Solidi (A)},
volume = {205},
pages = {225--230}
}
@article{dumas,
author = "Dumas, P. and Chabal, Y. J. and Jakob, P.",
title = "Morphology of hydrogen-terminated Si(111) and Si(100) surfaces upon etching in HF and buffered-HF solutions",
year = "1992",
journal = "Surface Science",
volume = "269-270",
pages = "867 - 878"
}
@techreport{erler,
author = {Erler, K. and Mrwa, A. and Diefenbach, K. H. and Denissov, S. and Werner, T. and Ebest, G.},
title = {Solar cell processing steps applied on RIE textured silicon surfaces},
year = {annual report 2002},
number = {special report 17},
institution = {Zentrum für Mikrotechnologien der Universität Chemnitz}
}
@article{fan,
author={Fan, Yujie and Han, Peide and Liang, Peng and Xing, Yupeng and Ye, Zhou and Hu, Shaoxu},
title={Differences in etching characteristics of TMAH and KOH on preparing inverted pyramids for silicon solar cells},
year={2013},
journal={Applied Surface Science},
volume = {264},
pages = {761-766}
}
@article{forbes,
author={Forbes, L.},
title={Texturing, reflectivity, diffuse scattering and light trapping in silicon solar cells},
year={2012},
journal={Solar Energy},
volume={86},
pages={319--325},
}
@article{gango,
author = "Gangopadhyay, U. and Kim, K. H. and Dhungel, S. K. and Manna, U. and Basu, P. K. and Banerjee, M. and Saha, H. and Junsin, Yi",
title = "A novel low cost texturization method for large area commercial mono-crystalline silicon solar cells",
year = "2006",
journal = "Solar Energy Materials and Solar Cells",
volume = "90",
pages = "3557 - 3567"
}
@article{gangopa,
author = "Gangopadhyay, U. and Dhungel, S. K. and Basu, P. K. and Dutta, S. K. and Saha, H. and Yi, J.",
title = "Comparative study of different approaches of multicrystalline silicon texturing for solar cell fabrication ",
year = "2007",
journal = "Solar Energy Materials and Solar Cells ",
volume = "91",
pages = "285 - 289"
}
@article{gonza,
author = {González-Díaz, B. and Guerrero-Lemusa, R. and Díaz-Herreraa, B and Marreroa, N. and Méndez-Ramosc, J. and Dietmar, B.},
title = {Optimization of roughness, reflectance and photoluminescence for acid textured mc-Si solar cells etched at different HF/HNO$_3$ concentrations},
year  = {2009},
journal = {Mater. Sci. Eng. B},
volume = {159-160},
pages = {295 - 298}
}
@article{Gonzaa,
author = "González-Díaz, B. and Guerrero-Lemusa, R. and Haro-González, P. and Borchert, D. and Hernández-Rodríguez, C.",
title = "Down-conversion properties of luminescent silicon nanostructures formed and passivated in HNO3-based solutions",
year = "2006",
journal = "Thin Solid Films",
volume = "511-512",
pages = "473 - 477"
}
@article{gonzalez,
author = "B. González-Díaz and R. Guerrero-Lemus and J. Méndez-Ramos and B. Díaz-Herrera and V.D. Rodríguez",
title = "Gradual oxidation of stain etched porous silicon nanostructures applied to silicon-based solar cells ",
year = "2009",
journal = "Sensors and Actuators A: Physical ",
volume = "150",
pages = "97 - 101"
}
@article{greenenen,
author={Green, M. A. and Zhao, Jianhua and Wang, Aihua and Wenham, S. R.},
title={Very high efficiency silicon solar cells-science and technology},
year={1999},
journal={Electron Devices, IEEE Transactions on},
volume={46},
pages={1940--1947},
}
@article{haase,
author = "Haase, C. and Stiebig, H.",
title = "Thin-film silicon solar cells with efficient periodic light trapping texture",
year = "2007",
journal = "Applied Physics Letters",
volume = "91",
eid = "061116-3"
}
@article{harold,
author = {Philipsen, H. G. G. and Kelly, J. J.},
title = {Anisotropy in the Anodic Oxidation of Silicon in KOH Solution},
year = {2005},
journal = {The Journal of Physical Chemistry B},
volume = {109},
pages = {17245 - 17253}
}
@phdthesis{hauser,
author = {Hauser, A.},
title = {Die kristalline Siliziumsolarzelle, Untersuchung der Einzelprozesse und Entwicklung von Alternativen},
year = {2006},
school = {Universität von Konstanz}
}
@phdthesis{hauserr,
author = {Hauser, H.},
title = {Nanoimprint lithography for solar cell texturisation},
year = {2013},
school = {Fakultät für Angewandte Wissenschaften der Albert-Ludwigs-Universität},
address = {Freiburg i. Br.}
}
@article{hauserrr,
author={Hauser, H. and Michl, B. and K{\"u}bler, V. and Schwarzkopf, S. and M{\"u}ller, C. and Hermle, M. and Bl{\"a}si, B.},
title={Nanoimprint lithography for honeycomb texturing of multicrystalline silicon},
year={2011},
journal={Energy Procedia},
volume={8},
pages={648--653}
}
@article{hezelt,
author = "Hezel R.and Metz, A.",
title = "A new strategy for the fabrication of cost-effective silicon solar cells",
year = "1998",
journal = "Renewable Energy",
volume = "14",
pages = "83 - 88"
}
@article{huang,
author = "Huang, Bohr-Ran and Yang, Ying-Kan and Yang, Wen-Luh",
title = "Key technique for texturing a uniform pyramid structure with a layer of silicon nitride on monocrystalline silicon wafer ",
year = "2013",
journal = "Applied Surface Science ",
volume = "266",
pages = "245 - 249"
}
@article{hylton,
author = {Hylton, J. D. and Kinderman, R. and Burgers, A. R. and Sinke, W. C. and Bressers, P. M. M. C.},
title = {Uniform pyramid formation on alkaline-etched polished monocrystalline (100) silicon wafers},
year = {1996},
journal = {Progress in Photovoltaics: Research and Applications},
volume = {4},
pages = {435 - 438}
}
@article{iencinella,
author = "Iencinella, D. and Centurioni, E. and Rizzoli, R. and Zignani, F.",
title = "An optimized texturing process for silicon solar cell substrates using \{TMAH\} ",
year = "2005",
journal = "Solar Energy Materials and Solar Cells ",
volume = "87",
pages = "725 - 732"
}
@article{jansen,
author = "Henri Jansen and Meint de Boer and Henk Wensink and Ben Kloeck and Miko Elwenspoek",
title = "The black silicon method. VIII. A study of the performance of etching silicon using SF6/O2-based chemistry with cryogenical wafer cooling and a high density ICP source",
year = "2001",
journal = "Microelectron. J.",
volume = "32",
pages = "769 - 777"
}
@article{khandelwal,
author = "Khandelwal, R. and Plachetka, U. and Min, B. and Moormann, C. and Kurz, H.",
title = "A comparative study based on optical and electrical performance of micro- and nano-textured surfaces for silicon solar cells ",
journal = "Microelectronic Engineering ",
year = "2013",
volume = "111",
pages = "220 - 223"
}
@article{kim,
author={Kim, J. W. and Plachetka, U. and Moormann, C. and Kurz, H.},
title={Fabrication of inverse micro/nano pyramid structures using soft UV-NIL and wet chemical methods for residual layer removal and Si-etching},
year={2013},
journal={Microelectronic Engineering},
misc = {in press}
}
@article{kimm,
author = "Kim, J. and Inns, D. and Fogel, K. and Sadana, D. K.",
title = "Surface texturing of single-crystalline silicon solar cells using low density SiO2 films as an anisotropic etch mask ",
year = "2010",
journal = "Solar Energy Materials and Solar Cells ",
volume = "94",
pages = "2091 - 2093"
}
@article{kulesza,
author={Kulesza, G. and Panek, P. and Zieba, P.},
title={Silicon Solar Cells Efficiency Improvement by the Wet Chemical Texturization in the HF/HNO3/Diluent Solution/Poprawa Sprawnosci Krzemowych Ogniw S{\l}onecznych Poprzez Chemiczna Tekturyzacje W Roztworach HF/HNO3/Rozpuszczalnik},
year={2013},
journal={Archives of Metallurgy and Materials},
volume={58},
pages={291--295}
}
@misc{kyocera,
title = {http://global.kyocera.com/news/2009/0902\_fpri.html},
year = {2009}
}
@article{leet,
author = {Lee, D. B.},
title = {Anisotropic etching of silicon},
year  ={1969},
journal = {J. Appl. Phys.},
volume = {40},
pages = {4569 - 4574}
}
@article{liii,
author = "Li, Dan and Wang, Lei and Li, Dongsheng and Zhou, Ning and Feng, Zhiqiang and Zhong, Xiaoping and Yang, Deren",
title = "Formation of nanostructured emitter for silicon solar cells using catalytic silver nanoparticles ",
year = "2013",
journal = "Applied Surface Science ",
volume = "264",
pages = "621 - 624"
}
@article{lippold,
author={Lippold, M. and Kroke, E.},
title={HF-HNO3-H2SO4-mixtures for etching multicrystalline silicon wafers: etching rates, bath analytics and surface texture},
journal={Proceedings of the 26th EU PVSEC},
volume={1800},
year={2011}
}
@inproceedings{luedemann,
author = {Lüdemann, R. and Damiani, B. M. and Rohatgi, A. and Willeke, G.},
title  ={Silicon solar cells with black silicon texturization},
year = {01},
booktitle = {17th European Photovoltaic Solar Energy Conference, Munich},
page = {1329}
}
@inproceedings{manshanden,
author={Manshanden, P. and Burgers, A. R. and Nositschka, W. A. and Voige, O. and Weeber, A. W.},
title={Silicon solar cells textured by low damage RIE with natural lithography},
booktitle={Photovoltaic Specialists Conference, 2002. Conference Record of the Twenty-Ninth IEEE},
year={2002},
pages={324--327}
}
@article{moreno,
author = "Moreno, M. and Daineka, D. and Roca i Cabarrocas, P.",
title = "Plasma texturing for silicon solar cells: From pyramids to inverted pyramids-like structures",
year = "2010",
journal = "Solar Energy Materials and Solar Cells",
volume = "94",
pages = "733 - 737"
}
@article{morikawa,
author = "Hiroaki Morikawa and Daisuke Niinobe and Kunihiko Nishimura and Shigeru Matsuno and Satoshi Arimoto",
title = "Processes for over 18.5\% high-efficiency multi-crystalline silicon solar cell ",
year = "2010",
journal = "Current Applied Physics ",
volume = "10",
pages = "S210 - S214"
}
@article{niinobe,
author={Niinobe, Daisuke and Morikawa, Hiroaki and Hiza, Shuichi and Sato, Takehiko and Matsuno, Shigeru and Fujioka, Hirofumi and Katsura, Tomotaka and Okamoto, Tatsuki and Hamamoto, Satoshi and Ishihara, Takashi and others},
title={Large-size multi-crystalline silicon solar cells with honeycomb textured surface and point-contacted rear toward industrial production},
year={2011},
journal={Solar Energy Materials and Solar Cells},
volume={95},
pages={49--52},
}
@article{nositsch,
author = "Nositschka, W. A. and Beneking, C. and Voigt, O. and Kurz, H.",
title = "Texturisation of multicrystalline silicon wafers for solar cells by reactive ion etching through colloidal masks",
year = "2003",
journal = "Solar Energy Materials and Solar Cells",
volume = "76",
pages = "155 - 166"
}
@conference{nunoi,
author = {Nunoi, T. and Okamoto, S. and Nakajima, K. and Tanaka, S. and Shibuya, N. and Okamoto, K. and Nammori, T. and Itoh, H.},
title = {Cast Polycrystalline Silicon Solar Cell with Grooved Surface},
year = {1990},
booktitle = {Photovoltaic Specialists Conference, 1990., Conference Record of the Twenty First IEEE},
volume = {1},
pages = {664 - 665}
}
@article{papet,
author={Papet, P and Nichiporuk, O and Kaminski, A and Rozier, Y and Kraiem, J and Lelievre, J-F and Chaumartin, A and Fave, A and Lemiti, M},
title={Pyramidal texturing of silicon solar cell with TMAH chemical anisotropic etching},
year={2006},
journal={Solar Energy Materials and Solar Cells},
volume={90},
pages={2319 - 2328}
}
@article{panek,
author={Panek, P. and Lipi{\'n}ski, M. and Dutkiewicz, J.},
title={Texturization of multicrystalline silicon by wet chemical etching for silicon solar cells},
ear={2005},
journal={Journal of Materials Science},
volume={40},
pages={1459--1463}
}
@article{philipsen,
author = {Philipsen, H. G. G. and Kelly, J. J.},
title = {Anisotropy in the Anodic Oxidation of Silicon in KOH Solution},
year = {2005},
journal = {The Journal of Physical Chemistry B},
volume = {109},
pages = {17245 - 17253}
}
@phdthesis{philipsenp,
author = {Philipsen, Henricus G. G.},
title = {Anisotropy in the surface chemistry of silicon in alkaline solution},
year = {2007},
school = {Universiteit Utrecht},
page = {30}
}
@article{pietsch,
author = "Pietsch, G. J. and Chabal, Y. J. and Higashi, G. S.",
title = "pietschmic-scale removal mechanism during chemo-mechanical polishing of Si(100) and Si(111)",
year = "1995",
journal = "Surface Science",
volume = "331/333",
pages = "395 - 401"
}
@inproceedings{plachetka,
author = {Plachetka U. and Moormann, C.and Koo, N. and Kim, J. and Pletzer, T. M. and Windgassen, H. and Kurz, H.},
title = {Nanoimprinted Anti Reflection Texturing for Silicon Solar Cells},
year = {2011},
booktitle = {26th EU PVSEC},
page = {1345-1348}
}
@misc{111,
author = {Honsberg, C. and Bowden, S.},
title ={http://pveducation.org/pvcdrom/appendicies/optical-properties-of-silicon},
year = {2012}
}
@article{ruby,
author = "Ruby, D. S. and Zaidi, S. H. and Narayanan, S. and Damiani,  B. M. and Rohatgi, A.",
title = "Rie-texturing of multicrystalline silicon solar cells",
year = "2002",
journal = "Solar Energy Materials and Solar Cells",
volume = "74",
pages = "133 - 137"
}
@article{rosa,
author={Rosa, M. and Allegrezza, M. and Canino, M. and Summonte, C. and Desalvo, A.},
title={TMAH-textured, a-Si/c-Si, heterojunction solar cells with 10\% reflectance},
ear={2011},
journal={Solar Energy Materials and Solar Cells},
volume={95},
pages={2987--2993}
}
@article{sarro,
author = "Sarro, P. M. and Brida, D. and Vliste, W. and Brida, S.",
title = "Effect of surfactant on surface quality of silicon microstructures etched in saturated \{TMAHW\} solutions ",
year = "2000",
journal = "Sensors and Actuators A: Physical ",
volume = "85",
pages = "340 - 345"
}
@phdthesis{schultzz,
author = {Schultz, O},
title = {High-Efficiency Multicrystalline Silicon Solar Cells},
year = {2005},
school = {Fakultät für Physik, Universität Konstanz}
}
@article{schultz,
author={Schultz, O and Glunz, SW and Willeke, GP},
title={SHORT COMMUNICATION: ACCELERATED PUBLICATION: Multicrystalline silicon solar cells exceeding 20\% efficiency},
year={2004},
journal={Progress in Photovoltaics: Research and Applications},
volume={12},
pages={553--558}
}
@article{seidel,
author = {Seidel, H. and Csepregi, L. and Heuberger, A. and Baumgärtel, H.},
title = {Anisotropic Etching of Crystalline Silicon in Alkaline Solutions},
year  ={1990},
journal = {J. Electrochem. Soc.},
volume = {137},
pages = {3612 - 3626}
}
@article{seideld,
author = {Seidel, H. and Csepregi, L. and Heuberger, A. and Baumgärtel, H.},
title = {Anisotropic Etching of Crystalline Silicon in Alkaline Solutions},
year  ={1990},
journal = {J. Electrochem. Soc.},
volume = {137},
pages = {3626 - 3632}
}
@article{shikida,
author = "Mitsuhiro Shikida and Kazuo Sato and Kenji Tokoro and Daisuke Uchikawa",
title = "Differences in anisotropic etching properties of \{KOH\} and \{TMAH\} solutions ",
year = "2000",
journal = "Sensors and Actuators A: Physical ",
volume = "80",
pages = "179 - 188"
}
@book{shimu,
author={Shimura, F.},
title={Semiconductor silicon crystal technology},
year={1989},
publisher={Academic Press},
address = {San Diego}
}
@article{smitht,
author = "Smith, R. L. and Kloeck, B. and De Rooij, N. and Collins, S. D.",
title = "The potential dependence of silicon anisotropic etching in KOH at 60°c",
year = "1987",
journal = "Journal of Electroanalytical Chemistry and Interfacial Electrochemistry",
volume = "238",
pages = "103 - 113"
}
@article{sparer,
author = {Sparber, W. and Schultz, O. and Biro D. and Emmanuel, G. and Preu, R. and Poddey, A. and Borchert, D.},
title = { Comparison of Texturing Methods for Monocrystalline Silicon Solar Cells Using KOH and Na$_2$CO$_3$},
year = {2003},
journal = {IEEEXplore},
volume = {2},
pages = {1372-1375}
}
@book{sze,
author={Sze, S. M.},
title={Semiconductor devices, physics and technology},
year={1985},
publisher={Wiley},
address = {New-York}
}
@article{thong,
author = "J.T.L. Thong and W.K. Choi and C.W. Chong",
title = "\{TMAH\} etching of silicon and the interaction of etching parameters ",
year = "1997",
journal = "Sensors and Actuators A: Physical ",
volume = "63",
pages = "243 - 249"
}
@inproceedings{urrejola,
author={Urrejola, E. and Petres, R. and Glatz-Reichenbach, J. and Peter, K. and Wefringhaus, E. and Plagwitz, H. and Schubert, G.},
title={High efficiency industrial PERC solar cells with all PECVD-based rear surface passivation},
booktitle={Proceedings of the 26th European Photovoltaic Solar Energy Conference and Exhibition},
year={2011}
}
@article{vazsonyi,
author = "Vazsonyi, E. and De Clercq, K. and Einhaus, R. and Van Kerschaver, E. and Said, K. and Poortmans, J. and Szlufcik, J. and Nijs, J.",
title = "Improved anisotropic etching process for industrial texturing of silicon solar cells",
year = {199},
journal = "Solar Energy Materials and Solar Cells",
volume = "57",
pages = "179 - 188"
}
@article{xiaxing,
author = {Xia, Xinghua and Ashruf, Colin M. A. and French, Patrick J. and Rappich, Joerg and Kelly, John J.},
title = {Etching and Passivation of Silicon in Alkaline Solution: A Coupled Chemical/Electrochemical System},
year = {2001},
journal = {The Journal of Physical Chemistry B},
volume = {105},
pages = {5722-5729}
}
@article{xiaxh,
author ="Xia, X. H. and Kelly, J. J.",
title  ="Chemical etching and anodic oxidation of (100) silicon in alkaline solution: the role of applied potential",
journal  ="Phys. Chem. Chem. Phys.",
year  ="2001",
volume  ="3",
pages  ="5304-5310"
}
@article{yan,
author={Yan, Baojie and Yue, Guozhen and Sivec, Laura and Owens-Mawson, Jessica and Yang, Jeffrey and Guha, Subhendu},
title={Correlation of texture of Ag/ZnO back reflector and photocurrent in hydrogenated nanocrystalline silicon solar cells},
year={2012},
journal={Solar Energy Materials and Solar Cells},
volume={104},
pages={13--17}  
}
@article{ye,
author={Ye, Weichun and Tong, Hao and Wang, Chunming},
title={Study on microcontamination of silver onto p-type crystalline silicon (111) from an aqueous solution using cyclic voltammetry},
year={2005},
journal={Microchimica Acta},
volume={152},
pages={85--88}
}
@article{yoo,
author = "Jinsu Yoo and Gwonjong Yu and Junsin Yi",
title = "Large-area multicrystalline silicon solar cell fabrication using reactive ion etching (RIE)",
year = "2011",
journal = "Solar Energy Materials and Solar Cells",
volume = "95",
pages = "2 - 6"
}
@article{yoooo,
author = {Yoo, J. and Kim, Kyunghae and Thamilselvan, M. and Lakshminarayn, N. and Kim, Young Kuk and Lee, Jachyeong and Yoo, Kwon Jong and Yi, Junsin},
title = {RIE texturing optimization for thin c-Si solar cells in SF$_6$/O$_2$ plasma},
year  ={2008},
journal = {J. Phys. D: Appl. Phys.},
volume = {41},
page = {125205, 7p}
}
@PhDThesis{zechner,
author = {Zechner, C.},
title  ={Mechanisch texturierte Solarzellen und Rückkontakt-Solarzellen aus kristallinem Silizium},
year = {1998},
school = {Universität von Konstanz}
}
@article{zielke,
author={Zielke, D. and Sylla, D. and Neubert, T. and Brendel, R. and Schmidt, J.},
title={Direct Laser Texturing for High-Efficiency Silicon Solar Cells},
year={2013},
journal={Photovoltaics, IEEE Journal of},
volume={3},
pages={656--661}
}
@article{zhong,
author = "Sihua Zhong and Bangwu Liu and Yang Xia and Jinhu Liu and Jie Liu and Zenan Shen and Zheng Xu and Chaobo Li",
title = "Influence of the texturing structure on the properties of black silicon solar cell ",
year = "2013",
journal = "Solar Energy Materials and Solar Cells ",
volume = "108",
pages = "200 - 204"
}

    \end{filecontents}

    \documentclass[bibliography=totoc]{scrartcl}
    \usepackage{selinput}
    \SelectInputMappings{
        udieresis={ü}
    }
    \usepackage[ngerman]{babel}
    \usepackage[backend=biber,
     style=numeric,
    ]{biblatex}
    \addbibresource{nicrgolatex2.bib}

    \begin{document}
      \section{Om}
      \begin{refsegment}
\input{texs/Texture}
      \end{refsegment}

         \printbibliography[segment=1, heading=subbibliography]
    \end{document}
I would be very happy to be helped :-)
PS_1: I am aware to ask a lot and that I don't show the chapter because it will be published.
PS_2: when I compile again my chapter in Johanne's code with Texstudio I have numerous errors.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

bibliography for each chapter at the end of the book

Post by Johannes_B »

Hi nicr, to be completely honest and frank, this isn't going to work this way. I suggest reading some basic introductory material like LaTeX for complete novices. You'll also learn how to make a minimal working example, to let helpers reproduce the code.
You are trying to use chapters in an article document (where no chapters exist), you show me an example inputting a file i have no access to. I could go on, but this and the problem reports you are giving are a clear sign of missing basic knowledge. Please read the document that i linked carefully, you will learn a lot of important stuff. You will be able to igure out some of the problems on your own and you will be able to give better problem reports (including MWEs) to let us know what is going on.

Thank you.


When using biblatex, there is no reason to load natbib as well. Both are basically doing the same thing. You need to load package graphicx. Underscores in filenames are messing up your document, try loading package grffile.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
nicr
Posts: 16
Joined: Mon Apr 28, 2008 1:30 pm

Re: bibliography for each chapter at the end of the book

Post by nicr »

Dear Johannes,

I am very very sorry.
I should have been more specific asking you for a general answer or asking you what those errors mean.
Your answers "You are trying to use chapters in an article document (where no chapters exist)" and "When using biblatex, there is no reason to load natbib as well. Both are basically doing the same thing. You need to load package graphicx. Underscores in filenames are messing up your document, try loading package grffile." are great. Thank you, thank you, thank you.
Post Reply